Searched refs:hidbus_locate (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/hid/ |
H A D | hkbd.c | 785 if (hidbus_locate(ptr, len, in hkbd_parse_hid() 794 if (hidbus_locate(ptr, len, in hkbd_parse_hid() 804 if (hidbus_locate(ptr, len, in hkbd_parse_hid() 818 if (hidbus_locate(ptr, len, in hkbd_parse_hid() 830 if (hidbus_locate(ptr, len, in hkbd_parse_hid() 838 if (hidbus_locate(ptr, len, in hkbd_parse_hid() 848 if (hidbus_locate(ptr, len, in hkbd_parse_hid()
|
H A D | hidbus.h | 151 int hidbus_locate(const void *desc, hid_size_t size, int32_t u,
|
H A D | hmt.c | 703 if (!hidbus_locate(d_ptr, d_len, in hmt_hid_parse() 712 if (hidbus_locate(d_ptr, d_len, in hmt_hid_parse() 719 hidbus_locate(d_ptr, d_len, HID_USAGE2(HUP_MICROSOFT, HUMS_THQA_CERT), in hmt_hid_parse()
|
H A D | hconf.c | 215 if (!hidbus_locate(d_ptr, d_len, HID_USAGE2(HUP_DIGITIZERS, usage), in hconf_parse_feature()
|
H A D | ietp.c | 266 if (hidbus_locate(d_ptr, d_len, HID_USAGE2(HUP_BUTTON, 3), in ietp_attach()
|
H A D | hidbus.c | 131 hidbus_locate(const void *desc, hid_size_t size, int32_t u, enum hid_kind k, in hidbus_locate() function
|