Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusbdi_util.h68 usb_error_t usbd_req_get_string_any(struct usb_device *udev, struct mtx *mtx,
H A Dusb_device.c2538 usbd_req_get_string_any(udev, NULL, temp_ptr, temp_size, in usb_set_device_strings()
2543 usbd_req_get_string_any(udev, NULL, temp_ptr, temp_size, in usb_set_device_strings()
2550 usbd_req_get_string_any(udev, NULL, temp_ptr, temp_size, in usb_set_device_strings()
H A Dusb_request.c1109 usbd_req_get_string_any(struct usb_device *udev, struct mtx *mtx, char *buf, in usbd_req_get_string_any() function
/freebsd/sys/dev/sound/usb/
H A Duaudio.c3563 usbd_req_get_string_any(sc->sc_udev, NULL, in uaudio_mixer_add_selector()
3610 usbd_req_get_string_any(sc->sc_udev, NULL, in uaudio20_mixer_add_selector()
3692 usbd_req_get_string_any(sc->sc_udev, NULL, in uaudio_mixer_add_feature()
3826 usbd_req_get_string_any(sc->sc_udev, NULL, in uaudio20_mixer_add_feature()
/freebsd/sys/dev/usb/net/
H A Dif_cdce.c721 error = usbd_req_get_string_any(uaa->device, NULL, in cdce_attach()