Searched refs:uhid_event (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | uhid.c | 48 struct uhid_event input_buf; 54 struct uhid_event *outq[UHID_BUFSIZE]; 62 struct uhid_event report_buf; 92 static void uhid_queue(struct uhid_device *uhid, struct uhid_event *ev) in uhid_queue() 111 struct uhid_event *ev; in uhid_queue_event() 129 struct uhid_event *ev; in uhid_hid_start() 183 struct uhid_event *ev, in __uhid_report_queue_and_wait() 212 const struct uhid_event *ev) in uhid_report_wake_up() 237 struct uhid_event *ev; in uhid_hid_get_report() 279 struct uhid_event *e in uhid_hid_set_report() [all...] |
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | uhid.c | 48 struct uhid_event input_buf; 54 struct uhid_event *outq[UHID_BUFSIZE]; 62 struct uhid_event report_buf; 92 static void uhid_queue(struct uhid_device *uhid, struct uhid_event *ev) in uhid_queue() 111 struct uhid_event *ev; in uhid_queue_event() 129 struct uhid_event *ev; in uhid_hid_start() 183 struct uhid_event *ev, in __uhid_report_queue_and_wait() 212 const struct uhid_event *ev) in uhid_report_wake_up() 237 struct uhid_event *ev; in uhid_hid_get_report() 279 struct uhid_event *e in uhid_hid_set_report() [all...] |
/kernel/linux/linux-5.10/samples/uhid/ |
H A D | uhid-example.c | 159 static int uhid_write(int fd, const struct uhid_event *ev) in uhid_write() 178 struct uhid_event ev; in create() 196 struct uhid_event ev; in destroy() 208 static void handle_output(struct uhid_event *ev) in handle_output() 227 struct uhid_event ev; in event() 280 struct uhid_event ev; in send_event()
|
/kernel/linux/linux-6.6/samples/uhid/ |
H A D | uhid-example.c | 159 static int uhid_write(int fd, const struct uhid_event *ev) in uhid_write() 178 struct uhid_event ev; in create() 196 struct uhid_event ev; in destroy() 208 static void handle_output(struct uhid_event *ev) in handle_output() 227 struct uhid_event ev; in event() 280 struct uhid_event ev; in send_event()
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/ |
H A D | hid_bpf.c | 117 static int uhid_write(struct __test_metadata *_metadata, int fd, const struct uhid_event *ev) in uhid_write() 136 struct uhid_event ev; in uhid_create() 160 struct uhid_event ev; in uhid_destroy() 168 static int uhid_event(struct __test_metadata *_metadata, int fd) in uhid_event() function 170 struct uhid_event ev, answer; in uhid_event() 255 ret = uhid_event(_metadata, fd); in uhid_read_events_thread() 288 struct uhid_event ev; in uhid_send_event()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | uhid.h | 173 * All UHID events from and to the kernel are encoded as "struct uhid_event". 180 struct uhid_event { struct
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | uhid.h | 173 * All UHID events from and to the kernel are encoded as "struct uhid_event". 180 struct uhid_event { struct
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | uhid.h | 124 struct uhid_event { struct
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | uhid.h | 137 struct uhid_event { struct
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | uhid.h | 137 struct uhid_event { struct
|
Completed in 6 milliseconds