Home
last modified time | relevance | path

Searched refs:UHID_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 macro
/freebsd/sys/dev/usb/input/
H A Duhid.c311 UHID_OUTPUT_REPORT, id, size); in uhid_write_callback()
622 case UHID_OUTPUT_REPORT: in uhid_ioctl()
652 case UHID_OUTPUT_REPORT: in uhid_ioctl()
832 uaa->info.bIfaceIndex, UHID_OUTPUT_REPORT, 0); in uhid_attach()
H A Duhid_snes.c350 case UHID_OUTPUT_REPORT: in uhid_snes_ioctl()
378 case UHID_OUTPUT_REPORT: in uhid_snes_ioctl()
H A Dukbd.c1019 USETW2(req.wValue, UHID_OUTPUT_REPORT, id); in ukbd_set_leds_callback()
/freebsd/sys/dev/usb/misc/
H A Dugold.c384 sc->sc_iface_index[1], UHID_OUTPUT_REPORT, sc->sc_report_id)); in ugold_issue_cmd()
/freebsd/sys/dev/usb/serial/
H A Ducycom.c400 USETW2(req.wValue, UHID_OUTPUT_REPORT, sc->sc_oid); in ucycom_ctrl_write_callback()
/freebsd/sys/dev/sound/usb/
H A Duaudio.c946 sc->sc_mixer_iface_index, UHID_OUTPUT_REPORT, 0) != 0) { in uaudio_set_spdif_cm6206()