Home
last modified time | relevance | path

Searched refs:clk_get_bulk (Results 1 – 25 of 36) sorted by relevance

12

/u-boot/arch/arm/mach-stm32mp/
A Dsyscon.c23 ret = clk_get_bulk(dev, &clk_bulk); in stm32mp_syscon_probe()
/u-boot/drivers/core/
A Dsimple-pm-bus.c19 ret = clk_get_bulk(dev, bulk); in simple_pm_bus_probe()
/u-boot/drivers/usb/host/
A Ddwc3-of-simple.c48 ret = clk_get_bulk(dev, &simple->clks); in dwc3_of_simple_clk_init()
A Dehci-generic.c71 ret = clk_get_bulk(dev, &priv->clocks); in ehci_usb_probe()
A Dxhci-dwc3.c144 ret = clk_get_bulk(dev, &plat->clks); in xhci_dwc3_clk_init()
A Dxhci-mtk.c220 ret = clk_get_bulk(dev, &mtk->clks); in xhci_mtk_ofdata_get()
/u-boot/drivers/phy/
A Dnop-phy.c66 ret = clk_get_bulk(dev, &priv->bulk); in nop_phy_probe()
A Dmt7620-usb-phy.c78 ret = clk_get_bulk(dev, &phy->clocks); in mt7620_usb_phy_probe()
A Dphy-ti-am654.c121 ret = clk_get_bulk(dev, &data->parents); in serdes_am654_mux_clk_probe()
/u-boot/include/
A Dclk.h164 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 Dphy-qcom-usb-ss.c98 ret = clk_get_bulk(dev, &priv->clks); in ssphy_clk_init()
A Dphy-qcom-usb-hs-28nm.c145 ret = clk_get_bulk(dev, &priv->clks); in hsphy_clk_init()
/u-boot/drivers/clk/
A Dclk_sandbox_test.c70 return clk_get_bulk(dev, &sbct->bulk); in sandbox_clk_test_get_bulk()
/u-boot/drivers/clk/sunxi/
A Dclk_sunxi.c86 ret = clk_get_bulk(dev, &clk_bulk); in sunxi_clk_probe()
/u-boot/drivers/net/
A Ddwc_eth_qos_qcom.c392 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 Dclk-mux.c200 err = clk_get_bulk(dev, &priv->parents); in clk_ti_mux_probe()
/u-boot/drivers/power/domain/
A Dmeson-gx-pwrc-vpu.c312 ret = clk_get_bulk(dev, &priv->clks); in meson_gx_pwrc_vpu_probe()
A Dmtk-power-domain.c373 err = clk_get_bulk(dev, &bulk); in mtk_power_domain_probe()
A Dimx8m-power-domain.c500 ret = clk_get_bulk(dev, &pdata->clk); in imx8m_power_domain_probe()
/u-boot/drivers/reset/
A Dreset-uniphier.c269 ret = clk_get_bulk(dev, &priv->clks); in uniphier_reset_clk_init()
/u-boot/drivers/clk/altera/
A Dclk-arria10.c284 clk_get_bulk(dev, &plat->clks); in socfpga_a10_clk_probe()
/u-boot/drivers/mmc/
A Dmeson_gx_mmc.c269 ret = clk_get_bulk(dev, &clocks); in meson_mmc_probe()
/u-boot/drivers/usb/mtu3/
A Dmtu3_plat.c152 ret = clk_get_bulk(dev, &ssusb->clks); in get_ssusb_rscs()
/u-boot/drivers/pci/
A Dpcie_dw_rockchip.c382 ret = clk_get_bulk(dev, &priv->clks); in rockchip_pcie_parse_dt()
/u-boot/drivers/video/sunxi/
A Dsunxi_dw_hdmi.c388 ret = clk_get_bulk(dev, &priv->clocks); in sunxi_dw_hdmi_of_to_plat()

Completed in 39 milliseconds

12