Home
last modified time | relevance | path

Searched refs:SM501_GATE_USB_HOST (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dohci-sm501.c175 sm501_unit_power(dev->parent, SM501_GATE_USB_HOST, 1); in ohci_hcd_sm501_drv_probe()
209 sm501_unit_power(pdev->dev.parent, SM501_GATE_USB_HOST, 0); in ohci_hcd_sm501_drv_remove()
233 sm501_unit_power(dev->parent, SM501_GATE_USB_HOST, 0); in ohci_sm501_suspend()
247 sm501_unit_power(dev->parent, SM501_GATE_USB_HOST, 1); in ohci_sm501_resume()
/linux-4.1.27/include/linux/
Dsm501-regs.h112 #define SM501_GATE_USB_HOST (11) macro