Home
last modified time | relevance | path

Searched refs:remote_data (Results 1 – 4 of 4) sorted by relevance

/linux/arch/alpha/kernel/
H A Drtc.c153 union remote_data { union
161 union remote_data *x = data; in do_remote_read()
168 union remote_data x; in remote_read_time()
180 union remote_data *x = data; in do_remote_set()
187 union remote_data x; in remote_set_time()
/linux/include/linux/raspberrypi/
H A Dvchiq_core.h122 void *remote_data; member
/linux/drivers/hid/
H A Dwacom_wac.c1154 struct wacom_remote_work_data remote_data; in wacom_remote_status_irq() local
1161 memset(&remote_data, 0, sizeof(struct wacom_remote_work_data)); in wacom_remote_status_irq()
1167 remote_data.remote[i].serial = serial; in wacom_remote_status_irq()
1172 ret = kfifo_in(&remote->remote_fifo, &remote_data, sizeof(remote_data)); in wacom_remote_status_irq()
1173 if (ret != sizeof(remote_data)) { in wacom_remote_status_irq()
/linux/drivers/platform/raspberrypi/vchiq-interface/
H A Dvchiq_core.c1770 bulk->remote_data = pagelistinfo; in vchiq_prepare_bulk_data()
1778 if (bulk && bulk->remote_data && bulk->actual) in vchiq_complete_bulk()
1779 free_pagelist(instance, (struct vchiq_pagelist_info *)bulk->remote_data, in vchiq_complete_bulk()
1805 bulk->remote_data = NULL; in abort_outstanding_bulks()