last_ch           751 drivers/net/wireless/ath/ath6kl/core.h 	u16 last_ch;
last_ch           414 drivers/net/wireless/ath/ath6kl/main.c 	if (ar->last_ch != channel)
last_ch           977 drivers/net/wireless/ath/ath6kl/main.c 			ar->last_ch = le16_to_cpu(vif->profile.ch);
last_ch          1052 drivers/net/wireless/ath/ath6kl/main.c 	ath6kl_check_ch_switch(ar, ar->last_ch);
last_ch          1007 tools/lib/traceevent/event-parse.c 	int ch, last_ch, quote_ch, next_ch;
last_ch          1047 tools/lib/traceevent/event-parse.c 			last_ch = ch;
last_ch          1049 tools/lib/traceevent/event-parse.c 			if (ch != last_ch)
last_ch          1052 tools/lib/traceevent/event-parse.c 			switch (last_ch) {
last_ch          1081 tools/lib/traceevent/event-parse.c 		last_ch = 0;
last_ch          1092 tools/lib/traceevent/event-parse.c 			last_ch = ch;
last_ch          1096 tools/lib/traceevent/event-parse.c 			if (ch == '\\' && last_ch == '\\')
last_ch          1097 tools/lib/traceevent/event-parse.c 				last_ch = 0;
last_ch          1098 tools/lib/traceevent/event-parse.c 		} while (ch != quote_ch || last_ch == '\\');