Searched refs:da8xx_ohci (Results 1 – 2 of 2) 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 …]
17 struct da8xx_ohci { struct91 struct da8xx_ohci *priv = dev_get_priv(dev); in ohci_da8xx_probe()148 struct da8xx_ohci *priv = dev_get_priv(dev); in ohci_da8xx_remove()174 .priv_auto_alloc_size = sizeof(struct da8xx_ohci),