Home
last modified time | relevance | path

Searched refs:clk_release_all (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/include/
Dclk.h145 int clk_release_all(struct clk *clk, int count);
165 static inline int clk_release_all(struct clk *clk, int count) in clk_release_all() function
201 return clk_release_all(bulk->clks, bulk->count); in clk_release_bulk()
/external/u-boot/drivers/usb/host/
Dehci-generic.c172 ret = clk_release_all(priv->clocks, priv->clock_count); in ehci_usb_probe()
196 return clk_release_all(priv->clocks, priv->clock_count); in ehci_usb_remove()
Dohci-generic.c157 ret = clk_release_all(priv->clocks, priv->clock_count); in ohci_usb_probe()
181 return clk_release_all(priv->clocks, priv->clock_count); in ohci_usb_remove()
/external/u-boot/drivers/clk/
Dclk-uclass.c131 err = clk_release_all(bulk->clks, bulk->count); in clk_get_bulk()
272 int clk_release_all(struct clk *clk, int count) in clk_release_all() function
/external/u-boot/drivers/net/
Ddesignware.c754 ret = clk_release_all(priv->clocks, priv->clock_count); in designware_eth_probe()
771 return clk_release_all(priv->clocks, priv->clock_count); in designware_eth_remove()
Dsni_ave.c879 clk_release_all(priv->clk, nc); in ave_probe()
892 clk_release_all(priv->clk, priv->nclks); in ave_remove()