/openbsd/sys/dev/hid/ |
H A D | hidms.c | 264 if (!hid_locate(desc, dlen, HID_USAGE2(HUP_GENERIC_DESKTOP, HUG_X), id, in hidms_setup() 301 wheel = hid_locate(desc, dlen, in hidms_setup() 305 twheel = hid_locate(desc, dlen, in hidms_setup() 328 if (hid_locate(desc, dlen, in hidms_setup() 339 } else if (hid_locate(desc, dlen, in hidms_setup() 344 } else if (hid_locate(desc, dlen, in hidms_setup() 373 if (!hid_locate(desc, dlen, HID_USAGE2(HUP_BUTTON, i), id, in hidms_setup() 385 if (!hid_locate(desc, dlen, in hidms_setup() 394 hid_locate(desc, dlen, HID_USAGE2(HUP_DIGITIZERS, in hidms_setup() 402 hid_locate(desc, dlen, HID_USAGE2(HUP_DIGITIZERS, in hidms_setup() [all …]
|
H A D | hidmt.c | 142 if (hid_locate(desc, dlen, HID_USAGE2(HUP_DIGITIZERS, HUD_CONTACT_MAX), in hidmt_setup() 153 if (hid_locate(desc, dlen, HID_USAGE2(HUP_DIGITIZERS, HUD_BUTTON_TYPE), in hidmt_setup() 157 } else if (hid_locate(desc, dlen, HID_USAGE2(HUP_BUTTON, 1), in hidmt_setup() 159 !hid_locate(desc, dlen, HID_USAGE2(HUP_BUTTON, 2), in hidmt_setup() 161 !hid_locate(desc, dlen, HID_USAGE2(HUP_BUTTON, 3), in hidmt_setup()
|
H A D | hidkbd.c | 794 hid_locate(desc, dlen, HID_USAGE2(HUP_LED, HUL_NUM_LOCK), in hidkbd_parse_desc() 796 hid_locate(desc, dlen, HID_USAGE2(HUP_LED, HUL_CAPS_LOCK), in hidkbd_parse_desc() 798 hid_locate(desc, dlen, HID_USAGE2(HUP_LED, HUL_SCROLL_LOCK), in hidkbd_parse_desc() 800 hid_locate(desc, dlen, HID_USAGE2(HUP_LED, HUL_COMPOSE), in hidkbd_parse_desc()
|
H A D | hid.h | 91 int hid_locate(const void *, int, int32_t, uint8_t, enum hid_kind,
|
H A D | hid.c | 548 hid_locate(const void *desc, int size, int32_t u, uint8_t id, enum hid_kind k, in hid_locate() function
|
/openbsd/lib/libusbhid/ |
H A D | usbhid.h | 87 int hid_locate(report_desc_t d, unsigned int usage, enum hid_kind k,
|
H A D | parse.c | 576 hid_locate(report_desc_t desc, unsigned int u, enum hid_kind k, in hid_locate() function
|
/openbsd/sys/dev/i2c/ |
H A D | ims.c | 90 hid_locate(desc, size, HID_USAGE2(HUP_GENERIC_DESKTOP, HUG_X), in ims_match()
|
H A D | imt.c | 131 if (hid_locate(desc, size, HID_USAGE2(HUP_DIGITIZERS, in imt_find_winptp_reports()
|
/openbsd/sys/dev/usb/ |
H A D | umt.c | 136 if (hid_locate(desc, size, HID_USAGE2(HUP_DIGITIZERS, in umt_find_winptp_reports()
|
H A D | uwacom.c | 99 if (!hid_locate(desc, size, HID_USAGE2(HUP_WACOM, HUG_POINTER), in uwacom_match()
|
H A D | ukbd.c | 250 if (hid_locate(desc, dlen, HID_USAGE2(HUP_APPLE, HUG_FN_KEY), in ukbd_attach()
|
/openbsd/sys/arch/arm64/dev/ |
H A D | aplhidev.c | 624 if (hid_locate(aa->aa_desc, aa->aa_desclen, HID_USAGE2(HUP_APPLE, HUG_FN_KEY), in aplkbd_attach()
|
H A D | apldc.c | 1198 if (hid_locate(aa->aa_desc, aa->aa_desclen, HID_USAGE2(HUP_APPLE, HUG_FN_KEY), in apldckbd_attach()
|