Searched refs:usbh_clk (Results 1 – 4 of 4) sorted by relevance
59 struct clk *usbh_clk; in spear_ehci_hcd_drv_probe() local 81 usbh_clk = devm_clk_get(&pdev->dev, NULL); in spear_ehci_hcd_drv_probe() 82 if (IS_ERR(usbh_clk)) { in spear_ehci_hcd_drv_probe() 84 retval = PTR_ERR(usbh_clk); in spear_ehci_hcd_drv_probe() 103 sehci->clk = usbh_clk; in spear_ehci_hcd_drv_probe()
38 struct clk *usbh_clk; in spear_ohci_hcd_drv_probe() local 58 usbh_clk = devm_clk_get(&pdev->dev, NULL); in spear_ohci_hcd_drv_probe() 59 if (IS_ERR(usbh_clk)) { in spear_ohci_hcd_drv_probe() 61 retval = PTR_ERR(usbh_clk); in spear_ohci_hcd_drv_probe() 81 sohci_p->clk = usbh_clk; in spear_ohci_hcd_drv_probe()
99 struct clk *usbh_clk; member 246 ret = clk_prepare_enable(usbh->usbh_clk); in bcm63xx_usbh_phy_init() 255 clk_disable_unprepare(usbh->usbh_clk); in bcm63xx_usbh_phy_init() 263 clk_disable_unprepare(usbh->usbh_clk); in bcm63xx_usbh_phy_init() 354 clk_disable_unprepare(usbh->usbh_clk); in bcm63xx_usbh_phy_exit() 406 usbh->usbh_clk = devm_clk_get_optional(dev, "usbh"); in bcm63xx_usbh_phy_probe() 407 if (IS_ERR(usbh->usbh_clk)) in bcm63xx_usbh_phy_probe() 408 return PTR_ERR(usbh->usbh_clk); in bcm63xx_usbh_phy_probe()
269 * @usbh_clk: Clock descriptor for the USB host block.298 struct clk *usbh_clk; member 401 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()