Home
last modified time | relevance | path

Searched refs:hid_output (Results 1 – 14 of 14) sorted by relevance

/freebsd/usr.bin/usbhidctl/
H A Dusbhid.c83 1<<hid_input | 1<<hid_output | 1<<hid_feature, -1); in parceargs()
100 if ((h.kind != hid_input && h.kind != hid_output && in parceargs()
137 1<<hid_input | 1<<hid_output | 1<<hid_feature, -1); in parceargs()
154 if ((h.kind != hid_input && h.kind != hid_output && in parceargs()
259 case hid_output: in dumpitems()
271 size = hid_report_size(r, hid_output, -1); in dumpitems()
348 kind == hid_output ? "output" : in dumpdata()
405 kind == hid_output ? "output" : "feature", in writedata()
417 kind == hid_output ? "output" : "feature", in writedata()
428 kind == hid_output ? "output" : in writedata()
/freebsd/lib/libusbhid/
H A Ddescr.c69 kindset = 1 << hid_input | 1 << hid_output | 1 << hid_feature; in hid_get_report_id()
H A Dusbhid.h42 hid_input, hid_output, hid_feature, hid_collection, hid_endcollection enumerator
H A Dparse.c341 c->kind = hid_output; in hid_get_item_raw()
/freebsd/usr.sbin/bluetooth/bthidcontrol/
H A Dhid.c144 case hid_output: in hid_dump_descriptor()
/freebsd/sys/dev/hid/
H A Dhid.h225 hid_input, hid_output, hid_feature, hid_collection, hid_endcollection enumerator
H A Dhkbd.c832 hid_output, tlc_index, 0, &sc->sc_loc_numlock, &flags, in hkbd_parse_hid()
840 hid_output, tlc_index, 0, &sc->sc_loc_capslock, &flags, in hkbd_parse_hid()
850 hid_output, tlc_index, 0, &sc->sc_loc_scrolllock, &flags, in hkbd_parse_hid()
863 hid_output, sc->sc_id_leds); in hkbd_parse_hid()
H A Dhidbus.c104 hid_report_size_max(data, len, hid_output, &hri->oid); in hidbus_fill_rdesc_info()
H A Dhid.c385 c->kind = hid_output; in hid_get_item()
/freebsd/sys/dev/usb/input/
H A Dukbd.c1094 hid_output, NULL); in ukbd_parse_hid()
1098 hid_output, 0, &sc->sc_loc_numlock, &flags, in ukbd_parse_hid()
1106 hid_output, 0, &sc->sc_loc_capslock, &flags, in ukbd_parse_hid()
1114 hid_output, 0, &sc->sc_loc_scrolllock, &flags, in ukbd_parse_hid()
H A Duhid.c865 (sc->sc_repdesc_ptr, sc->sc_repdesc_size, hid_output, &sc->sc_oid); in uhid_attach()
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dkbd.c562 for (d = hid_start_parse(hid_device->desc, 1 << hid_output, -1); in kbd_status_changed()
H A Dparser.y435 case hid_output: in check_hid_device()
/freebsd/sys/dev/usb/serial/
H A Ducycom.c251 sc->sc_olen = hid_report_size_max(urd_ptr, urd_len, hid_output, &sc->sc_oid); in ucycom_attach()