Searched refs:hid_ptr (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/input/ |
H A D | ukbd.c | 1129 void *hid_ptr = NULL; in ukbd_attach() local 1214 err = usbd_req_get_hid_desc(uaa->device, NULL, &hid_ptr, in ukbd_attach() 1221 ukbd_parse_hid(sc, hid_ptr, hid_len); in ukbd_attach() 1223 free(hid_ptr, M_TEMP); in ukbd_attach()
|
/freebsd/sys/dev/hid/ |
H A D | hkbd.c | 873 void *hid_ptr = NULL; in hkbd_attach() local 924 err = hid_get_report_descr(dev, &hid_ptr, &hid_len); in hkbd_attach() 930 hkbd_parse_hid(sc, hid_ptr, hid_len, tlc_index); in hkbd_attach()
|