Home
last modified time | relevance | path

Searched refs:owl_gate_clk_is_enabled (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/clk/actions/
Dowl-gate.c52 int owl_gate_clk_is_enabled(const struct owl_clk_common *common, in owl_gate_clk_is_enabled() function
70 return owl_gate_clk_is_enabled(common, &gate->gate_hw); in owl_gate_is_enabled()
Dowl-gate.h68 int owl_gate_clk_is_enabled(const struct owl_clk_common *common,
Dowl-composite.c53 return owl_gate_clk_is_enabled(common, &comp->gate_hw); in owl_comp_is_enabled()