Home
last modified time | relevance | path

Searched refs:USB_TEST_FORCE_ENABLE (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/usb/common/
H A Ddebug.c65 case USB_TEST_FORCE_ENABLE: in usb_decode_test_mode()
/openbmc/linux/drivers/usb/musb/
H A Dmusb_virthub.c404 case USB_TEST_FORCE_ENABLE: in musb_hub_control()
/openbmc/linux/drivers/usb/dwc2/
H A Ddebugfs.c48 testmode = USB_TEST_FORCE_ENABLE; in testmode_write()
93 case USB_TEST_FORCE_ENABLE: in testmode_show()
H A Dgadget.c1607 case USB_TEST_FORCE_ENABLE: in dwc2_hsotg_set_test_mode()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-ep0.c245 if (tmode > USB_TEST_FORCE_ENABLE || tmode < USB_TEST_J) in cdnsp_ep0_handle_feature_device()
/openbmc/linux/drivers/usb/dwc3/
H A Ddebugfs.c508 case USB_TEST_FORCE_ENABLE: in dwc3_testmode_show()
547 testmode = USB_TEST_FORCE_ENABLE; in dwc3_testmode_write()
H A Dep0.c464 case USB_TEST_FORCE_ENABLE: in dwc3_ep0_handle_test()
H A Dgadget.c53 case USB_TEST_FORCE_ENABLE: in dwc3_gadget_set_test_mode()
/openbmc/linux/drivers/usb/host/
H A Dxhci-hub.c721 if (test_mode == USB_TEST_FORCE_ENABLE) in xhci_port_set_test_mode()
776 if (xhci->test_mode == USB_TEST_FORCE_ENABLE && in xhci_exit_test_mode()
1537 if (test_mode > USB_TEST_FORCE_ENABLE || in xhci_hub_control()
/openbmc/linux/include/uapi/linux/usb/
H A Dch9.h142 #define USB_TEST_FORCE_ENABLE 5 macro
/openbmc/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_ep.c936 case USB_TEST_FORCE_ENABLE: in bdc_set_test_mode()
/openbmc/linux/drivers/usb/chipidea/
H A Dudc.c1260 case USB_TEST_FORCE_ENABLE: in isr_setup_packet_handler()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dmv_udc_core.c1505 if (index <= USB_TEST_FORCE_ENABLE) { in mv_udc_testmode()