Home
last modified time | relevance | path

Searched refs:HID_OUTPUT_REPORT (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/usb/
H A Dusbhid.h66 #define UHID_OUTPUT_REPORT HID_OUTPUT_REPORT
/freebsd/sys/dev/hid/
H A Dhid_if.m132 # 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 Dxb360gp.c147 HID_OUTPUT_REPORT, 0); in xb360gp_attach()
H A Dhid.h169 #define HID_OUTPUT_REPORT 0x02 macro
H A Dhidraw.c733 case HID_OUTPUT_REPORT: in hidraw_ioctl()
772 case HID_OUTPUT_REPORT: in hidraw_ioctl()
H A Dhidbus.c783 return (hid_set_report(dev, data, len, HID_OUTPUT_REPORT, id)); in hidbus_write()
/freebsd/sys/dev/atopcase/
H A Datopcase.c702 sizeof(payload), HID_OUTPUT_REPORT, ATOPCASE_BKL_REPORT_ID)); in atopcase_backlight_update_status()