Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dhiddev.h66 struct hiddev_report_info { struct
161 #define HIDIOCGREPORT _IOW('H', 0x07, struct hiddev_report_info)
162 #define HIDIOCSREPORT _IOW('H', 0x08, struct hiddev_report_info)
163 #define HIDIOCGREPORTINFO _IOWR('H', 0x09, struct hiddev_report_info)
/openbmc/linux/Documentation/hid/
H A Dhiddev.rst162 - struct hiddev_report_info (write)
169 - struct hiddev_report_info (write)
177 - struct hiddev_report_info (read/write)
179 Fills in a hiddev_report_info structure for the user. The report is
188 filled into the returned hiddev_report_info structure.
/openbmc/linux/drivers/hid/usbhid/
H A Dhiddev.c56 hiddev_lookup_report(struct hid_device *hid, struct hiddev_report_info *rinfo) in hiddev_lookup_report()
430 struct hiddev_report_info rinfo; in hiddev_ioctl_usage()
600 struct hiddev_report_info rinfo; in hiddev_ioctl()