Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-da8xx.c53 struct da8xx_ohci_hcd *da8xx_ohci = to_da8xx_ohci(hcd); in ohci_da8xx_enable() local
56 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() local
82 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 …]
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-da8xx.c17 struct da8xx_ohci { struct
91 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),