Searched refs:remote_data (Results 1 – 5 of 5) sorted by relevance
148 union remote_data { union156 union remote_data *x = data; in do_remote_read()163 union remote_data x; in remote_read_time()175 union remote_data *x = data; in do_remote_set()182 union remote_data x; in remote_set_time()
238 bulk->remote_data = pagelistinfo; in vchiq_prepare_bulk_data()246 if (bulk && bulk->remote_data && bulk->actual) in vchiq_complete_bulk()247 free_pagelist((struct vchiq_pagelist_info *)bulk->remote_data, in vchiq_complete_bulk()
236 void *remote_data; member
1377 bulk->remote_data = NULL; in abort_outstanding_bulks()
1141 struct wacom_remote_data remote_data; in wacom_remote_status_irq() local1148 memset(&remote_data, 0, sizeof(struct wacom_remote_data)); in wacom_remote_status_irq()1155 remote_data.remote[i].serial = serial; in wacom_remote_status_irq()1156 remote_data.remote[i].connected = connected; in wacom_remote_status_irq()1161 ret = kfifo_in(&remote->remote_fifo, &remote_data, sizeof(remote_data)); in wacom_remote_status_irq()1162 if (ret != sizeof(remote_data)) { in wacom_remote_status_irq()