Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc3/
Dep0.c155 usb_gadget_set_state(&dwc->gadget, USB_STATE_CONFIGURED); in __dwc3_gadget_ep0_queue()
417 if (state != USB_STATE_CONFIGURED) in dwc3_ep0_handle_feature()
431 if (state != USB_STATE_CONFIGURED) in dwc3_ep0_handle_feature()
512 if (state == USB_STATE_CONFIGURED) { in dwc3_ep0_set_address()
567 USB_STATE_CONFIGURED); in dwc3_ep0_set_config()
582 case USB_STATE_CONFIGURED: in dwc3_ep0_set_config()
/linux-4.1.27/drivers/usb/common/
Dcommon.c73 [USB_STATE_CONFIGURED] = "configured", in usb_state_string()
/linux-4.1.27/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c1180 state != USB_STATE_CONFIGURED) in ep0_handle_feature_dev()
1202 state != USB_STATE_CONFIGURED) in ep0_handle_feature_dev()
1221 state != USB_STATE_CONFIGURED) in ep0_handle_feature_dev()
1459 USB_STATE_CONFIGURED); in handle_control_request()
1460 } else if (state == USB_STATE_CONFIGURED) { in handle_control_request()
/linux-4.1.27/include/uapi/linux/usb/
Dch9.h932 USB_STATE_CONFIGURED, /* most functions */ enumerator
/linux-4.1.27/drivers/usb/core/
Durb.c383 dev->state < USB_STATE_CONFIGURED) in usb_submit_urb()
Dhub.c455 if (hdev->state != USB_STATE_CONFIGURED || hub->quiescing) in led_work()
2011 else if (new_state == USB_STATE_CONFIGURED) in usb_set_device_state()
3241 ? USB_STATE_CONFIGURED in finish_port_resume()
3657 if (udev->state != USB_STATE_CONFIGURED) in usb_req_set_sel()
3748 if (udev->state != USB_STATE_CONFIGURED) { in usb_set_device_initiated_lpm()
5402 usb_set_device_state(udev, USB_STATE_CONFIGURED); in usb_reset_and_verify_device()
Dmessage.c1189 if (dev->state == USB_STATE_CONFIGURED) in usb_disable_device()
1870 usb_set_device_state(dev, USB_STATE_CONFIGURED); in usb_set_configuration()
Ddevio.c676 if (ps->dev->state != USB_STATE_CONFIGURED) in checkintf()
722 && ps->dev->state != USB_STATE_CONFIGURED) in check_ctrlrecip()
1941 if (ps->dev->state != USB_STATE_CONFIGURED) in proc_ioctl()
Dhcd.c2066 if (dev->state < USB_STATE_CONFIGURED) in usb_alloc_streams()
2234 ? USB_STATE_CONFIGURED in hcd_bus_resume()
/linux-4.1.27/drivers/usb/gadget/udc/
Dgr_udc.c968 if (dev->gadget.state != USB_STATE_CONFIGURED) in gr_interface_request()
1011 if (dev->gadget.state != USB_STATE_CONFIGURED && epnum != 0) in gr_endpoint_request()
1169 USB_STATE_CONFIGURED); in gr_ep0_setup()
Dmv_u3d_core.c1580 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-4.1.27/drivers/usb/host/
Dr8a66597-hcd.c981 dev->state = USB_STATE_CONFIGURED; in init_pipe_config()
1828 if (dev && dev->address && dev->state != USB_STATE_CONFIGURED && in check_pipe_config()
1829 (urb->dev->state == USB_STATE_CONFIGURED)) in check_pipe_config()
2033 if (udev->state == USB_STATE_CONFIGURED && in collect_usb_address_map()
Duhci-q.c897 urb->dev->state != USB_STATE_CONFIGURED) in uhci_submit_control()
/linux-4.1.27/drivers/usb/isp1760/
Disp1760-udc.c622 udc->gadget.state != USB_STATE_CONFIGURED) in isp1760_ep0_setup_standard()
630 USB_STATE_CONFIGURED : USB_STATE_ADDRESS); in isp1760_ep0_setup_standard()
/linux-4.1.27/drivers/usb/gadget/
Dcomposite.c669 usb_gadget_set_state(gadget, USB_STATE_CONFIGURED); in set_config()
/linux-4.1.27/drivers/usb/gadget/legacy/
Dinode.c1414 usb_gadget_set_state(gadget, USB_STATE_CONFIGURED); in gadgetfs_setup()
/linux-4.1.27/drivers/net/usb/
Dhso.c3003 if (hso_dev->usb->state != USB_STATE_CONFIGURED) in hso_get_activity()
/linux-4.1.27/drivers/staging/emxx_udc/
Demxx_udc.c1697 udc->devstate = USB_STATE_CONFIGURED; in std_req_set_configuration()