Home
last modified time | relevance | path

Searched refs:USB_STATE_DEFAULT (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-ep0.c122 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 Dcdns3-ep0.c208 (addr ? USB_STATE_ADDRESS : USB_STATE_DEFAULT)); in cdns3_req_ep0_set_address()
/openbmc/qemu/hw/usb/
H A Dcore.c92 dev->state = USB_STATE_DEFAULT; in usb_device_reset()
360 if (dev == NULL || !dev->attached || dev->state != USB_STATE_DEFAULT) { in usb_find_device()
427 assert(dev->state == USB_STATE_DEFAULT); in usb_handle_packet()
/openbmc/u-boot/drivers/usb/dwc3/
H A Dep0.c521 usb_gadget_set_state(&dwc->gadget, USB_STATE_DEFAULT); in dwc3_ep0_set_address()
547 case USB_STATE_DEFAULT: in dwc3_ep0_set_config()
640 if (state == USB_STATE_DEFAULT) in dwc3_ep0_set_sel()
/openbmc/u-boot/drivers/usb/gadget/udc/
H A Dudc-core.c113 usb_gadget_set_state(gadget, USB_STATE_DEFAULT); in usb_gadget_udc_reset()
/openbmc/linux/drivers/usb/common/
H A Dcommon.c163 [USB_STATE_DEFAULT] = "default", in usb_state_string()
/openbmc/linux/drivers/usb/isp1760/
H A Disp1760-udc.c566 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()
/openbmc/linux/drivers/usb/dwc3/
H A Dep0.c620 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()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c2095 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 Dmv_u3d_core.c1415 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 Dmv_udc_core.c1622 && 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 Dgr_udc.c899 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 Dfsl_udc_core.c1747 udc->usb_state = USB_STATE_DEFAULT; in port_change_irq()
1839 udc->usb_state = USB_STATE_DEFAULT; in reset_irq()
H A Dfsl_qe_udc.c2140 if (udc->usb_state == USB_STATE_DEFAULT) in reset_irq()
2152 udc->usb_state = USB_STATE_DEFAULT; in reset_irq()
H A Dcore.c1187 usb_gadget_set_state(gadget, USB_STATE_DEFAULT); in usb_gadget_udc_reset()
/openbmc/u-boot/include/linux/usb/
H A Dch9.h981 USB_STATE_DEFAULT, /* limited function */ enumerator
/openbmc/linux/drivers/usb/misc/
H A Dlvstest.c61 usb_set_device_state(udev, USB_STATE_DEFAULT); in create_lvs_device()
/openbmc/qemu/include/hw/
H A Dusb.h68 #define USB_STATE_DEFAULT 3 macro
/openbmc/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_ep.c1121 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 Dbdc_udc.c125 usb_gadget_set_state(&bdc->gadget, USB_STATE_DEFAULT); in bdc_uspc_connected()
/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-ep0.c166 (addr ? USB_STATE_ADDRESS : USB_STATE_DEFAULT)); in cdns2_req_ep0_set_address()
/openbmc/linux/include/uapi/linux/usb/
H A Dch9.h1200 USB_STATE_DEFAULT, /* limited function */ enumerator
/openbmc/linux/drivers/usb/mtu3/
H A Dmtu3_gadget_ep0.c466 usb_gadget_set_state(&mtu->g, USB_STATE_DEFAULT); in handle_standard_request()
/openbmc/u-boot/drivers/usb/gadget/
H A Dfotg210.c330 chip->state = USB_STATE_DEFAULT; in fotg210_setup()
/openbmc/linux/drivers/usb/host/
H A Dxen-hcd.c496 USB_STATE_DEFAULT; in xenhcd_hub_control()

12