Searched refs:usb_clk (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/usb/host/ |
H A D | ohci-s3c2410.c | 43 static struct clk *usb_clk; variable 64 clk_prepare_enable(usb_clk); in s3c2410_start_hc() 93 clk_disable_unprepare(usb_clk); in s3c2410_stop_hc() 381 usb_clk = devm_clk_get(&dev->dev, "usb-bus-host"); in ohci_hcd_s3c2410_probe() 382 if (IS_ERR(usb_clk)) { in ohci_hcd_s3c2410_probe() 384 retval = PTR_ERR(usb_clk); in ohci_hcd_s3c2410_probe()
|
H A D | ohci-pxa27x.c | 411 struct clk *usb_clk; in ohci_hcd_pxa27x_probe() local 429 usb_clk = devm_clk_get(&pdev->dev, NULL); in ohci_hcd_pxa27x_probe() 430 if (IS_ERR(usb_clk)) in ohci_hcd_pxa27x_probe() 431 return PTR_ERR(usb_clk); in ohci_hcd_pxa27x_probe() 447 pxa_ohci->clk = usb_clk; in ohci_hcd_pxa27x_probe()
|
/linux/drivers/clk/nxp/ |
H A D | clk-lpc32xx.c | 171 static struct clk *usb_clk[LPC32XX_USB_CLK_MAX]; variable 173 .clks = usb_clk, 1060 struct lpc32xx_usb_clk usb_clk; member 1194 .usb_clk = { \ 1418 hw = &clk_hw->hw0.usb_clk.hw; in lpc32xx_clk_register() 1577 usb_clk[i] = lpc32xx_clk_register(i + LPC32XX_CLK_USB_OFFSET); in lpc32xx_usb_clk_init() 1578 if (IS_ERR(usb_clk[i])) { in lpc32xx_usb_clk_init() 1580 clk_proto[i].name, PTR_ERR(usb_clk[i])); in lpc32xx_usb_clk_init() 1581 usb_clk[i] = NULL; in lpc32xx_usb_clk_init()
|
/linux/Documentation/devicetree/bindings/usb/ |
H A D | atmel-usb.txt | 40 "usb_clk" for the UTMI clock 51 clock-names = "usb_clk", "ehci_clk";
|
/linux/drivers/clk/sprd/ |
H A D | ums512-clk.c | 1017 static SPRD_COMP_CLK_DATA(usb_clk, "usb-clk", usb_parents, 1072 &usb_clk.common, 1121 [CLK_USB] = &usb_clk.common.hw,
|
/linux/arch/arm/boot/dts/microchip/ |
H A D | at91sam9x5.dtsi | 903 clock-names = "usb_clk", "ehci_clk";
|
H A D | at91sam9g45.dtsi | 981 clock-names = "usb_clk", "ehci_clk";
|
H A D | sama5d2.dtsi | 155 clock-names = "usb_clk", "ehci_clk";
|
H A D | sama5d3.dtsi | 1093 clock-names = "usb_clk", "ehci_clk";
|
H A D | sam9x60.dtsi | 105 clock-names = "usb_clk", "ehci_clk";
|
H A D | sama5d4.dtsi | 138 clock-names = "usb_clk", "ehci_clk";
|