Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUSBHwCtl.c269 void ms_ehci_interrupt_enable (struct usb_hcd *hcd, int str_on) in ms_ehci_interrupt_enable() argument
281 if (!str_on) in ms_ehci_interrupt_enable()
H A DdrvUSBHwCtl.h131 extern void ms_ehci_interrupt_enable (struct usb_hcd *hcd, int str_on);
H A DdrvUSBEntry.c1045 void ms_InitUSBIntr_EX(struct usb_hcd * hcd, int str_on) in ms_InitUSBIntr_EX() argument
1047 ms_ehci_interrupt_enable(hcd, str_on); in ms_InitUSBIntr_EX()