Home
last modified time | relevance | path

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

/external/u-boot/include/
Dclk.h200 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/
Dohci-da8xx.c138 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()
Dehci-generic.c178 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()
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.c173 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/
Ddesignware.c775 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()
Dsni_ave.c880 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/
Ddwc3-meson-g12a.c431 clk_release_all(&priv->clk, 1); in dwc3_meson_g12a_remove()