Searched refs:remote_data (Results 1 – 5 of 5) sorted by relevance
153 union remote_data { union161 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()
119 void *remote_data; member
658 bulk->remote_data = pagelistinfo; in vchiq_prepare_bulk_data()666 if (bulk && bulk->remote_data && bulk->actual) in vchiq_complete_bulk()667 free_pagelist(instance, (struct vchiq_pagelist_info *)bulk->remote_data, in vchiq_complete_bulk()
1440 bulk->remote_data = NULL; in abort_outstanding_bulks()
1153 struct wacom_remote_work_data remote_data; in wacom_remote_status_irq() local1160 memset(&remote_data, 0, sizeof(struct wacom_remote_work_data)); in wacom_remote_status_irq()1166 remote_data.remote[i].serial = serial; in wacom_remote_status_irq()1171 ret = kfifo_in(&remote->remote_fifo, &remote_data, sizeof(remote_data)); in wacom_remote_status_irq()1172 if (ret != sizeof(remote_data)) { in wacom_remote_status_irq()
Completed in 24 milliseconds