Searched refs:usb_clk (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.15/drivers/usb/host/ |
D | ohci-s3c2410.c | 45 static struct clk *usb_clk; variable 66 clk_prepare_enable(usb_clk); in s3c2410_start_hc() 95 clk_disable_unprepare(usb_clk); in s3c2410_stop_hc() 384 usb_clk = devm_clk_get(&dev->dev, "usb-bus-host"); in ohci_hcd_s3c2410_probe() 385 if (IS_ERR(usb_clk)) { in ohci_hcd_s3c2410_probe() 387 retval = PTR_ERR(usb_clk); in ohci_hcd_s3c2410_probe()
|
D | ohci-pxa27x.c | 429 struct clk *usb_clk; in ohci_hcd_pxa27x_probe() local 447 usb_clk = devm_clk_get(&pdev->dev, NULL); in ohci_hcd_pxa27x_probe() 448 if (IS_ERR(usb_clk)) in ohci_hcd_pxa27x_probe() 449 return PTR_ERR(usb_clk); in ohci_hcd_pxa27x_probe() 466 pxa_ohci->clk = usb_clk; in ohci_hcd_pxa27x_probe()
|
/Linux-v5.15/drivers/clk/nxp/ |
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-v5.15/Documentation/devicetree/bindings/usb/ |
D | atmel-usb.txt | 40 "usb_clk" for the UTMI clock 47 clock-names = "usb_clk", "ehci_clk";
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | socfpga_arria10.dtsi | 409 usb_clk: usb_clk { label 872 clocks = <&usb_clk>; 885 clocks = <&usb_clk>;
|
D | sama7g5.dtsi | 47 usb_clk: usb_clk { label
|
D | sam9x60.dtsi | 104 clock-names = "usb_clk", "ehci_clk";
|
D | at91sam9x5.dtsi | 896 clock-names = "usb_clk", "ehci_clk";
|
D | sama5d2.dtsi | 142 clock-names = "usb_clk", "ehci_clk";
|
D | at91sam9g45.dtsi | 975 clock-names = "usb_clk", "ehci_clk";
|
D | sama5d3.dtsi | 1084 clock-names = "usb_clk", "ehci_clk";
|
D | sama5d4.dtsi | 135 clock-names = "usb_clk", "ehci_clk";
|