Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dohci-spear.c38 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()
/linux/drivers/phy/broadcom/
H A Dphy-bcm63xx-usbh.c99 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()