Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dhiddev.h65 struct hiddev_report_info { struct
160 #define HIDIOCGREPORT _IOW('H', 0x07, struct hiddev_report_info)
161 #define HIDIOCSREPORT _IOW('H', 0x08, struct hiddev_report_info)
162 #define HIDIOCGREPORTINFO _IOWR('H', 0x09, struct hiddev_report_info)
/linux-4.4.14/Documentation/hid/
Dhiddev.txt136 HIDIOCGREPORT - struct hiddev_report_info (write)
141 HIDIOCSREPORT - struct hiddev_report_info (write)
147 HIDIOCGREPORTINFO - struct hiddev_report_info (read/write)
148 Fills in a hiddev_report_info structure for the user. The report is
157 filled into the returned hiddev_report_info structure.
/linux-4.4.14/drivers/hid/usbhid/
Dhiddev.c77 hiddev_lookup_report(struct hid_device *hid, struct hiddev_report_info *rinfo) in hiddev_lookup_report()
452 struct hiddev_report_info rinfo; in hiddev_ioctl_usage()
602 struct hiddev_report_info rinfo; in hiddev_ioctl()