Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/dwc3/
Dep0.c134 usb_gadget_set_state(&dwc->gadget, USB_STATE_CONFIGURED); in __dwc3_gadget_ep0_queue()
377 if (state != USB_STATE_CONFIGURED) in dwc3_ep0_handle_u1()
399 if (state != USB_STATE_CONFIGURED) in dwc3_ep0_handle_u2()
568 if (state == USB_STATE_CONFIGURED) { in dwc3_ep0_set_address()
622 USB_STATE_CONFIGURED); in dwc3_ep0_set_config()
634 case USB_STATE_CONFIGURED: in dwc3_ep0_set_config()
1099 USB_STATE_CONFIGURED); in dwc3_ep0_xfernotready()
Dgadget.c2969 if (dwc->gadget.state >= USB_STATE_CONFIGURED) in dwc3_gadget_interrupt()
/Linux-v4.19/drivers/usb/mtu3/
Dmtu3_gadget_ep0.c334 mtu->g.state != USB_STATE_CONFIGURED) in ep0_handle_feature_dev()
349 mtu->g.state != USB_STATE_CONFIGURED) in ep0_handle_feature_dev()
463 USB_STATE_CONFIGURED); in handle_standard_request()
464 } else if (state == USB_STATE_CONFIGURED) { in handle_standard_request()
/Linux-v4.19/drivers/usb/common/
Dcommon.c87 [USB_STATE_CONFIGURED] = "configured", in usb_state_string()
/Linux-v4.19/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c1174 state != USB_STATE_CONFIGURED) in ep0_handle_feature_dev()
1196 state != USB_STATE_CONFIGURED) in ep0_handle_feature_dev()
1215 state != USB_STATE_CONFIGURED) in ep0_handle_feature_dev()
1451 USB_STATE_CONFIGURED); in handle_control_request()
1452 } else if (state == USB_STATE_CONFIGURED) { in handle_control_request()
/Linux-v4.19/drivers/usb/core/
Durb.c407 dev->state < USB_STATE_CONFIGURED) in usb_submit_urb()
Dhub.c472 if (hdev->state != USB_STATE_CONFIGURED || hub->quiescing) in led_work()
1987 else if (new_state == USB_STATE_CONFIGURED) in usb_set_device_state()
3298 ? USB_STATE_CONFIGURED in finish_port_resume()
3766 if (udev->state != USB_STATE_CONFIGURED) in usb_req_set_sel()
3857 if (udev->state != USB_STATE_CONFIGURED) { in usb_set_device_initiated_lpm()
5652 usb_set_device_state(udev, USB_STATE_CONFIGURED); in usb_reset_and_verify_device()
Dmessage.c1252 if (dev->state == USB_STATE_CONFIGURED) in usb_disable_device()
1990 usb_set_device_state(dev, USB_STATE_CONFIGURED); in usb_set_configuration()
Ddevio.c771 if (ps->dev->state != USB_STATE_CONFIGURED) in checkintf()
817 && ps->dev->state != USB_STATE_CONFIGURED) in check_ctrlrecip()
2157 if (ps->dev->state != USB_STATE_CONFIGURED) in proc_ioctl()
Dhcd.c2148 if (dev->state < USB_STATE_CONFIGURED) in usb_alloc_streams()
2328 ? USB_STATE_CONFIGURED in hcd_bus_resume()
/Linux-v4.19/include/uapi/linux/usb/
Dch9.h1160 USB_STATE_CONFIGURED, /* most functions */ enumerator
/Linux-v4.19/drivers/usb/gadget/udc/
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-v4.19/drivers/usb/host/
Dr8a66597-hcd.c968 dev->state = USB_STATE_CONFIGURED; in init_pipe_config()
1819 if (dev && dev->address && dev->state != USB_STATE_CONFIGURED && in check_pipe_config()
1820 (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-v4.19/drivers/usb/isp1760/
Disp1760-udc.c619 udc->gadget.state != USB_STATE_CONFIGURED) in isp1760_ep0_setup_standard()
627 USB_STATE_CONFIGURED : USB_STATE_ADDRESS); in isp1760_ep0_setup_standard()
/Linux-v4.19/drivers/usb/gadget/legacy/
Dinode.c1439 usb_gadget_set_state(gadget, USB_STATE_CONFIGURED); in gadgetfs_setup()
/Linux-v4.19/drivers/usb/gadget/
Dcomposite.c790 usb_gadget_set_state(gadget, USB_STATE_CONFIGURED); in set_config()
/Linux-v4.19/drivers/net/usb/
Dhso.c2985 if (hso_dev->usb->state != USB_STATE_CONFIGURED) in hso_get_activity()
/Linux-v4.19/drivers/staging/emxx_udc/
Demxx_udc.c1662 udc->devstate = USB_STATE_CONFIGURED; in std_req_set_configuration()