Lines Matching refs:value
185 TP_PROTO(struct ieee80211_local *local, u32 value),
186 TP_ARGS(local, value),
190 __field(u32, value)
195 __entry->value = value;
200 LOCAL_PR_ARG, __entry->value
825 TP_PROTO(struct ieee80211_local *local, int radio_idx, u32 value),
827 TP_ARGS(local, radio_idx, value),
832 __field(u32, value)
838 __entry->value = value;
843 LOCAL_PR_ARG, __entry->radio_idx, __entry->value
848 TP_PROTO(struct ieee80211_local *local, int radio_idx, u32 value),
850 TP_ARGS(local, radio_idx, value),
855 __field(u32, value)
860 __entry->value = value;
865 LOCAL_PR_ARG, __entry->radio_idx, __entry->value
870 TP_PROTO(struct ieee80211_local *local, int radio_idx, s16 value),
872 TP_ARGS(local, radio_idx, value),
877 __field(s16, value)
883 __entry->value = value;
888 LOCAL_PR_ARG, __entry->radio_idx, __entry->value