Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dohci-da8xx.c52 struct da8xx_ohci_hcd *da8xx_ohci = to_da8xx_ohci(hcd); in ohci_da8xx_enable() local
55 ret = clk_prepare_enable(da8xx_ohci->usb11_clk); in ohci_da8xx_enable()
59 ret = phy_init(da8xx_ohci->usb11_phy); in ohci_da8xx_enable()
63 ret = phy_power_on(da8xx_ohci->usb11_phy); in ohci_da8xx_enable()
70 phy_exit(da8xx_ohci->usb11_phy); in ohci_da8xx_enable()
72 clk_disable_unprepare(da8xx_ohci->usb11_clk); in ohci_da8xx_enable()
79 struct da8xx_ohci_hcd *da8xx_ohci = to_da8xx_ohci(hcd); in ohci_da8xx_disable() local
81 phy_power_off(da8xx_ohci->usb11_phy); in ohci_da8xx_disable()
82 phy_exit(da8xx_ohci->usb11_phy); in ohci_da8xx_disable()
83 clk_disable_unprepare(da8xx_ohci->usb11_clk); in ohci_da8xx_disable()
[all …]