Lines Matching defs:common
16 struct ccu_common common;
22 .common = { \
34 .common = { \
46 .common = { \
62 .common = { \
74 .common = { \
86 struct ccu_common *common = hw_to_ccu_common(hw);
88 return container_of(common, struct ccu_gate, common);
91 void ccu_gate_helper_disable(struct ccu_common *common, u32 gate);
92 int ccu_gate_helper_enable(struct ccu_common *common, u32 gate);
93 int ccu_gate_helper_is_enabled(struct ccu_common *common, u32 gate);