Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/cdns3/
Dcdnsp-ep0.c66 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()
Dcdns3-ep0.c151 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-v6.6/drivers/usb/dwc3/
Dep0.c136 usb_gadget_set_state(dwc->gadget, USB_STATE_CONFIGURED); in __dwc3_gadget_ep0_queue()
404 if (state != USB_STATE_CONFIGURED) in dwc3_ep0_handle_u1()
428 if (state != USB_STATE_CONFIGURED) in dwc3_ep0_handle_u2()
602 if (state == USB_STATE_CONFIGURED) { in dwc3_ep0_set_address()
660 USB_STATE_CONFIGURED); in dwc3_ep0_set_config()
675 case USB_STATE_CONFIGURED: in dwc3_ep0_set_config()
1172 USB_STATE_CONFIGURED); in dwc3_ep0_xfernotready()
/Linux-v6.6/drivers/usb/gadget/udc/cdns2/
Dcdns2-ep0.c156 if (device_state == USB_STATE_CONFIGURED) { in cdns2_req_ep0_set_address()
229 if (state != USB_STATE_CONFIGURED || speed > USB_SPEED_HIGH) in cdns2_ep0_handle_feature_device()
567 usb_gadget_set_state(&pdev->gadget, USB_STATE_CONFIGURED); in cdns2_gadget_ep0_queue()
/Linux-v6.6/drivers/usb/mtu3/
Dmtu3_gadget_ep0.c346 mtu->g.state != USB_STATE_CONFIGURED) in ep0_handle_feature_dev()
361 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-v6.6/drivers/usb/common/
Dcommon.c165 [USB_STATE_CONFIGURED] = "configured", in usb_state_string()
/Linux-v6.6/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c1176 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-v6.6/drivers/usb/core/
Durb.c433 dev->state < USB_STATE_CONFIGURED) in usb_submit_urb()
Dhub.c498 if (hdev->state != USB_STATE_CONFIGURED || hub->quiescing) in led_work()
2119 else if (new_state == USB_STATE_CONFIGURED) in usb_set_device_state()
3544 ? USB_STATE_CONFIGURED in finish_port_resume()
4088 if (udev->state != USB_STATE_CONFIGURED) { in usb_set_device_initiated_lpm()
4362 udev->state < USB_STATE_CONFIGURED) in usb_disable_lpm()
4421 udev->state < USB_STATE_CONFIGURED) in usb_enable_lpm()
6094 usb_set_device_state(udev, USB_STATE_CONFIGURED); in usb_reset_and_verify_device()
Dmessage.c1432 if (dev->state == USB_STATE_CONFIGURED) in usb_disable_device()
2175 usb_set_device_state(dev, USB_STATE_CONFIGURED); in usb_set_configuration()
Ddevio.c840 if (ps->dev->state != USB_STATE_CONFIGURED) in checkintf()
886 && ps->dev->state != USB_STATE_CONFIGURED) in check_ctrlrecip()
2346 if (ps->dev->state != USB_STATE_CONFIGURED) in proc_ioctl()
Dhcd.c2029 if (dev->state < USB_STATE_CONFIGURED) in usb_alloc_streams()
2335 ? USB_STATE_CONFIGURED in hcd_bus_resume()
/Linux-v6.6/drivers/usb/gadget/udc/
Dtegra-xudc.c1742 if ((xudc->device_state == USB_STATE_CONFIGURED) && in __tegra_xudc_ep_disable()
1839 xudc->device_state = USB_STATE_CONFIGURED; in __tegra_xudc_ep_enable()
2292 if ((xudc->device_state != USB_STATE_CONFIGURED) || in tegra_xudc_ep0_set_feature()
2330 if (xudc->device_state != USB_STATE_CONFIGURED) in tegra_xudc_ep0_set_feature()
2417 if ((xudc->device_state != USB_STATE_CONFIGURED) && in tegra_xudc_ep0_get_status()
2514 if (xudc->device_state == USB_STATE_CONFIGURED) in tegra_xudc_ep0_set_address()
Dgr_udc.c947 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()
Dmv_u3d_core.c1577 u3d->usb_state = USB_STATE_CONFIGURED; in mv_u3d_handle_setup_packet()
Dmv_udc_core.c1620 if (udc->usb_state != USB_STATE_CONFIGURED in ch9setfeature()
/Linux-v6.6/include/uapi/linux/usb/
Dch9.h1202 USB_STATE_CONFIGURED, /* most functions */ enumerator
/Linux-v6.6/drivers/usb/host/
Dr8a66597-hcd.c966 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()
2024 if (udev->state == USB_STATE_CONFIGURED && in collect_usb_address_map()
Duhci-q.c896 urb->dev->state != USB_STATE_CONFIGURED) in uhci_submit_control()
/Linux-v6.6/drivers/usb/isp1760/
Disp1760-udc.c685 udc->gadget.state != USB_STATE_CONFIGURED) in isp1760_ep0_setup_standard()
693 USB_STATE_CONFIGURED : USB_STATE_ADDRESS); in isp1760_ep0_setup_standard()
/Linux-v6.6/drivers/usb/gadget/legacy/
Draw_gadget.c1148 usb_gadget_set_state(dev->gadget, USB_STATE_CONFIGURED); in raw_ioctl_configure()
Dinode.c1452 usb_gadget_set_state(gadget, USB_STATE_CONFIGURED); in gadgetfs_setup()
/Linux-v6.6/drivers/usb/gadget/
Dcomposite.c986 usb_gadget_set_state(gadget, USB_STATE_CONFIGURED); in set_config()
/Linux-v6.6/drivers/staging/emxx_udc/
Demxx_udc.c1577 udc->devstate = USB_STATE_CONFIGURED; in std_req_set_configuration()
/Linux-v6.6/drivers/net/usb/
Dhso.c2997 if (hso_dev->usb->state != USB_STATE_CONFIGURED) in hso_get_activity()