Lines Matching defs:tpt_led_trigger
1283 struct tpt_led_trigger { struct
1284 char name[32];
1285 const struct ieee80211_tpt_blink *blink_table;
1286 unsigned int blink_table_len;
1287 struct timer_list timer;
1288 struct ieee80211_local *local;
1289 unsigned long prev_traffic;
1290 unsigned long tx_bytes, rx_bytes;
1291 unsigned int active, want;
1292 bool running;
1538 struct tpt_led_trigger *tpt_led_trigger; member