Lines Matching defs:common
194 static inline const struct ath_ps_ops *ath_ps_ops(struct ath_common *common) in ath_ps_ops()
219 #define ath_emerg(common, fmt, ...) \ argument
221 #define ath_alert(common, fmt, ...) \ argument
223 #define ath_crit(common, fmt, ...) \ argument
225 #define ath_err(common, fmt, ...) \ argument
227 #define ath_warn(common, fmt, ...) \ argument
229 #define ath_notice(common, fmt, ...) \ argument
231 #define ath_info(common, fmt, ...) \ argument
297 #define ath_dbg(common, dbg_mask, fmt, ...) \ argument
309 void _ath_dbg(struct ath_common *common, enum ATH_DEBUG dbg_mask, in _ath_dbg()
313 #define ath_dbg(common, dbg_mask, fmt, ...) \ argument