Home
last modified time | relevance | path

Searched refs:ehci_endpoint_disable (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd_2.c127 extern void ehci_endpoint_disable (struct usb_hcd *hcd, struct hcd_dev *dev, int ep);
302 ehci_cpe_hc_driver_Port2.endpoint_disable = ehci_endpoint_disable; in cpe_ehci_hcd_init_Port2()
H A DdrvEhciHcd.c8923 ehci_endpoint_disable (struct usb_hcd *hcd, struct hcd_dev *dev, int ep) in ehci_endpoint_disable() function
9436 extern void ehci_endpoint_disable (struct usb_hcd *hcd, struct hcd_dev *dev, int ep);
9472 ehci_cpe_hc_driver.endpoint_disable = ehci_endpoint_disable; in cpe_ehci_hcd_init()
9767 driver->endpoint_disable = ehci_endpoint_disable; in cpe_ehci_hcd_init_EX()
H A DdrvHub.c4859 extern void ehci_endpoint_disable (struct usb_hcd *hcd, struct hcd_dev *dev, int ep);
5912 ehci_endpoint_disable(hcd, phcd_dev, 0); in hub_port_connect_change()