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

/freebsd-13-stable/sys/dev/usb/input/
H A Dukbd.c1079 void *hid_ptr = NULL; local
1153 err = usbd_req_get_hid_desc(uaa->device, NULL, &hid_ptr,
1160 ukbd_parse_hid(sc, hid_ptr, hid_len);
1162 free(hid_ptr, M_TEMP);
/freebsd-13-stable/sys/dev/hid/
H A Dhkbd.c893 void *hid_ptr = NULL; local
944 err = hid_get_report_descr(dev, &hid_ptr, &hid_len);
950 hkbd_parse_hid(sc, hid_ptr, hid_len, tlc_index);

Completed in 149 milliseconds