Searched refs:usbd_req_get_hid_desc (Results 1 – 9 of 9) sorted by relevance
| /trueos/sys/dev/usb/ |
| HD | usbhid.h | 244 usb_error_t usbd_req_get_hid_desc(struct usb_device *udev, struct mtx *mtx,
|
| HD | usb_hid.c | 807 usbd_req_get_hid_desc(struct usb_device *udev, struct mtx *mtx, in usbd_req_get_hid_desc() function
|
| /trueos/sys/dev/usb/input/ |
| HD | ums.c | 389 error = usbd_req_get_hid_desc(uaa->device, NULL, in ums_probe() 561 err = usbd_req_get_hid_desc(uaa->device, NULL, &d_ptr, in ums_attach()
|
| HD | ukbd.c | 1010 error = usbd_req_get_hid_desc(uaa->device, NULL, in ukbd_probe() 1232 err = usbd_req_get_hid_desc(uaa->device, NULL, &hid_ptr, in ukbd_attach()
|
| HD | uhid.c | 785 error = usbd_req_get_hid_desc(uaa->device, NULL, in uhid_attach()
|
| HD | wsp.c | 553 err = usbd_req_get_hid_desc(uaa->device, NULL, &d_ptr, in wsp_attach()
|
| HD | atp.c | 2200 if (usbd_req_get_hid_desc(uaa->device, NULL, &descriptor_ptr, in atp_attach()
|
| /trueos/sys/dev/usb/serial/ |
| HD | ucycom.c | 237 error = usbd_req_get_hid_desc(uaa->device, NULL, in ucycom_attach()
|
| /trueos/sys/dev/sound/usb/ |
| HD | uaudio.c | 6052 error = usbd_req_get_hid_desc(uaa->device, NULL, &d_ptr, in uaudio_hid_probe()
|