Home
last modified time | relevance | path

Searched defs:gate_hw (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/clk/
Dclk-composite.c161 struct clk_hw *gate_hw = composite->gate_hw; in clk_composite_is_enabled() local
172 struct clk_hw *gate_hw = composite->gate_hw; in clk_composite_enable() local
183 struct clk_hw *gate_hw = composite->gate_hw; in clk_composite_disable() local
194 struct clk_hw *gate_hw, const struct clk_ops *gate_ops, in clk_register_composite()
/linux-4.1.27/drivers/clk/tegra/
Dclk-periph.c87 struct clk_hw *gate_hw = &periph->gate.hw; in clk_periph_is_enabled() local
98 struct clk_hw *gate_hw = &periph->gate.hw; in clk_periph_enable() local
109 struct clk_hw *gate_hw = &periph->gate.hw; in clk_periph_disable() local
/linux-4.1.27/drivers/clk/sunxi/
Dclk-factors.c170 struct clk_hw *gate_hw = NULL; in sunxi_factors_register() local
Dclk-sunxi.c1127 struct clk_hw *gate_hw, *rate_hw; in sunxi_divs_clk_setup() local
/linux-4.1.27/include/linux/
Dclk-provider.h513 struct clk_hw *gate_hw; member