Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dohci-da8xx.c54 struct da8xx_ohci_hcd *da8xx_ohci = to_da8xx_ohci(hcd); in ohci_da8xx_enable() local
57 ret = clk_prepare_enable(da8xx_ohci->usb11_clk); in ohci_da8xx_enable()
61 ret = phy_init(da8xx_ohci->usb11_phy); in ohci_da8xx_enable()
65 ret = phy_power_on(da8xx_ohci->usb11_phy); in ohci_da8xx_enable()
72 phy_exit(da8xx_ohci->usb11_phy); in ohci_da8xx_enable()
74 clk_disable_unprepare(da8xx_ohci->usb11_clk); in ohci_da8xx_enable()
81 struct da8xx_ohci_hcd *da8xx_ohci = to_da8xx_ohci(hcd); in ohci_da8xx_disable() local
83 phy_power_off(da8xx_ohci->usb11_phy); in ohci_da8xx_disable()
84 phy_exit(da8xx_ohci->usb11_phy); in ohci_da8xx_disable()
85 clk_disable_unprepare(da8xx_ohci->usb11_clk); in ohci_da8xx_disable()
[all …]