Searched refs:USB_STATE_DEFAULT (Results 1 – 21 of 21) sorted by relevance
/linux/drivers/usb/cdns3/ |
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()
|
A D | cdns3-ep0.c | 208 (addr ? USB_STATE_ADDRESS : USB_STATE_DEFAULT)); in cdns3_req_ep0_set_address()
|
A D | cdnsp-gadget.c | 1773 usb_gadget_set_state(&pdev->gadget, USB_STATE_DEFAULT); in cdnsp_irq_reset()
|
/linux/drivers/usb/isp1760/ |
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/dwc3/ |
A D | ep0.c | 593 usb_gadget_set_state(dwc->gadget, USB_STATE_DEFAULT); in dwc3_ep0_set_address() 620 case USB_STATE_DEFAULT: in dwc3_ep0_set_config() 715 if (state == USB_STATE_DEFAULT) in dwc3_ep0_set_sel()
|
/linux/drivers/usb/common/ |
A D | common.c | 162 [USB_STATE_DEFAULT] = "default", in usb_state_string()
|
/linux/drivers/usb/gadget/udc/ |
A D | tegra-xudc.c | 2081 xudc->device_state = USB_STATE_DEFAULT; in tegra_xudc_gadget_start() 2266 (xudc->device_state == USB_STATE_DEFAULT)) in tegra_xudc_ep0_set_feature() 2343 if ((xudc->device_state == USB_STATE_DEFAULT) || in tegra_xudc_ep0_set_feature() 2436 if (xudc->device_state == USB_STATE_DEFAULT) in tegra_xudc_ep0_set_sel() 2476 if ((xudc->device_state == USB_STATE_DEFAULT) && in set_address_complete() 2482 xudc->device_state = USB_STATE_DEFAULT; in set_address_complete() 2797 xudc->device_state = USB_STATE_DEFAULT; in tegra_xudc_reset() 2854 xudc->device_state = USB_STATE_DEFAULT; in tegra_xudc_port_connect()
|
A D | mv_u3d_core.c | 1414 u3d->usb_state = USB_STATE_DEFAULT; in mv_u3d_irq_process_link_change() 1441 u3d->usb_state = USB_STATE_DEFAULT; in mv_u3d_irq_process_link_change() 1470 if (u3d->usb_state != USB_STATE_DEFAULT) { in mv_u3d_ch9setaddress()
|
A D | mv_udc_core.c | 1621 && udc->usb_state != USB_STATE_DEFAULT) in ch9setfeature() 1895 udc->usb_state = USB_STATE_DEFAULT; in irq_process_reset() 1988 udc->usb_state = USB_STATE_DEFAULT; in irq_process_port_change()
|
A D | gr_udc.c | 900 usb_gadget_set_state(&dev->gadget, USB_STATE_DEFAULT); in gr_device_request() 1219 usb_gadget_set_state(&dev->gadget, USB_STATE_DEFAULT); in gr_udc_usbreset()
|
A D | core.c | 1089 usb_gadget_set_state(gadget, USB_STATE_DEFAULT); in usb_gadget_udc_reset()
|
A D | fsl_udc_core.c | 1745 udc->usb_state = USB_STATE_DEFAULT; in port_change_irq() 1837 udc->usb_state = USB_STATE_DEFAULT; in reset_irq()
|
A D | fsl_qe_udc.c | 2135 if (udc->usb_state == USB_STATE_DEFAULT) in reset_irq() 2147 udc->usb_state = USB_STATE_DEFAULT; in reset_irq()
|
/linux/drivers/usb/misc/ |
A D | lvstest.c | 61 usb_set_device_state(udev, USB_STATE_DEFAULT); in create_lvs_device()
|
/linux/drivers/usb/gadget/udc/bdc/ |
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()
|
A D | bdc_udc.c | 125 usb_gadget_set_state(&bdc->gadget, USB_STATE_DEFAULT); in bdc_uspc_connected()
|
/linux/include/uapi/linux/usb/ |
A D | ch9.h | 1180 USB_STATE_DEFAULT, /* limited function */ enumerator
|
/linux/drivers/usb/mtu3/ |
A D | mtu3_gadget_ep0.c | 466 usb_gadget_set_state(&mtu->g, USB_STATE_DEFAULT); in handle_standard_request()
|
/linux/drivers/usb/core/ |
A D | hub.c | 3054 usb_set_device_state(udev, USB_STATE_DEFAULT); in hub_port_reset() 4606 if (udev->state != USB_STATE_DEFAULT) in hub_set_address() 4658 if (udev->state != USB_STATE_DEFAULT) in hub_enable_device()
|
/linux/drivers/staging/emxx_udc/ |
A D | emxx_udc.c | 2283 udc->devstate = USB_STATE_DEFAULT; in _nbu2ss_int_bus_reset()
|
/linux/drivers/usb/host/ |
A D | r8a66597-hcd.c | 413 dev->state = USB_STATE_DEFAULT; in free_usb_address()
|
Completed in 68 milliseconds