Searched refs:usb_clk (Results 1 – 14 of 14) sorted by relevance
/linux-5.19.10/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 | 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-5.19.10/drivers/soc/imx/ |
D | imx8mp-blk-ctrl.c | 103 struct clk_bulk_data *usb_clk = bc->domains[IMX8MP_HSIOBLK_PD_USB].clks; in imx8mp_hsio_power_notifier() local 113 ret = clk_bulk_prepare_enable(num_clks, usb_clk); in imx8mp_hsio_power_notifier() 121 clk_bulk_disable_unprepare(num_clks, usb_clk); in imx8mp_hsio_power_notifier() 125 ret = clk_bulk_prepare_enable(num_clks, usb_clk); in imx8mp_hsio_power_notifier() 132 clk_bulk_disable_unprepare(num_clks, usb_clk); in imx8mp_hsio_power_notifier()
|
/linux-5.19.10/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-5.19.10/Documentation/devicetree/bindings/usb/ |
D | atmel-usb.txt | 40 "usb_clk" for the UTMI clock 51 clock-names = "usb_clk", "ehci_clk";
|
D | generic-ohci.yaml | 133 clocks = <&usb_clk 6>, <&ahb_gates 2>;
|
/linux-5.19.10/arch/arm/boot/dts/ |
D | socfpga_arria10.dtsi | 407 usb_clk: usb_clk { label 870 clocks = <&usb_clk>; 883 clocks = <&usb_clk>;
|
D | sama7g5.dtsi | 85 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";
|