Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/cdns3/
H A Dep0.c181 case USB_STATE_CONFIGURED: in cdns3_req_ep0_set_configuration()
220 if (device_state == USB_STATE_CONFIGURED) { in cdns3_req_ep0_set_address()
315 if (state != USB_STATE_CONFIGURED || speed != USB_SPEED_SUPER) in cdns3_ep0_feature_handle_device()
321 if (state != USB_STATE_CONFIGURED || speed != USB_SPEED_SUPER) in cdns3_ep0_feature_handle_device()
330 if (state != USB_STATE_CONFIGURED || speed > USB_SPEED_HIGH) in cdns3_ep0_feature_handle_device()
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dep0.c157 usb_gadget_set_state(&dwc->gadget, USB_STATE_CONFIGURED); in __dwc3_gadget_ep0_queue()
414 if (state != USB_STATE_CONFIGURED) in dwc3_ep0_handle_feature()
428 if (state != USB_STATE_CONFIGURED) in dwc3_ep0_handle_feature()
509 if (state == USB_STATE_CONFIGURED) { in dwc3_ep0_set_address()
565 USB_STATE_CONFIGURED); in dwc3_ep0_set_config()
583 case USB_STATE_CONFIGURED: in dwc3_ep0_set_config()
/rk3399_rockchip-uboot/include/linux/usb/
H A Dch9.h979 USB_STATE_CONFIGURED, /* most functions */ enumerator
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dfotg210.c373 chip->state = USB_STATE_CONFIGURED; in fotg210_setup()