/linux/drivers/usb/cdns3/ |
H A D | cdnsp-ep0.c | 122 usb_gadget_set_state(&pdev->gadget, USB_STATE_DEFAULT); in cdnsp_ep0_set_address() 347 if (state == USB_STATE_DEFAULT) in cdnsp_ep0_set_sel()
|
H A D | cdns3-ep0.c | 208 (addr ? USB_STATE_ADDRESS : USB_STATE_DEFAULT)); in cdns3_req_ep0_set_address()
|
H A D | cdnsp-gadget.c | 1765 usb_gadget_set_state(&pdev->gadget, USB_STATE_DEFAULT); in cdnsp_irq_reset()
|
/linux/drivers/usb/common/ |
H A D | common.c | 162 [USB_STATE_DEFAULT] = "default", in usb_state_string()
|
/linux/drivers/usb/dwc3/ |
H A D | ep0.c | 620 usb_gadget_set_state(dwc->gadget, USB_STATE_DEFAULT); in dwc3_ep0_set_address() 647 case USB_STATE_DEFAULT: in dwc3_ep0_set_config() 743 if (state == USB_STATE_DEFAULT) in dwc3_ep0_set_sel()
|
/linux/drivers/usb/isp1760/ |
H A D | isp1760-udc.c | 566 if (udc->gadget.state != USB_STATE_DEFAULT && in isp1760_udc_set_address() 574 USB_STATE_DEFAULT); in isp1760_udc_set_address() 1208 if (udc->gadget.state < USB_STATE_DEFAULT) in isp1760_udc_suspend() 1217 if (udc->gadget.state < USB_STATE_DEFAULT) in isp1760_udc_resume()
|
/linux/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | 2095 xudc->device_state = USB_STATE_DEFAULT; in tegra_xudc_gadget_start() 2279 (xudc->device_state == USB_STATE_DEFAULT)) in tegra_xudc_ep0_set_feature() 2356 if ((xudc->device_state == USB_STATE_DEFAULT) || in tegra_xudc_ep0_set_feature() 2449 if (xudc->device_state == USB_STATE_DEFAULT) in tegra_xudc_ep0_set_sel() 2489 if ((xudc->device_state == USB_STATE_DEFAULT) && in set_address_complete() 2495 xudc->device_state = USB_STATE_DEFAULT; in set_address_complete() 2810 xudc->device_state = USB_STATE_DEFAULT; in tegra_xudc_reset() 2870 xudc->device_state = USB_STATE_DEFAULT; in tegra_xudc_port_connect()
|
H A D | mv_u3d_core.c | 1415 u3d->usb_state = USB_STATE_DEFAULT; in mv_u3d_irq_process_link_change() 1442 u3d->usb_state = USB_STATE_DEFAULT; in mv_u3d_irq_process_link_change() 1471 if (u3d->usb_state != USB_STATE_DEFAULT) { in mv_u3d_ch9setaddress()
|
H A D | mv_udc_core.c | 1622 && udc->usb_state != USB_STATE_DEFAULT) in ch9setfeature() 1896 udc->usb_state = USB_STATE_DEFAULT; in irq_process_reset() 1989 udc->usb_state = USB_STATE_DEFAULT; in irq_process_port_change()
|
H A D | gr_udc.c | 899 usb_gadget_set_state(&dev->gadget, USB_STATE_DEFAULT); in gr_device_request() 1218 usb_gadget_set_state(&dev->gadget, USB_STATE_DEFAULT); in gr_udc_usbreset()
|
H A D | fsl_udc_core.c | 1755 udc->usb_state = USB_STATE_DEFAULT; in port_change_irq() 1847 udc->usb_state = USB_STATE_DEFAULT; in reset_irq()
|
H A D | core.c | 1192 usb_gadget_set_state(gadget, USB_STATE_DEFAULT); in usb_gadget_udc_reset()
|
H A D | fsl_qe_udc.c | 2141 if (udc->usb_state == USB_STATE_DEFAULT) in reset_irq() 2153 udc->usb_state = USB_STATE_DEFAULT; in reset_irq()
|
/linux/drivers/usb/misc/ |
H A D | lvstest.c | 61 usb_set_device_state(udev, USB_STATE_DEFAULT); in create_lvs_device()
|
/linux/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_ep.c | 1121 case USB_STATE_DEFAULT: in ep0_set_address() 1131 usb_gadget_set_state(&bdc->gadget, USB_STATE_DEFAULT); in ep0_set_address() 1314 if (state == USB_STATE_DEFAULT) in ep0_handle_status()
|
H A D | bdc_udc.c | 125 usb_gadget_set_state(&bdc->gadget, USB_STATE_DEFAULT); in bdc_uspc_connected()
|
/linux/include/uapi/linux/usb/ |
H A D | ch9.h | 1206 USB_STATE_DEFAULT, /* limited function */ enumerator
|
/linux/drivers/usb/gadget/udc/cdns2/ |
H A D | cdns2-ep0.c | 166 (addr ? USB_STATE_ADDRESS : USB_STATE_DEFAULT)); in cdns2_req_ep0_set_address()
|
/linux/drivers/usb/mtu3/ |
H A D | mtu3_gadget_ep0.c | 466 usb_gadget_set_state(&mtu->g, USB_STATE_DEFAULT); in handle_standard_request()
|
/linux/drivers/usb/host/ |
H A D | xen-hcd.c | 496 USB_STATE_DEFAULT; in xenhcd_hub_control()
|
H A D | r8a66597-hcd.c | 413 dev->state = USB_STATE_DEFAULT; in free_usb_address()
|
/linux/drivers/usb/core/ |
H A D | hub.c | 3132 usb_set_device_state(udev, USB_STATE_DEFAULT); in hub_port_reset() 4719 if (udev->state != USB_STATE_DEFAULT) in hub_set_address() 4771 if (udev->state != USB_STATE_DEFAULT) in hub_enable_device()
|