Lines Matching refs:hcd

158 void ms_RH_force_FSmode(struct usb_hcd *hcd, int enable)  in ms_RH_force_FSmode()  argument
161 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ms_RH_force_FSmode()
165 hcd->isFSmode = 1; in ms_RH_force_FSmode()
170 hcd->isFSmode = 0; in ms_RH_force_FSmode()
178 void ms_ResetMstarUsb(struct usb_hcd *hcd) in ms_ResetMstarUsb() argument
181 if (hcd->isFSmode) in ms_ResetMstarUsb()
182 ms_RH_force_FSmode(hcd, 0); in ms_ResetMstarUsb()
183 ms_ehci_softrst(hcd_to_ehci(hcd)); in ms_ResetMstarUsb()
186 inline BOOL ms_RoothubPortConnected(struct usb_hcd *hcd) in ms_RoothubPortConnected() argument
188 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ms_RoothubPortConnected()
195 inline BOOL ms_RoothubPortConnectChg(struct usb_hcd *hcd) in ms_RoothubPortConnectChg() argument
197 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ms_RoothubPortConnectChg()
204 inline BOOL ms_RoothubPortEnabled(struct usb_hcd *hcd) in ms_RoothubPortEnabled() argument
206 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ms_RoothubPortEnabled()
213 inline BOOL ms_isHcdRunning(struct usb_hcd *hcd) in ms_isHcdRunning() argument
215 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ms_isHcdRunning()
222 inline void ms_forceHcdRun(struct usb_hcd *hcd) in ms_forceHcdRun() argument
224 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ms_forceHcdRun()
237 inline void ms_dumpHcdRegister(struct usb_hcd *hcd) in ms_dumpHcdRegister() argument
239 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in ms_dumpHcdRegister()
269 void ms_ehci_interrupt_enable (struct usb_hcd *hcd, int str_on) in ms_ehci_interrupt_enable() argument
271 struct ehci_hcd *pEhci = hcd_to_ehci (hcd); in ms_ehci_interrupt_enable()
292 void ms_ehci_interrupt_disable (struct usb_hcd *hcd) in ms_ehci_interrupt_disable() argument
294 struct ehci_hcd *pEhci = hcd_to_ehci (hcd); in ms_ehci_interrupt_disable()