Lines Matching defs:tpt_led_trigger
1243 struct tpt_led_trigger { struct
1244 char name[32];
1245 const struct ieee80211_tpt_blink *blink_table;
1246 unsigned int blink_table_len;
1247 struct timer_list timer;
1248 struct ieee80211_local *local;
1249 unsigned long prev_traffic;
1250 unsigned long tx_bytes, rx_bytes;
1251 unsigned int active, want;
1252 bool running;
1510 struct tpt_led_trigger *tpt_led_trigger; member