Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_2835_arm.c238 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()
Dvchiq_core.h236 void *remote_data; member
Dvchiq_core.c1377 bulk->remote_data = NULL; in abort_outstanding_bulks()
/Linux-v5.10/drivers/hid/
Dwacom_wac.c1141 struct wacom_remote_data remote_data; in wacom_remote_status_irq() local
1148 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()