Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/usb/
H A Dusbdi_util.h70 usb_error_t usbd_req_get_string_any(struct usb_device *udev, struct mtx *mtx,
H A Dusb_util.c109 err = usbd_req_get_string_any(udev, NULL, temp_p, in device_set_usb_desc()
H A Dusb_device.c2520 usbd_req_get_string_any(udev, NULL, temp_ptr, temp_size, in usb_set_device_strings()
2525 usbd_req_get_string_any(udev, NULL, temp_ptr, temp_size, in usb_set_device_strings()
2532 usbd_req_get_string_any(udev, NULL, temp_ptr, temp_size, in usb_set_device_strings()
H A Dusb_request.c1100 usbd_req_get_string_any(struct usb_device *udev, struct mtx *mtx, char *buf, in usbd_req_get_string_any() function
/freebsd-13.1/sys/dev/sound/usb/
H A Duaudio.c3526 usbd_req_get_string_any(sc->sc_udev, NULL, in uaudio_mixer_add_selector()
3573 usbd_req_get_string_any(sc->sc_udev, NULL, in uaudio20_mixer_add_selector()
3655 usbd_req_get_string_any(sc->sc_udev, NULL, in uaudio_mixer_add_feature()
3789 usbd_req_get_string_any(sc->sc_udev, NULL, in uaudio20_mixer_add_feature()
/freebsd-13.1/sys/dev/usb/net/
H A Dif_cdce.c724 error = usbd_req_get_string_any(uaa->device, NULL, in cdce_attach()