Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dhiddev.h36 struct hiddev_event { struct
/linux-4.4.14/drivers/hid/usbhid/
Dhiddev.c349 sizeof(struct hiddev_usage_ref) : sizeof(struct hiddev_event); in hiddev_read()
400 struct hiddev_event event; in hiddev_read()
404 if (copy_to_user(buffer + retval, &event, sizeof(struct hiddev_event))) { in hiddev_read()
408 retval += sizeof(struct hiddev_event); in hiddev_read()
/linux-4.4.14/Documentation/hid/
Dhiddev.txt77 usage changes available to the reader using a struct hiddev_event:
79 struct hiddev_event {
194 struct hiddev_usage_ref instead of struct hiddev_event.