Home
last modified time | relevance | path

Searched refs:hidbus_locate (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/hid/
H A Dhkbd.c785 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 Dhidbus.h151 int hidbus_locate(const void *desc, hid_size_t size, int32_t u,
H A Dhmt.c703 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 Dhconf.c215 if (!hidbus_locate(d_ptr, d_len, HID_USAGE2(HUP_DIGITIZERS, usage), in hconf_parse_feature()
H A Dietp.c266 if (hidbus_locate(d_ptr, d_len, HID_USAGE2(HUP_BUTTON, 3), in ietp_attach()
H A Dhidbus.c131 hidbus_locate(const void *desc, hid_size_t size, int32_t u, enum hid_kind k, in hidbus_locate() function