Home
last modified time | relevance | path

Searched refs:clk_bulk_put_all (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/
H A Dclk-bulk.c128 void clk_bulk_put_all(int num_clks, struct clk_bulk_data *clks) in clk_bulk_put_all() function
137 EXPORT_SYMBOL(clk_bulk_put_all); variable
H A Dclk-devres.c158 clk_bulk_put_all(devres->num_clks, devres->clks); in devm_clk_bulk_release_all()
/kernel/linux/linux-5.10/drivers/usb/dwc3/
H A Ddwc3-of-simple.c88 clk_bulk_put_all(simple->num_clocks, simple->clks); in dwc3_of_simple_probe()
103 clk_bulk_put_all(simple->num_clocks, simple->clks); in __dwc3_of_simple_teardown()
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Ddwc3-of-simple.c88 clk_bulk_put_all(simple->num_clocks, simple->clks); in dwc3_of_simple_probe()
103 clk_bulk_put_all(simple->num_clocks, simple->clks); in __dwc3_of_simple_teardown()
/kernel/linux/linux-6.6/drivers/clk/
H A Dclk-bulk.c128 void clk_bulk_put_all(int num_clks, struct clk_bulk_data *clks) in clk_bulk_put_all() function
137 EXPORT_SYMBOL(clk_bulk_put_all); variable
H A Dclk-devres.c158 clk_bulk_put_all(devres->num_clks, devres->clks); in devm_clk_bulk_release_all()
/kernel/linux/linux-5.10/include/linux/
H A Dclk.h665 * clk_bulk_put_all - "free" all the clock source
673 * clk_bulk_put_all should not be called from within interrupt context.
675 void clk_bulk_put_all(int num_clks, struct clk_bulk_data *clks);
928 static inline void clk_bulk_put_all(int num_clks, struct clk_bulk_data *clks) {} in clk_bulk_put_all() function
/kernel/linux/linux-6.6/include/linux/
H A Dclk.h718 * clk_bulk_put_all - "free" all the clock source
726 * clk_bulk_put_all should not be called from within interrupt context.
728 void clk_bulk_put_all(int num_clks, struct clk_bulk_data *clks);
981 static inline void clk_bulk_put_all(int num_clks, struct clk_bulk_data *clks) {} in clk_bulk_put_all() function

Completed in 6 milliseconds