Lines Matching defs:tpt_led_trigger
1090 struct tpt_led_trigger { struct
1091 char name[32];
1092 const struct ieee80211_tpt_blink *blink_table;
1093 unsigned int blink_table_len;
1094 struct timer_list timer;
1095 struct ieee80211_local *local;
1096 unsigned long prev_traffic;
1097 unsigned long tx_bytes, rx_bytes;
1098 unsigned int active, want;
1099 bool running;
1339 struct tpt_led_trigger *tpt_led_trigger; member