| /Linux-v5.15/drivers/usb/cdns3/ |
| D | cdnsp-ep0.c | 66 case USB_STATE_CONFIGURED: in cdnsp_ep0_set_config() 102 if (state == USB_STATE_CONFIGURED) { in cdnsp_ep0_set_address() 219 if (state != USB_STATE_CONFIGURED || speed < USB_SPEED_SUPER) in cdnsp_ep0_handle_feature_device() 226 if (state != USB_STATE_CONFIGURED || speed < USB_SPEED_SUPER) in cdnsp_ep0_handle_feature_device() 235 if (state != USB_STATE_CONFIGURED || speed > USB_SPEED_HIGH) in cdnsp_ep0_handle_feature_device()
|
| D | cdns3-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()
|
| /Linux-v5.15/drivers/usb/dwc3/ |
| D | ep0.c | 134 usb_gadget_set_state(dwc->gadget, USB_STATE_CONFIGURED); in __dwc3_gadget_ep0_queue() 380 if (state != USB_STATE_CONFIGURED) in dwc3_ep0_handle_u1() 404 if (state != USB_STATE_CONFIGURED) in dwc3_ep0_handle_u2() 580 if (state == USB_STATE_CONFIGURED) { in dwc3_ep0_set_address() 638 USB_STATE_CONFIGURED); in dwc3_ep0_set_config() 653 case USB_STATE_CONFIGURED: in dwc3_ep0_set_config() 1137 USB_STATE_CONFIGURED); in dwc3_ep0_xfernotready()
|
| D | gadget.c | 4014 if (dwc->gadget->state >= USB_STATE_CONFIGURED) in dwc3_gadget_interrupt()
|
| /Linux-v5.15/drivers/usb/mtu3/ |
| 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()
|
| /Linux-v5.15/drivers/usb/common/ |
| D | common.c | 164 [USB_STATE_CONFIGURED] = "configured", in usb_state_string()
|
| /Linux-v5.15/drivers/usb/gadget/udc/bdc/ |
| 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()
|
| /Linux-v5.15/drivers/usb/core/ |
| D | hub.c | 486 if (hdev->state != USB_STATE_CONFIGURED || hub->quiescing) in led_work() 2061 else if (new_state == USB_STATE_CONFIGURED) in usb_set_device_state() 3480 ? USB_STATE_CONFIGURED in finish_port_resume() 3949 if (udev->state != USB_STATE_CONFIGURED) in usb_req_set_sel() 4040 if (udev->state != USB_STATE_CONFIGURED) { in usb_set_device_initiated_lpm() 4315 udev->state < USB_STATE_CONFIGURED) in usb_disable_lpm() 4374 udev->state < USB_STATE_CONFIGURED) in usb_enable_lpm() 5963 usb_set_device_state(udev, USB_STATE_CONFIGURED); in usb_reset_and_verify_device()
|
| D | urb.c | 431 dev->state < USB_STATE_CONFIGURED) in usb_submit_urb()
|
| D | message.c | 1435 if (dev->state == USB_STATE_CONFIGURED) in usb_disable_device() 2138 usb_set_device_state(dev, USB_STATE_CONFIGURED); in usb_set_configuration()
|
| 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()
|
| D | hcd.c | 2025 if (dev->state < USB_STATE_CONFIGURED) in usb_alloc_streams() 2338 ? USB_STATE_CONFIGURED in hcd_bus_resume()
|
| /Linux-v5.15/include/uapi/linux/usb/ |
| D | ch9.h | 1182 USB_STATE_CONFIGURED, /* most functions */ enumerator
|
| /Linux-v5.15/drivers/usb/gadget/udc/ |
| D | tegra-xudc.c | 1728 if ((xudc->device_state == USB_STATE_CONFIGURED) && in __tegra_xudc_ep_disable() 1825 xudc->device_state = USB_STATE_CONFIGURED; in __tegra_xudc_ep_enable() 2279 if ((xudc->device_state != USB_STATE_CONFIGURED) || in tegra_xudc_ep0_set_feature() 2317 if (xudc->device_state != USB_STATE_CONFIGURED) in tegra_xudc_ep0_set_feature() 2404 if ((xudc->device_state != USB_STATE_CONFIGURED) && in tegra_xudc_ep0_get_status() 2501 if (xudc->device_state == USB_STATE_CONFIGURED) in tegra_xudc_ep0_set_address()
|
| D | gr_udc.c | 948 if (dev->gadget.state != USB_STATE_CONFIGURED) in gr_interface_request() 991 if (dev->gadget.state != USB_STATE_CONFIGURED && epnum != 0) in gr_endpoint_request() 1149 USB_STATE_CONFIGURED); in gr_ep0_setup()
|
| D | mv_u3d_core.c | 1576 u3d->usb_state = USB_STATE_CONFIGURED; in mv_u3d_handle_setup_packet()
|
| D | mv_udc_core.c | 1619 if (udc->usb_state != USB_STATE_CONFIGURED in ch9setfeature()
|
| /Linux-v5.15/drivers/usb/host/ |
| 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()
|
| D | uhci-q.c | 896 urb->dev->state != USB_STATE_CONFIGURED) in uhci_submit_control()
|
| /Linux-v5.15/drivers/usb/isp1760/ |
| D | isp1760-udc.c | 685 udc->gadget.state != USB_STATE_CONFIGURED) in isp1760_ep0_setup_standard() 693 USB_STATE_CONFIGURED : USB_STATE_ADDRESS); in isp1760_ep0_setup_standard()
|
| /Linux-v5.15/drivers/usb/gadget/legacy/ |
| D | raw_gadget.c | 1106 usb_gadget_set_state(dev->gadget, USB_STATE_CONFIGURED); in raw_ioctl_configure()
|
| D | inode.c | 1439 usb_gadget_set_state(gadget, USB_STATE_CONFIGURED); in gadgetfs_setup()
|
| /Linux-v5.15/drivers/usb/gadget/ |
| D | composite.c | 887 usb_gadget_set_state(gadget, USB_STATE_CONFIGURED); in set_config()
|
| /Linux-v5.15/drivers/staging/emxx_udc/ |
| D | emxx_udc.c | 1580 udc->devstate = USB_STATE_CONFIGURED; in std_req_set_configuration()
|
| /Linux-v5.15/drivers/net/usb/ |
| D | hso.c | 3002 if (hso_dev->usb->state != USB_STATE_CONFIGURED) in hso_get_activity()
|