Searched refs:USB_STATE_DEFAULT (Results 1 – 22 of 22) sorted by relevance
/linux-6.1.9/drivers/usb/cdns3/ |
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()
|
D | cdns3-ep0.c | 208 (addr ? USB_STATE_ADDRESS : USB_STATE_DEFAULT)); in cdns3_req_ep0_set_address()
|
D | cdnsp-gadget.c | 1766 usb_gadget_set_state(&pdev->gadget, USB_STATE_DEFAULT); in cdnsp_irq_reset()
|
/linux-6.1.9/drivers/usb/common/ |
D | common.c | 162 [USB_STATE_DEFAULT] = "default", in usb_state_string()
|
/linux-6.1.9/drivers/usb/dwc3/ |
D | ep0.c | 612 usb_gadget_set_state(dwc->gadget, USB_STATE_DEFAULT); in dwc3_ep0_set_address() 639 case USB_STATE_DEFAULT: in dwc3_ep0_set_config() 734 if (state == USB_STATE_DEFAULT) in dwc3_ep0_set_sel()
|
/linux-6.1.9/drivers/usb/isp1760/ |
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-6.1.9/drivers/usb/gadget/udc/ |
D | tegra-xudc.c | 2089 xudc->device_state = USB_STATE_DEFAULT; in tegra_xudc_gadget_start() 2274 (xudc->device_state == USB_STATE_DEFAULT)) in tegra_xudc_ep0_set_feature() 2351 if ((xudc->device_state == USB_STATE_DEFAULT) || in tegra_xudc_ep0_set_feature() 2444 if (xudc->device_state == USB_STATE_DEFAULT) in tegra_xudc_ep0_set_sel() 2484 if ((xudc->device_state == USB_STATE_DEFAULT) && in set_address_complete() 2490 xudc->device_state = USB_STATE_DEFAULT; in set_address_complete() 2805 xudc->device_state = USB_STATE_DEFAULT; in tegra_xudc_reset() 2865 xudc->device_state = USB_STATE_DEFAULT; in tegra_xudc_port_connect()
|
D | mv_u3d_core.c | 1416 u3d->usb_state = USB_STATE_DEFAULT; in mv_u3d_irq_process_link_change() 1443 u3d->usb_state = USB_STATE_DEFAULT; in mv_u3d_irq_process_link_change() 1472 if (u3d->usb_state != USB_STATE_DEFAULT) { in mv_u3d_ch9setaddress()
|
D | mv_udc_core.c | 1623 && udc->usb_state != USB_STATE_DEFAULT) in ch9setfeature() 1897 udc->usb_state = USB_STATE_DEFAULT; in irq_process_reset() 1990 udc->usb_state = USB_STATE_DEFAULT; in irq_process_port_change()
|
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()
|
D | core.c | 1095 usb_gadget_set_state(gadget, USB_STATE_DEFAULT); in usb_gadget_udc_reset()
|
D | fsl_udc_core.c | 1748 udc->usb_state = USB_STATE_DEFAULT; in port_change_irq() 1840 udc->usb_state = USB_STATE_DEFAULT; in reset_irq()
|
D | fsl_qe_udc.c | 2138 if (udc->usb_state == USB_STATE_DEFAULT) in reset_irq() 2150 udc->usb_state = USB_STATE_DEFAULT; in reset_irq()
|
/linux-6.1.9/drivers/usb/misc/ |
D | lvstest.c | 61 usb_set_device_state(udev, USB_STATE_DEFAULT); in create_lvs_device()
|
/linux-6.1.9/drivers/usb/gadget/udc/bdc/ |
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()
|
D | bdc_udc.c | 125 usb_gadget_set_state(&bdc->gadget, USB_STATE_DEFAULT); in bdc_uspc_connected()
|
/linux-6.1.9/include/uapi/linux/usb/ |
D | ch9.h | 1180 USB_STATE_DEFAULT, /* limited function */ enumerator
|
/linux-6.1.9/drivers/usb/mtu3/ |
D | mtu3_gadget_ep0.c | 466 usb_gadget_set_state(&mtu->g, USB_STATE_DEFAULT); in handle_standard_request()
|
/linux-6.1.9/drivers/usb/host/ |
D | xen-hcd.c | 496 USB_STATE_DEFAULT; in xenhcd_hub_control()
|
D | r8a66597-hcd.c | 413 dev->state = USB_STATE_DEFAULT; in free_usb_address()
|
/linux-6.1.9/drivers/usb/core/ |
D | hub.c | 3074 usb_set_device_state(udev, USB_STATE_DEFAULT); in hub_port_reset() 4607 if (udev->state != USB_STATE_DEFAULT) in hub_set_address() 4659 if (udev->state != USB_STATE_DEFAULT) in hub_enable_device()
|
/linux-6.1.9/drivers/staging/emxx_udc/ |
D | emxx_udc.c | 2283 udc->devstate = USB_STATE_DEFAULT; in _nbu2ss_int_bus_reset()
|