Lines Matching refs:freq_offset
41 __field(u32, freq_offset) \
48 __entry->freq_offset = (c) ? ((c)->chan ? (c)->chan->freq_offset : 0) : 0; \
54 #define CHANDEF_PR_ARG __entry->control_freq, __entry->freq_offset, __entry->chan_width, \
67 __entry->min_freq_offset = (c)->chan ? (c)->chan->freq_offset : 0; \
1276 __field(int, freq_offset)
1285 __entry->freq_offset = chan->freq_offset;
1293 __entry->center_freq, __entry->freq_offset,
1623 u32 freq_offset; member
1678 SWITCH_ENTRY_ASSIGN(old_chandef.freq_offset,
1679 old_ctx->def.chan->freq_offset);
1690 SWITCH_ENTRY_ASSIGN(new_chandef.freq_offset,
1691 new_ctx->def.chan->freq_offset);