Searched refs:HID_OUTPUT_REPORT (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/usb/ |
H A D | usbhid.h | 66 #define UHID_OUTPUT_REPORT HID_OUTPUT_REPORT
|
/freebsd/sys/dev/hid/ |
H A D | hid_if.m | 132 # HID_OUTPUT_REPORT, or HID_FEATURE_REPORT. This call may fail if the device 147 # set. It should be HID_INPUT_REPORT, HID_OUTPUT_REPORT, or HID_FEATURE_REPORT.
|
H A D | xb360gp.c | 147 HID_OUTPUT_REPORT, 0); in xb360gp_attach()
|
H A D | hid.h | 169 #define HID_OUTPUT_REPORT 0x02 macro
|
H A D | hidraw.c | 733 case HID_OUTPUT_REPORT: in hidraw_ioctl() 772 case HID_OUTPUT_REPORT: in hidraw_ioctl()
|
H A D | hidbus.c | 783 return (hid_set_report(dev, data, len, HID_OUTPUT_REPORT, id)); in hidbus_write()
|
/freebsd/sys/dev/atopcase/ |
H A D | atopcase.c | 702 sizeof(payload), HID_OUTPUT_REPORT, ATOPCASE_BKL_REPORT_ID)); in atopcase_backlight_update_status()
|