Lines Matching defs:common
16 struct ccu_common common;
22 .common = { \
34 .common = { \
46 .common = { \
62 .common = { \
75 .common = { \
89 .common = { \
103 .common = { \
116 struct ccu_common *common = hw_to_ccu_common(hw);
118 return container_of(common, struct ccu_gate, common);
121 void ccu_gate_helper_disable(struct ccu_common *common, u32 gate);
122 int ccu_gate_helper_enable(struct ccu_common *common, u32 gate);
123 int ccu_gate_helper_is_enabled(struct ccu_common *common, u32 gate);