Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/usb/
H A Dusb_util.c109 err = usbd_req_get_string_any(udev, NULL, temp_p, in device_set_usb_desc()
H A Dusbdi_util.h70 usb_error_t usbd_req_get_string_any(struct usb_device *udev, struct mtx *mtx,
H A Dusb_device.c2503 usbd_req_get_string_any(udev, NULL, temp_ptr, temp_size, in usbd_set_device_strings()
2508 usbd_req_get_string_any(udev, NULL, temp_ptr, temp_size, in usbd_set_device_strings()
2515 usbd_req_get_string_any(udev, NULL, temp_ptr, temp_size, in usbd_set_device_strings()
H A Dusb_request.c1102 usbd_req_get_string_any(struct usb_device *udev, struct mtx *mtx, char *buf, in usbd_req_get_string_any() function
/freebsd-12.1/sys/dev/sound/usb/
H A Duaudio.c3413 usbd_req_get_string_any(sc->sc_udev, NULL, in uaudio_mixer_add_selector()
3463 usbd_req_get_string_any(sc->sc_udev, NULL, in uaudio20_mixer_add_selector()
3549 usbd_req_get_string_any(sc->sc_udev, NULL, in uaudio_mixer_add_feature()
3684 usbd_req_get_string_any(sc->sc_udev, NULL, in uaudio20_mixer_add_feature()
/freebsd-12.1/sys/dev/usb/net/
H A Dif_cdce.c679 error = usbd_req_get_string_any(uaa->device, NULL, in cdce_attach()