/Linux-v6.1/drivers/usb/host/ |
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() 382 usb_clk = devm_clk_get(&dev->dev, "usb-bus-host"); in ohci_hcd_s3c2410_probe() 383 if (IS_ERR(usb_clk)) { in ohci_hcd_s3c2410_probe() 385 retval = PTR_ERR(usb_clk); in ohci_hcd_s3c2410_probe()
|
D | ohci-pxa27x.c | 426 struct clk *usb_clk; in ohci_hcd_pxa27x_probe() local 444 usb_clk = devm_clk_get(&pdev->dev, NULL); in ohci_hcd_pxa27x_probe() 445 if (IS_ERR(usb_clk)) in ohci_hcd_pxa27x_probe() 446 return PTR_ERR(usb_clk); in ohci_hcd_pxa27x_probe() 463 pxa_ohci->clk = usb_clk; in ohci_hcd_pxa27x_probe()
|
D | ehci-atmel.c | 142 atmel_ehci->uclk = devm_clk_get(&pdev->dev, "usb_clk"); in ehci_atmel_drv_probe()
|
/Linux-v6.1/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 | 134 clocks = <&usb_clk 6>, <&ahb_gates 2>;
|
/Linux-v6.1/arch/mips/alchemy/common/ |
D | clock.c | 67 "usb_clk", "psc0_intclk", "psc1_intclk", "pci_clko", 72 "usb_clk", "lcd_intclk", NULL, "i2s_clk", "EXTCLK0", "EXTCLK1" 92 { "usbh_clk", "usb_clk", ALCHEMY_CPU_AU1100 }, 93 { "usbd_clk", "usb_clk", ALCHEMY_CPU_AU1100 }, 94 { "irda_clk", "usb_clk", ALCHEMY_CPU_AU1100 }, 95 { "usbh_clk", "usb_clk", ALCHEMY_CPU_AU1550 }, 96 { "usbd_clk", "usb_clk", ALCHEMY_CPU_AU1550 }, 97 { "psc2_intclk", "usb_clk", ALCHEMY_CPU_AU1550 },
|
/Linux-v6.1/drivers/soc/imx/ |
D | imx8mp-blk-ctrl.c | 119 struct clk_bulk_data *usb_clk = bc->domains[IMX8MP_HSIOBLK_PD_USB].clks; in imx8mp_hsio_power_notifier() local 129 ret = clk_bulk_prepare_enable(num_clks, usb_clk); in imx8mp_hsio_power_notifier() 137 clk_bulk_disable_unprepare(num_clks, usb_clk); in imx8mp_hsio_power_notifier() 141 ret = clk_bulk_prepare_enable(num_clks, usb_clk); in imx8mp_hsio_power_notifier() 148 clk_bulk_disable_unprepare(num_clks, usb_clk); in imx8mp_hsio_power_notifier()
|
/Linux-v6.1/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-v6.1/arch/arm/boot/dts/ |
D | socfpga_arria10.dtsi | 407 usb_clk: usb_clk { label 880 clocks = <&usb_clk>; 893 clocks = <&usb_clk>;
|
D | sama7g5.dtsi | 86 usb_clk: usb_clk { label
|
D | sam9x60.dtsi | 105 clock-names = "usb_clk", "ehci_clk";
|
D | at91sam9x5.dtsi | 903 clock-names = "usb_clk", "ehci_clk";
|
D | at91sam9g45.dtsi | 981 clock-names = "usb_clk", "ehci_clk";
|
D | sama5d2.dtsi | 153 clock-names = "usb_clk", "ehci_clk";
|
/Linux-v6.1/arch/arm/mach-ep93xx/ |
D | clock.c | 616 hw = clk_hw_register_fixed_factor(NULL, "usb_clk", "pll2", 0, 1, clk_usb_div); in ep93xx_clock_init() 618 "usb_clk", 0, in ep93xx_clock_init()
|
/Linux-v6.1/drivers/clk/mmp/ |
D | clk-pxa910.c | 281 clk_register_clkdev(clk, "usb_clk", NULL); in pxa910_clk_init()
|
D | clk-of-pxa1928.c | 156 {PXA1928_CLK_USB, "usb_clk", "usb_pll", 0, PXA1928_CLK_USB * 4, 0x9, 0x9, 0x0, 0, &usb_lock},
|
D | clk-pxa168.c | 306 clk_register_clkdev(clk, "usb_clk", NULL); in pxa168_clk_init()
|
D | clk-of-pxa910.c | 206 {PXA910_CLK_USB, "usb_clk", "usb_pll", 0, APMU_USB, 0x9, 0x9, 0x0, 0, &usb_lock},
|
D | clk-mmp2.c | 355 clk_register_clkdev(clk, "usb_clk", NULL); in mmp2_clk_init()
|
D | clk-of-pxa168.c | 247 {PXA168_CLK_USB, "usb_clk", "usb_pll", 0, APMU_USB, 0x9, 0x9, 0x0, 0, &usb_lock},
|
D | clk-of-mmp2.c | 360 {MMP2_CLK_USB, "usb_clk", "usb_pll", 0, APMU_USB, 0x9, 0x9, 0x0, 0, &usb_lock},
|
/Linux-v6.1/drivers/clk/socfpga/ |
D | clk-s10.c | 295 { STRATIX10_USB_CLK, "usb_clk", "l4_mp_clk", NULL, 1, 0, 0xA4,
|
D | clk-agilex.c | 326 { AGILEX_USB_CLK, "usb_clk", "l4_mp_clk", NULL, 1, 0, 0x7C,
|
/Linux-v6.1/drivers/clk/sprd/ |
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,
|