Searched refs:da8xx_ohci (Results 1 – 1 of 1) sorted by relevance
53 struct da8xx_ohci_hcd *da8xx_ohci = to_da8xx_ohci(hcd); in ohci_da8xx_enable() local56 ret = clk_prepare_enable(da8xx_ohci->usb11_clk); in ohci_da8xx_enable()60 ret = phy_init(da8xx_ohci->usb11_phy); in ohci_da8xx_enable()64 ret = phy_power_on(da8xx_ohci->usb11_phy); in ohci_da8xx_enable()71 phy_exit(da8xx_ohci->usb11_phy); in ohci_da8xx_enable()73 clk_disable_unprepare(da8xx_ohci->usb11_clk); in ohci_da8xx_enable()80 struct da8xx_ohci_hcd *da8xx_ohci = to_da8xx_ohci(hcd); in ohci_da8xx_disable() local82 phy_power_off(da8xx_ohci->usb11_phy); in ohci_da8xx_disable()83 phy_exit(da8xx_ohci->usb11_phy); in ohci_da8xx_disable()84 clk_disable_unprepare(da8xx_ohci->usb11_clk); in ohci_da8xx_disable()[all …]