Searched refs:usbd_req_get_hid_desc (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/sys/dev/usb/ |
| D | usbhid.h | 271 usb_error_t usbd_req_get_hid_desc(struct usb_device *udev, struct mtx *mtx,
|
| D | usb_hid.c | 810 usbd_req_get_hid_desc(struct usb_device *udev, struct mtx *mtx, in usbd_req_get_hid_desc() function
|
| /freebsd-12-stable/sys/dev/usb/input/ |
| D | uhid.c | 727 error = usbd_req_get_hid_desc(uaa->device, NULL, in uhid_probe() 827 error = usbd_req_get_hid_desc(uaa->device, NULL, in uhid_attach()
|
| D | wmt.c | 277 err = usbd_req_get_hid_desc(uaa->device, NULL, in wmt_probe() 306 err = usbd_req_get_hid_desc(uaa->device, NULL, in wmt_attach()
|
| D | ums.c | 447 error = usbd_req_get_hid_desc(uaa->device, NULL, in ums_probe() 619 err = usbd_req_get_hid_desc(uaa->device, NULL, &d_ptr, in ums_attach()
|
| D | ukbd.c | 956 error = usbd_req_get_hid_desc(uaa->device, NULL, in ukbd_probe() 1153 err = usbd_req_get_hid_desc(uaa->device, NULL, &hid_ptr, in ukbd_attach()
|
| D | wsp.c | 731 err = usbd_req_get_hid_desc(uaa->device, NULL, &d_ptr, in wsp_attach()
|
| D | atp.c | 2197 if (usbd_req_get_hid_desc(uaa->device, NULL, &descriptor_ptr, in atp_attach()
|
| /freebsd-12-stable/sys/dev/usb/misc/ |
| D | ugold.c | 224 error = usbd_req_get_hid_desc(uaa->device, NULL, in ugold_attach()
|
| /freebsd-12-stable/sys/dev/usb/serial/ |
| D | ucycom.c | 240 error = usbd_req_get_hid_desc(uaa->device, NULL, in ucycom_attach()
|
| /freebsd-12-stable/sys/dev/sound/usb/ |
| D | uaudio.c | 6205 error = usbd_req_get_hid_desc(uaa->device, NULL, &d_ptr, in uaudio_hid_probe()
|