Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/alchemy/common/
Dplatform.c141 return alchemy_usb_control(ALCHEMY_USB_EHCI0, 1); in alchemy_ehci_power_on()
147 alchemy_usb_control(ALCHEMY_USB_EHCI0, 0); in alchemy_ehci_power_off()
165 return alchemy_usb_control(unit, 1); in alchemy_ohci_power_on()
176 alchemy_usb_control(unit, 0); in alchemy_ohci_power_off()
Dusb.c477 int alchemy_usb_control(int block, int enable) in alchemy_usb_control() function
506 EXPORT_SYMBOL_GPL(alchemy_usb_control);
/Linux-v4.19/arch/mips/include/asm/mach-au1x00/
Dau1000.h794 int alchemy_usb_control(int block, int enable);