Lines Matching defs:common
47 struct ccu_common common;
56 .common = { \
78 struct ccu_common *common = hw_to_ccu_common(hw);
80 return container_of(common, struct ccu_mux, common);
85 unsigned long ccu_mux_helper_apply_prediv(struct ccu_common *common,
89 int ccu_mux_helper_determine_rate(struct ccu_common *common,
98 u8 ccu_mux_helper_get_parent(struct ccu_common *common,
100 int ccu_mux_helper_set_parent(struct ccu_common *common,
106 struct ccu_common *common;