Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/alchemy/common/
Dplatform.c139 return alchemy_usb_control(ALCHEMY_USB_EHCI0, 1); in alchemy_ehci_power_on()
145 alchemy_usb_control(ALCHEMY_USB_EHCI0, 0); in alchemy_ehci_power_off()
163 return alchemy_usb_control(unit, 1); in alchemy_ohci_power_on()
174 alchemy_usb_control(unit, 0); in alchemy_ohci_power_off()
Dusb.c478 int alchemy_usb_control(int block, int enable) in alchemy_usb_control() function
507 EXPORT_SYMBOL_GPL(alchemy_usb_control);
/linux-6.1.9/arch/mips/include/asm/mach-au1x00/
Dau1000.h794 int alchemy_usb_control(int block, int enable);