Searched refs:usbh_clk (Results 1 – 4 of 4) sorted by relevance
61 struct clk *usbh_clk; in spear_ehci_hcd_drv_probe() local83 usbh_clk = devm_clk_get(&pdev->dev, NULL); in spear_ehci_hcd_drv_probe()84 if (IS_ERR(usbh_clk)) { in spear_ehci_hcd_drv_probe()86 retval = PTR_ERR(usbh_clk); in spear_ehci_hcd_drv_probe()106 sehci->clk = usbh_clk; in spear_ehci_hcd_drv_probe()
39 struct clk *usbh_clk; in spear_ohci_hcd_drv_probe() local59 usbh_clk = devm_clk_get(&pdev->dev, NULL); in spear_ohci_hcd_drv_probe()60 if (IS_ERR(usbh_clk)) { in spear_ohci_hcd_drv_probe()62 retval = PTR_ERR(usbh_clk); in spear_ohci_hcd_drv_probe()83 sohci_p->clk = usbh_clk; in spear_ohci_hcd_drv_probe()
98 struct clk *usbh_clk; member245 ret = clk_prepare_enable(usbh->usbh_clk); in bcm63xx_usbh_phy_init()254 clk_disable_unprepare(usbh->usbh_clk); in bcm63xx_usbh_phy_init()262 clk_disable_unprepare(usbh->usbh_clk); in bcm63xx_usbh_phy_init()353 clk_disable_unprepare(usbh->usbh_clk); in bcm63xx_usbh_phy_exit()405 usbh->usbh_clk = devm_clk_get_optional(dev, "usbh"); in bcm63xx_usbh_phy_probe()406 if (IS_ERR(usbh->usbh_clk)) in bcm63xx_usbh_phy_probe()407 return PTR_ERR(usbh->usbh_clk); in bcm63xx_usbh_phy_probe()
298 struct clk *usbh_clk; member401 clk_enable(udc->usbh_clk); in set_clocks()406 clk_disable(udc->usbh_clk); in set_clocks()934 clk_put(udc->usbh_clk); in bcm63xx_uninit_udc_hw()973 udc->usbh_clk = clk_get(udc->dev, "usbh"); in bcm63xx_init_udc_hw()974 if (IS_ERR(udc->usbh_clk)) in bcm63xx_init_udc_hw()979 clk_put(udc->usbh_clk); in bcm63xx_init_udc_hw()