Searched refs:hid_ptr (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/usb/input/
H A Dukbd.c1081 void *hid_ptr = NULL; local
1155 err = usbd_req_get_hid_desc(uaa->device, NULL, &hid_ptr,
1162 ukbd_parse_hid(sc, hid_ptr, hid_len);
1164 free(hid_ptr, M_TEMP);
/freebsd-current/sys/dev/hid/
H A Dhkbd.c873 void *hid_ptr = NULL; local
924 err = hid_get_report_descr(dev, &hid_ptr, &hid_len);
930 hkbd_parse_hid(sc, hid_ptr, hid_len, tlc_index);

Completed in 186 milliseconds