Lines Matching defs:common
191 static inline const struct ath_ps_ops *ath_ps_ops(struct ath_common *common) in ath_ps_ops()
216 #define ath_emerg(common, fmt, ...) \ argument
218 #define ath_alert(common, fmt, ...) \ argument
220 #define ath_crit(common, fmt, ...) \ argument
222 #define ath_err(common, fmt, ...) \ argument
224 #define ath_warn(common, fmt, ...) \ argument
226 #define ath_notice(common, fmt, ...) \ argument
228 #define ath_info(common, fmt, ...) \ argument
294 #define ath_dbg(common, dbg_mask, fmt, ...) \ argument
306 void _ath_dbg(struct ath_common *common, enum ATH_DEBUG dbg_mask, in _ath_dbg()
310 #define ath_dbg(common, dbg_mask, fmt, ...) \ argument