Searched refs:hid_set_protocol (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/hid/ |
H A D | hid.h | 345 int hid_set_protocol(device_t, uint16_t);
|
H A D | hms.c | 268 (void)hid_set_protocol(dev, set_report_proto ? 1 : 0); in hms_attach()
|
H A D | hidbus.c | 813 return (hid_set_protocol(dev, protocol)); in hidbus_set_protocol() 956 DEVMETHOD(hid_set_protocol, hidbus_set_protocol),
|
H A D | hid.c | 1094 hid_set_protocol(device_t dev, uint16_t protocol) in hid_set_protocol() function
|
H A D | hkbd.c | 938 err = hid_set_protocol(dev, 0); in hkbd_attach()
|
/freebsd/sys/dev/usb/input/ |
H A D | usbhid.c | 882 DEVMETHOD(hid_set_protocol, usbhid_set_protocol),
|
/freebsd/sys/dev/iicbus/ |
H A D | iichid.c | 1384 DEVMETHOD(hid_set_protocol, iichid_set_protocol),
|