/src/tests/lib/libusbhid/ |
t_usbhid.c | 126 ATF_REQUIRE(hid_locate(hrd, 0xff000001U, hid_input, &hi, 130 ATF_REQUIRE(hid_locate(hrd, 0xff000002U, hid_input, &hi, 134 ATF_REQUIRE(hid_locate(hrd, 0xff000003U, hid_input, &hi, 145 ATF_REQUIRE(hid_locate(hrd, 0xff000011U, hid_input, &hi, 152 ATF_REQUIRE(hid_locate(hrd, 0xff000012U, hid_input, &hi, 159 ATF_REQUIRE(hid_locate(hrd, 0xff000013U, hid_input, &hi, 189 ATF_REQUIRE(hid_locate(hrd, 0xff000001U, hid_input, &hi, 193 ATF_REQUIRE(hid_locate(hrd, 0xff000002U, hid_input, &hi, 197 ATF_REQUIRE(hid_locate(hrd, 0xff000003U, hid_input, &hi, 208 ATF_REQUIRE(hid_locate(hrd, 0xff000011U, hid_input, &hi [all...] |
/src/sys/dev/hid/ |
hidms.c | 90 if (!hid_locate(desc, size, HID_USAGE2(HUP_GENERIC_DESKTOP, HUG_X), 108 if (!hid_locate(desc, size, HID_USAGE2(HUP_GENERIC_DESKTOP, HUG_Y), 127 hl = hid_locate(desc, 151 hl = hid_locate(desc, 165 hl = hid_locate(desc, 189 if (!hid_locate(desc, size, HID_USAGE2(HUP_BUTTON, i), 196 if (hid_locate(desc, size, HID_USAGE2(HUP_DIGITIZERS,
|
hidkbd.c | 781 hid_locate(desc, dlen, HID_USAGE2(HUP_LEDS, HUD_LED_NUM_LOCK), 783 hid_locate(desc, dlen, HID_USAGE2(HUP_LEDS, HUD_LED_CAPS_LOCK), 785 hid_locate(desc, dlen, HID_USAGE2(HUP_LEDS, HUD_LED_SCROLL_LOCK), 787 hid_locate(desc, dlen, HID_USAGE2(HUP_LEDS, HUD_LED_COMPOSE),
|
hid.h | 90 int hid_locate(const void *, int, uint32_t, uint8_t, enum hid_kind,
|
hid.c | 417 hid_locate(const void *desc, int size, uint32_t u, uint8_t id, enum hid_kind k, function in typeref:typename:int 424 DPRINTFN(5,("hid_locate: enter usage=0x%x kind=%d id=%d\n", u, k, id)); 426 DPRINTFN(5,("hid_locate: usage=0x%x kind=%d id=%d flags=0x%x\n",
|
/src/lib/libusbhid/ |
Makefile | 10 usbhid.3 hid_locate.3 usbhid.3 hid_usage_page.3 \
|
usbhid.h | 97 int hid_locate(report_desc_t d, unsigned int usage, enum hid_kind k, hid_item_t *h, int id);
|
parse.c | 454 hid_locate(report_desc_t desc, unsigned int u, enum hid_kind k, function in typeref:typename:int
|
/src/sys/dev/bluetooth/ |
btms.c | 213 hl = hid_locate(ba->ba_desc, 227 hl = hid_locate(ba->ba_desc, 241 hl = hid_locate(ba->ba_desc, 265 hl = hid_locate(ba->ba_desc, 279 hl = hid_locate(ba->ba_desc, 300 hl = hid_locate(ba->ba_desc,
|
btkbd.c | 324 hid_locate(desc, dlen, HID_USAGE2(HUP_LEDS, HUD_LED_NUM_LOCK), 327 hid_locate(desc, dlen, HID_USAGE2(HUP_LEDS, HUD_LED_CAPS_LOCK), 330 hid_locate(desc, dlen, HID_USAGE2(HUP_LEDS, HUD_LED_SCROLL_LOCK),
|
/src/sys/dev/usb/ |
uts.c | 159 if (!hid_locate(desc, size, HID_USAGE2(HUP_GENERIC_DESKTOP, HUG_X), 178 if (!hid_locate(desc, size, HID_USAGE2(HUP_GENERIC_DESKTOP, HUG_Y), 197 if (!hid_locate(desc, size, HID_USAGE2(HUP_DIGITIZERS, HUD_TIP_SWITCH), 205 if (!hid_locate(desc, size, HID_USAGE2(HUP_DIGITIZERS, HUD_IN_RANGE),
|
ukbd.c | 1145 hid_locate(desc, size, HID_USAGE2(HUP_LEDS, HUD_LED_NUM_LOCK), 1147 hid_locate(desc, size, HID_USAGE2(HUP_LEDS, HUD_LED_CAPS_LOCK), 1149 hid_locate(desc, size, HID_USAGE2(HUP_LEDS, HUD_LED_SCROLL_LOCK), 1151 hid_locate(desc, size, HID_USAGE2(HUP_LEDS, HUD_LED_COMPOSE),
|
/src/tests/dev/usb/ |
t_hid.c | 43 #define hid_locate rumpns_hid_locate macro
|