Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/keystone/
H A Dsyscon-clk.c14 struct ti_syscon_gate_clk_priv { struct
28 ti_syscon_gate_clk_priv *to_ti_syscon_gate_clk_priv(struct clk_hw *hw) in to_ti_syscon_gate_clk_priv() argument
30 return container_of(hw, struct ti_syscon_gate_clk_priv, hw); in to_ti_syscon_gate_clk_priv()
35 struct ti_syscon_gate_clk_priv *priv = to_ti_syscon_gate_clk_priv(hw); in ti_syscon_gate_clk_enable()
43 struct ti_syscon_gate_clk_priv *priv = to_ti_syscon_gate_clk_priv(hw); in ti_syscon_gate_clk_disable()
51 struct ti_syscon_gate_clk_priv *priv = to_ti_syscon_gate_clk_priv(hw); in ti_syscon_gate_clk_is_enabled()
69 struct ti_syscon_gate_clk_priv *priv; in ti_syscon_gate_clk_register()