Searched refs:clk_release_all (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/include/ |
D | clk.h | 200 int clk_release_all(struct clk *clk, int count); 233 static inline int clk_release_all(struct clk *clk, int count) in clk_release_all() function 272 return clk_release_all(bulk->clks, bulk->count); in clk_release_bulk()
|
/external/u-boot/drivers/usb/host/ |
D | ohci-da8xx.c | 138 ret = clk_release_all(priv->clocks, priv->clock_count); in ohci_da8xx_probe() 158 return clk_release_all(priv->clocks, priv->clock_count); in ohci_da8xx_remove()
|
D | ehci-generic.c | 178 ret = clk_release_all(priv->clocks, priv->clock_count); in ehci_usb_probe() 206 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 | 173 err = clk_release_all(bulk->clks, bulk->count); in clk_get_bulk() 347 int clk_release_all(struct clk *clk, int count) in clk_release_all() function
|
/external/u-boot/drivers/net/ |
D | designware.c | 775 ret = clk_release_all(priv->clocks, priv->clock_count); in designware_eth_probe() 792 return clk_release_all(priv->clocks, priv->clock_count); in designware_eth_remove()
|
D | sni_ave.c | 880 clk_release_all(priv->clk, nc); in ave_probe() 893 clk_release_all(priv->clk, priv->nclks); in ave_remove()
|
/external/u-boot/drivers/usb/dwc3/ |
D | dwc3-meson-g12a.c | 431 clk_release_all(&priv->clk, 1); in dwc3_meson_g12a_remove()
|