Home
last modified time | relevance | path

Searched refs:usbd_req_get_string_any (Results 1 – 5 of 5) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusbdi_util.h68 usb_error_t usbd_req_get_string_any(struct usb_device *udev, struct mtx *mtx,
Dusb_util.c74 err = usbd_req_get_string_any(udev, NULL, temp_p, in device_set_usb_desc()
Dusb_device.c2256 (void)usbd_req_get_string_any(udev, NULL, temp_ptr, temp_size, in usbd_set_device_strings()
2261 (void)usbd_req_get_string_any(udev, NULL, temp_ptr, temp_size, in usbd_set_device_strings()
2268 (void)usbd_req_get_string_any(udev, NULL, temp_ptr, temp_size, in usbd_set_device_strings()
Dusb_request.c1054 usbd_req_get_string_any(struct usb_device *udev, struct mtx *mtx, char *buf, in usbd_req_get_string_any() function
/third_party/FreeBSD/sys/dev/usb/net/
Dif_cdce.c577 error = usbd_req_get_string_any(uaa->device, NULL, in cdce_attach()