Searched refs:clk_gate_is_enabled (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk-gate.c | 102 int clk_gate_is_enabled(struct clk_hw *hw) in clk_gate_is_enabled() function 117 EXPORT_SYMBOL_GPL(clk_gate_is_enabled); variable 122 .is_enabled = clk_gate_is_enabled,
|
H A D | clk-stm32h7.c | 212 .is_enabled = clk_gate_is_enabled, 930 .is_enabled = clk_gate_is_enabled,
|
H A D | clk-stm32mp1.c | 469 .is_enabled = clk_gate_is_enabled, 691 .is_enabled = clk_gate_is_enabled,
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk-gate.c | 103 int clk_gate_is_enabled(struct clk_hw *hw) in clk_gate_is_enabled() function 118 EXPORT_SYMBOL_GPL(clk_gate_is_enabled); variable 123 .is_enabled = clk_gate_is_enabled,
|
H A D | clk-stm32h7.c | 212 .is_enabled = clk_gate_is_enabled, 929 .is_enabled = clk_gate_is_enabled,
|
H A D | clk-stm32mp1.c | 477 .is_enabled = clk_gate_is_enabled, 704 .is_enabled = clk_gate_is_enabled,
|
/kernel/linux/linux-6.6/drivers/clk/imx/ |
H A D | clk-composite-93.c | 85 .is_enabled = clk_gate_is_enabled,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | clk-provider.h | 576 int clk_gate_is_enabled(struct clk_hw *hw);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | clk-provider.h | 632 int clk_gate_is_enabled(struct clk_hw *hw);
|
Completed in 17 milliseconds