| /OK3568_Linux_fs/kernel/drivers/usb/cdns3/ |
| H A D | ep0.c | 151 case USB_STATE_CONFIGURED: in cdns3_req_ep0_set_configuration() 196 if (device_state == USB_STATE_CONFIGURED) { in cdns3_req_ep0_set_address() 293 if (state != USB_STATE_CONFIGURED || speed != USB_SPEED_SUPER) in cdns3_ep0_feature_handle_device() 299 if (state != USB_STATE_CONFIGURED || speed != USB_SPEED_SUPER) in cdns3_ep0_feature_handle_device() 308 if (state != USB_STATE_CONFIGURED || speed > USB_SPEED_HIGH) in cdns3_ep0_feature_handle_device() 734 usb_gadget_set_state(&priv_dev->gadget, USB_STATE_CONFIGURED); in cdns3_gadget_ep0_queue()
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc3/ |
| H A D | ep0.c | 134 usb_gadget_set_state(dwc->gadget, USB_STATE_CONFIGURED); in __dwc3_gadget_ep0_queue() 410 if (state != USB_STATE_CONFIGURED) in dwc3_ep0_handle_u1() 434 if (state != USB_STATE_CONFIGURED) in dwc3_ep0_handle_u2() 610 if (state == USB_STATE_CONFIGURED) { in dwc3_ep0_set_address() 668 USB_STATE_CONFIGURED); in dwc3_ep0_set_config() 683 case USB_STATE_CONFIGURED: in dwc3_ep0_set_config() 1184 USB_STATE_CONFIGURED); in dwc3_ep0_xfernotready()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/cdns3/ |
| H A D | ep0.c | 181 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()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/dwc3/ |
| H A D | ep0.c | 157 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() 564 USB_STATE_CONFIGURED); in dwc3_ep0_set_config() 582 case USB_STATE_CONFIGURED: in dwc3_ep0_set_config()
|
| /OK3568_Linux_fs/kernel/drivers/usb/mtu3/ |
| H A D | mtu3_gadget_ep0.c | 344 mtu->g.state != USB_STATE_CONFIGURED) in ep0_handle_feature_dev() 359 mtu->g.state != USB_STATE_CONFIGURED) in ep0_handle_feature_dev() 473 USB_STATE_CONFIGURED); in handle_standard_request() 474 } else if (state == USB_STATE_CONFIGURED) { in handle_standard_request()
|
| /OK3568_Linux_fs/kernel/drivers/usb/common/ |
| H A D | common.c | 164 [USB_STATE_CONFIGURED] = "configured", in usb_state_string()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/bdc/ |
| H A D | bdc_ep.c | 1176 state != USB_STATE_CONFIGURED) in ep0_handle_feature_dev() 1198 state != USB_STATE_CONFIGURED) in ep0_handle_feature_dev() 1217 state != USB_STATE_CONFIGURED) in ep0_handle_feature_dev() 1453 USB_STATE_CONFIGURED); in handle_control_request() 1454 } else if (state == USB_STATE_CONFIGURED) { in handle_control_request()
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | hub.c | 485 if (hdev->state != USB_STATE_CONFIGURED || hub->quiescing) in led_work() 2064 else if (new_state == USB_STATE_CONFIGURED) in usb_set_device_state() 3412 ? USB_STATE_CONFIGURED in finish_port_resume() 3881 if (udev->state != USB_STATE_CONFIGURED) in usb_req_set_sel() 3972 if (udev->state != USB_STATE_CONFIGURED) { in usb_set_device_initiated_lpm() 4247 udev->state < USB_STATE_CONFIGURED) in usb_disable_lpm() 4306 udev->state < USB_STATE_CONFIGURED) in usb_enable_lpm() 5904 usb_set_device_state(udev, USB_STATE_CONFIGURED); in usb_reset_and_verify_device()
|
| H A D | urb.c | 422 dev->state < USB_STATE_CONFIGURED) in usb_submit_urb()
|
| H A D | message.c | 1432 if (dev->state == USB_STATE_CONFIGURED) in usb_disable_device() 2133 usb_set_device_state(dev, USB_STATE_CONFIGURED); in usb_set_configuration()
|
| H A D | devio.c | 818 if (ps->dev->state != USB_STATE_CONFIGURED) in checkintf() 864 && ps->dev->state != USB_STATE_CONFIGURED) in check_ctrlrecip() 2243 if (ps->dev->state != USB_STATE_CONFIGURED) in proc_ioctl()
|
| H A D | hcd.c | 2043 if (dev->state < USB_STATE_CONFIGURED) in usb_alloc_streams() 2226 ? USB_STATE_CONFIGURED in hcd_bus_resume()
|
| /OK3568_Linux_fs/u-boot/include/linux/usb/ |
| H A D | ch9.h | 983 USB_STATE_CONFIGURED, /* most functions */ enumerator
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | tegra-xudc.c | 1730 if ((xudc->device_state == USB_STATE_CONFIGURED) && in __tegra_xudc_ep_disable() 1827 xudc->device_state = USB_STATE_CONFIGURED; in __tegra_xudc_ep_enable() 2281 if ((xudc->device_state != USB_STATE_CONFIGURED) || in tegra_xudc_ep0_set_feature() 2319 if (xudc->device_state != USB_STATE_CONFIGURED) in tegra_xudc_ep0_set_feature() 2406 if ((xudc->device_state != USB_STATE_CONFIGURED) && in tegra_xudc_ep0_get_status() 2503 if (xudc->device_state == USB_STATE_CONFIGURED) in tegra_xudc_ep0_set_address()
|
| H A D | gr_udc.c | 947 if (dev->gadget.state != USB_STATE_CONFIGURED) in gr_interface_request() 990 if (dev->gadget.state != USB_STATE_CONFIGURED && epnum != 0) in gr_endpoint_request() 1148 USB_STATE_CONFIGURED); in gr_ep0_setup()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/ |
| H A D | ch9.h | 1160 USB_STATE_CONFIGURED, /* most functions */ enumerator
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/ |
| H A D | ch9.h | 1160 USB_STATE_CONFIGURED, /* most functions */ enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/usb/ |
| H A D | ch9.h | 1182 USB_STATE_CONFIGURED, /* most functions */ enumerator
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | r8a66597-hcd.c | 966 dev->state = USB_STATE_CONFIGURED; in init_pipe_config() 1817 if (dev && dev->address && dev->state != USB_STATE_CONFIGURED && in check_pipe_config() 1818 (urb->dev->state == USB_STATE_CONFIGURED)) in check_pipe_config() 2025 if (udev->state == USB_STATE_CONFIGURED && in collect_usb_address_map()
|
| H A D | uhci-q.c | 896 urb->dev->state != USB_STATE_CONFIGURED) in uhci_submit_control()
|
| /OK3568_Linux_fs/kernel/drivers/usb/isp1760/ |
| H A D | isp1760-udc.c | 619 udc->gadget.state != USB_STATE_CONFIGURED) in isp1760_ep0_setup_standard() 627 USB_STATE_CONFIGURED : USB_STATE_ADDRESS); in isp1760_ep0_setup_standard()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | fotg210.c | 373 chip->state = USB_STATE_CONFIGURED; in fotg210_setup()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/ |
| H A D | raw_gadget.c | 1138 usb_gadget_set_state(dev->gadget, USB_STATE_CONFIGURED); in raw_ioctl_configure()
|
| H A D | inode.c | 1453 usb_gadget_set_state(gadget, USB_STATE_CONFIGURED); in gadgetfs_setup()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | u_audio.c | 1328 if (gadget->state != USB_STATE_CONFIGURED) { in ppm_calculate_work()
|