Searched refs:clk_release_all (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/include/ |
D | clk.h | 145 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/ |
D | ehci-generic.c | 172 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()
|
D | ohci-generic.c | 157 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/ |
D | clk-uclass.c | 131 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/ |
D | designware.c | 754 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()
|
D | sni_ave.c | 879 clk_release_all(priv->clk, nc); in ave_probe() 892 clk_release_all(priv->clk, priv->nclks); in ave_remove()
|