Searched refs:clk_get_bulk (Results 1 – 25 of 36) sorted by relevance
12
| /u-boot/arch/arm/mach-stm32mp/ |
| A D | syscon.c | 23 ret = clk_get_bulk(dev, &clk_bulk); in stm32mp_syscon_probe()
|
| /u-boot/drivers/core/ |
| A D | simple-pm-bus.c | 19 ret = clk_get_bulk(dev, bulk); in simple_pm_bus_probe()
|
| /u-boot/drivers/usb/host/ |
| A D | dwc3-of-simple.c | 48 ret = clk_get_bulk(dev, &simple->clks); in dwc3_of_simple_clk_init()
|
| A D | ehci-generic.c | 71 ret = clk_get_bulk(dev, &priv->clocks); in ehci_usb_probe()
|
| A D | xhci-dwc3.c | 144 ret = clk_get_bulk(dev, &plat->clks); in xhci_dwc3_clk_init()
|
| A D | xhci-mtk.c | 220 ret = clk_get_bulk(dev, &mtk->clks); in xhci_mtk_ofdata_get()
|
| /u-boot/drivers/phy/ |
| A D | nop-phy.c | 66 ret = clk_get_bulk(dev, &priv->bulk); in nop_phy_probe()
|
| A D | mt7620-usb-phy.c | 78 ret = clk_get_bulk(dev, &phy->clocks); in mt7620_usb_phy_probe()
|
| A D | phy-ti-am654.c | 121 ret = clk_get_bulk(dev, &data->parents); in serdes_am654_mux_clk_probe()
|
| /u-boot/include/ |
| A D | clk.h | 164 int clk_get_bulk(struct udevice *dev, struct clk_bulk *bulk); 282 static inline int clk_get_bulk(struct udevice *dev, struct clk_bulk *bulk) in clk_get_bulk() function
|
| /u-boot/drivers/phy/qcom/ |
| A D | phy-qcom-usb-ss.c | 98 ret = clk_get_bulk(dev, &priv->clks); in ssphy_clk_init()
|
| A D | phy-qcom-usb-hs-28nm.c | 145 ret = clk_get_bulk(dev, &priv->clks); in hsphy_clk_init()
|
| /u-boot/drivers/clk/ |
| A D | clk_sandbox_test.c | 70 return clk_get_bulk(dev, &sbct->bulk); in sandbox_clk_test_get_bulk()
|
| /u-boot/drivers/clk/sunxi/ |
| A D | clk_sunxi.c | 86 ret = clk_get_bulk(dev, &clk_bulk); in sunxi_clk_probe()
|
| /u-boot/drivers/net/ |
| A D | dwc_eth_qos_qcom.c | 392 ret = clk_get_bulk(dev, &clocks); in eqos_start_clks_qcom() 411 ret = clk_get_bulk(dev, &clocks); in eqos_stop_clks_qcom()
|
| /u-boot/drivers/clk/ti/ |
| A D | clk-mux.c | 200 err = clk_get_bulk(dev, &priv->parents); in clk_ti_mux_probe()
|
| /u-boot/drivers/power/domain/ |
| A D | meson-gx-pwrc-vpu.c | 312 ret = clk_get_bulk(dev, &priv->clks); in meson_gx_pwrc_vpu_probe()
|
| A D | mtk-power-domain.c | 373 err = clk_get_bulk(dev, &bulk); in mtk_power_domain_probe()
|
| A D | imx8m-power-domain.c | 500 ret = clk_get_bulk(dev, &pdata->clk); in imx8m_power_domain_probe()
|
| /u-boot/drivers/reset/ |
| A D | reset-uniphier.c | 269 ret = clk_get_bulk(dev, &priv->clks); in uniphier_reset_clk_init()
|
| /u-boot/drivers/clk/altera/ |
| A D | clk-arria10.c | 284 clk_get_bulk(dev, &plat->clks); in socfpga_a10_clk_probe()
|
| /u-boot/drivers/mmc/ |
| A D | meson_gx_mmc.c | 269 ret = clk_get_bulk(dev, &clocks); in meson_mmc_probe()
|
| /u-boot/drivers/usb/mtu3/ |
| A D | mtu3_plat.c | 152 ret = clk_get_bulk(dev, &ssusb->clks); in get_ssusb_rscs()
|
| /u-boot/drivers/pci/ |
| A D | pcie_dw_rockchip.c | 382 ret = clk_get_bulk(dev, &priv->clks); in rockchip_pcie_parse_dt()
|
| /u-boot/drivers/video/sunxi/ |
| A D | sunxi_dw_hdmi.c | 388 ret = clk_get_bulk(dev, &priv->clocks); in sunxi_dw_hdmi_of_to_plat()
|
Completed in 39 milliseconds
12