Searched refs:usb_clk (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/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() 386 usb_clk = devm_clk_get(&dev->dev, "usb-bus-host"); in ohci_hcd_s3c2410_probe() 387 if (IS_ERR(usb_clk)) { in ohci_hcd_s3c2410_probe() 389 retval = PTR_ERR(usb_clk); in ohci_hcd_s3c2410_probe()
|
D | ohci-pxa27x.c | 428 struct clk *usb_clk; in ohci_hcd_pxa27x_probe() local 446 usb_clk = devm_clk_get(&pdev->dev, NULL); in ohci_hcd_pxa27x_probe() 447 if (IS_ERR(usb_clk)) in ohci_hcd_pxa27x_probe() 448 return PTR_ERR(usb_clk); in ohci_hcd_pxa27x_probe() 465 pxa_ohci->clk = usb_clk; in ohci_hcd_pxa27x_probe()
|
/Linux-v4.19/Documentation/devicetree/bindings/phy/ |
D | sun4i-usb-phy.txt | 55 clocks = <&usb_clk 8>; 57 resets = <&usb_clk 0>, <&usb_clk 1>, <&usb_clk 2>;
|
/Linux-v4.19/drivers/clk/nxp/ |
D | clk-lpc32xx.c | 176 static struct clk *usb_clk[LPC32XX_USB_CLK_MAX]; variable 178 .clks = usb_clk, 1065 struct lpc32xx_usb_clk usb_clk; member 1200 .usb_clk = { \ 1424 hw = &clk_hw->hw0.usb_clk.hw; in lpc32xx_clk_register() 1583 usb_clk[i] = lpc32xx_clk_register(i + LPC32XX_CLK_USB_OFFSET); in lpc32xx_usb_clk_init() 1584 if (IS_ERR(usb_clk[i])) { in lpc32xx_usb_clk_init() 1586 clk_proto[i].name, PTR_ERR(usb_clk[i])); in lpc32xx_usb_clk_init() 1587 usb_clk[i] = NULL; in lpc32xx_usb_clk_init()
|
/Linux-v4.19/Documentation/devicetree/bindings/usb/ |
D | usb-ohci.txt | 28 clocks = <&usb_clk 6>, <&ahb_gates 2>;
|
D | atmel-usb.txt | 40 "usb_clk" for the UTMI clock 47 clock-names = "usb_clk", "ehci_clk";
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | socfpga_arria10.dtsi | 394 usb_clk: usb_clk { label 829 clocks = <&usb_clk>; 842 clocks = <&usb_clk>;
|
D | at91sam9x5.dtsi | 1252 clock-names = "usb_clk", "ehci_clk";
|
D | sama5d2.dtsi | 288 clock-names = "usb_clk", "ehci_clk";
|
D | at91sam9g45.dtsi | 1334 clock-names = "usb_clk", "ehci_clk";
|
D | sama5d3.dtsi | 1544 clock-names = "usb_clk", "ehci_clk";
|
D | sama5d4.dtsi | 277 clock-names = "usb_clk", "ehci_clk";
|