Home
last modified time | relevance | path

Searched refs:OHCI_USB_RESET (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/drivers/usb/host/
Dohci-hub.c58 ohci->hc_control |= OHCI_USB_RESET; in ohci_rh_suspend()
62 case OHCI_USB_RESET: in ohci_rh_suspend()
Dohci.h265 # define OHCI_USB_RESET (0 << 6) macro
Dohci-hcd.c585 ohci->hc_control |= OHCI_USB_RESET; in ohci_run()
1143 case OHCI_USB_RESET: in ohci_resume()
Dohci-dbg.c78 case OHCI_USB_RESET: return "reset"; in hcfs2string()
Disp1362.h279 # define OHCI_USB_RESET (0 << 6) macro
Disp1362-hcd.c1749 isp1362_hcd->hc_control |= OHCI_USB_RESET; in isp1362_bus_suspend()
1752 case OHCI_USB_RESET: in isp1362_bus_suspend()
1951 case OHCI_USB_RESET: in dump_ctrl()
Du132-hcd.c1541 case OHCI_USB_RESET: in hcfs2string()
1626 u132->hc_control |= OHCI_USB_RESET; in u132_run()
/linux-5.19.10/drivers/usb/misc/
Dftdi-elan.c2238 hc_control |= OHCI_USB_RESET; in ftdi_elan_check_controller()