Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dhiddev.h37 struct hiddev_event { struct
/Linux-v5.4/drivers/hid/usbhid/
Dhiddev.c340 sizeof(struct hiddev_usage_ref) : sizeof(struct hiddev_event); in hiddev_read()
391 struct hiddev_event event; in hiddev_read()
395 if (copy_to_user(buffer + retval, &event, sizeof(struct hiddev_event))) { in hiddev_read()
399 retval += sizeof(struct hiddev_event); in hiddev_read()
/Linux-v5.4/Documentation/hid/
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.