Home
last modified time | relevance | path

Searched refs:clk_bulk (Results 1 – 13 of 13) sorted by relevance

/openbmc/u-boot/include/
H A Dclk.h76 struct clk_bulk { struct
116 int clk_get_bulk(struct udevice *dev, struct clk_bulk *bulk);
156 static inline int clk_get_bulk(struct udevice *dev, struct clk_bulk *bulk) in clk_get_bulk()
201 static inline int clk_release_bulk(struct clk_bulk *bulk) in clk_release_bulk()
277 int clk_enable_bulk(struct clk_bulk *bulk);
295 int clk_disable_bulk(struct clk_bulk *bulk);
/openbmc/linux/drivers/clk/
H A Dclk-bulk.c49 struct clk_bulk_data *clk_bulk; in of_clk_bulk_get_all() local
57 clk_bulk = kmalloc_array(num_clks, sizeof(*clk_bulk), GFP_KERNEL); in of_clk_bulk_get_all()
58 if (!clk_bulk) in of_clk_bulk_get_all()
61 ret = of_clk_bulk_get(np, num_clks, clk_bulk); in of_clk_bulk_get_all()
63 kfree(clk_bulk); in of_clk_bulk_get_all()
67 *clks = clk_bulk; in of_clk_bulk_get_all()
/openbmc/u-boot/drivers/clk/sunxi/
H A Dclk_sunxi.c65 struct clk_bulk clk_bulk; in sunxi_clk_probe() local
77 ret = clk_get_bulk(dev, &clk_bulk); in sunxi_clk_probe()
79 clk_enable_bulk(&clk_bulk); in sunxi_clk_probe()
/openbmc/u-boot/drivers/clk/
H A Dclk-uclass.c106 int clk_get_bulk(struct udevice *dev, struct clk_bulk *bulk) in clk_get_bulk()
379 int clk_enable_bulk(struct clk_bulk *bulk) in clk_enable_bulk()
404 int clk_disable_bulk(struct clk_bulk *bulk) in clk_disable_bulk()
H A Dclk_sandbox_test.c13 struct clk_bulk bulk;
/openbmc/u-boot/drivers/usb/host/
H A Ddwc3-of-simple.c20 struct clk_bulk clks;
/openbmc/u-boot/drivers/mmc/
H A Daspeed_sdhci_ic.c29 struct clk_bulk clks;
/openbmc/u-boot/drivers/clk/altera/
H A Dclk-arria10.c25 struct clk_bulk clks;
191 struct clk_bulk *bulk = &plat->clks; in socfpga_a10_handoff_workaround()
/openbmc/u-boot/drivers/power/domain/
H A Dmeson-gx-pwrc-vpu.c34 struct clk_bulk clks;
H A Dmtk-power-domain.c346 struct clk_bulk bulk; in mtk_power_domain_probe()
/openbmc/u-boot/drivers/usb/dwc3/
H A Ddwc3-generic.c112 struct clk_bulk clks;
/openbmc/u-boot/drivers/video/meson/
H A Dmeson_dw_hdmi.c342 struct clk_bulk clocks; in meson_dw_hdmi_probe()
/openbmc/u-boot/drivers/net/
H A Dftgmac100.c90 struct clk_bulk clks;