Home
last modified time | relevance | path

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

/external/u-boot/include/
Dclk.h138 int clk_get_bulk(struct udevice *dev, struct clk_bulk *bulk);
222 static inline int clk_get_bulk(struct udevice *dev, struct clk_bulk *bulk) in clk_get_bulk() function
/external/u-boot/drivers/usb/host/
Ddwc3-of-simple.c49 ret = clk_get_bulk(dev, &simple->clks); in dwc3_of_simple_clk_init()
/external/u-boot/drivers/clk/sunxi/
Dclk_sunxi.c77 ret = clk_get_bulk(dev, &clk_bulk); in sunxi_clk_probe()
/external/u-boot/drivers/clk/
Dclk_sandbox_test.c73 return clk_get_bulk(dev, &sbct->bulk); in sandbox_clk_test_get_bulk()
Dclk-uclass.c148 int clk_get_bulk(struct udevice *dev, struct clk_bulk *bulk) in clk_get_bulk() function
/external/u-boot/drivers/power/domain/
Dmeson-gx-pwrc-vpu.c319 ret = clk_get_bulk(dev, &priv->clks); in meson_gx_pwrc_vpu_probe()
Dmtk-power-domain.c373 err = clk_get_bulk(dev, &bulk); in mtk_power_domain_probe()
Dmeson-ee-pwrc.c416 ret = clk_get_bulk(dev, &priv->clks); in meson_ee_pwrc_probe()
/external/u-boot/drivers/usb/dwc3/
Ddwc3-generic.c361 ret = clk_get_bulk(dev, &glue->clks); in dwc3_glue_clk_init()
/external/u-boot/drivers/clk/altera/
Dclk-arria10.c277 clk_get_bulk(dev, &plat->clks); in socfpga_a10_clk_probe()
/external/u-boot/drivers/phy/
Dphy-ti-am654.c117 ret = clk_get_bulk(dev, &data->parents); in serdes_am654_mux_clk_probe()
/external/u-boot/drivers/video/meson/
Dmeson_dw_hdmi.c426 ret = clk_get_bulk(dev, &clocks); in meson_dw_hdmi_probe()
/external/u-boot/drivers/net/
Dftgmac100.c534 return clk_get_bulk(dev, &priv->clks); in ftgmac100_ofdata_to_platdata()
/external/u-boot/drivers/usb/gadget/
Ddwc2_udc_otg.c1127 ret = clk_get_bulk(dev, clks); in dwc2_udc_otg_clk_init()