Home
last modified time | relevance | path

Searched refs:usbh_req_set_cfg (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/usb/host/
Dusbh_ch9.h45 int usbh_req_set_cfg(struct usb_device *const udev,
Dusbh_device.c352 err = usbh_req_set_cfg(udev, num); in usbh_device_set_configuration()
395 err = usbh_req_set_cfg(udev, num); in usbh_device_set_configuration()
Dusbh_ch9.c181 int usbh_req_set_cfg(struct usb_device *const udev, in usbh_req_set_cfg() function
Dusbh_shell.c345 err = usbh_req_set_cfg(udev, cfg); in cmd_config_set()