Home
last modified time | relevance | path

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

/Linux-v4.19/arch/alpha/kernel/
Drtc.c148 union remote_data { union
156 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()
/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_2835_arm.c270 bulk->remote_data = pagelistinfo; in vchiq_prepare_bulk_data()
278 if (bulk && bulk->remote_data && bulk->actual) in vchiq_complete_bulk()
279 free_pagelist((struct vchiq_pagelist_info *)bulk->remote_data, in vchiq_complete_bulk()
Dvchiq_core.h248 void *remote_data; member
Dvchiq_core.c1234 if (bulk->remote_data) { in notify_bulks()
1425 bulk->data, bulk->remote_data); in resolve_bulks()
1435 bulk->data, bulk->remote_data); in resolve_bulks()
1465 bulk->remote_data = NULL; in abort_outstanding_bulks()
1897 bulk->remote_data = in parse_rx_slots()
1906 bulk->remote_size, bulk->remote_data); in parse_rx_slots()
/Linux-v4.19/drivers/hid/
Dwacom_wac.c1102 struct wacom_remote_data remote_data; in wacom_remote_status_irq() local
1109 memset(&remote_data, 0, sizeof(struct wacom_remote_data)); in wacom_remote_status_irq()
1116 remote_data.remote[i].serial = serial; in wacom_remote_status_irq()
1117 remote_data.remote[i].connected = connected; in wacom_remote_status_irq()
1122 ret = kfifo_in(&remote->remote_fifo, &remote_data, sizeof(remote_data)); in wacom_remote_status_irq()
1123 if (ret != sizeof(remote_data)) { in wacom_remote_status_irq()