Lines Matching defs:common
191 static inline const struct ath_ps_ops *ath_ps_ops(struct ath_common *common) in ath_ps_ops()
215 #define ath_emerg(common, fmt, ...) \ argument
217 #define ath_alert(common, fmt, ...) \ argument
219 #define ath_crit(common, fmt, ...) \ argument
221 #define ath_err(common, fmt, ...) \ argument
223 #define ath_warn(common, fmt, ...) \ argument
225 #define ath_notice(common, fmt, ...) \ argument
227 #define ath_info(common, fmt, ...) \ argument
291 #define ath_dbg(common, dbg_mask, fmt, ...) \ argument
303 void _ath_dbg(struct ath_common *common, enum ATH_DEBUG dbg_mask, in _ath_dbg()
307 #define ath_dbg(common, dbg_mask, fmt, ...) \ argument