Home
last modified time | relevance | path

Searched refs:hiddev_event (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
A Dhiddev.h37 struct hiddev_event { struct
/linux/drivers/hid/usbhid/
A Dhiddev.c327 sizeof(struct hiddev_usage_ref) : sizeof(struct hiddev_event); in hiddev_read()
378 struct hiddev_event event; in hiddev_read()
382 if (copy_to_user(buffer + retval, &event, sizeof(struct hiddev_event))) { in hiddev_read()
386 retval += sizeof(struct hiddev_event); in hiddev_read()
/linux/Documentation/hid/
A Dhiddev.rst86 usage changes available to the reader using a struct hiddev_event::
88 struct hiddev_event {
239 struct hiddev_usage_ref instead of struct hiddev_event.

Completed in 5 milliseconds