Home
last modified time | relevance | path

Searched defs:to_clk_gate (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/clk/mediatek/
Dclk-gate.h32 static inline struct mtk_clk_gate *to_clk_gate(struct clk_hw *hw) in to_clk_gate() function
/linux-4.4.14/drivers/clk/
Dclk-gate.c29 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) macro
/linux-4.4.14/drivers/clk/mvebu/
Dcommon.c202 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) macro
/linux-4.4.14/drivers/clk/nxp/
Dclk-lpc18xx-ccu.c31 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) macro