Lines Matching defs:tpt_led_trigger
1277 struct tpt_led_trigger { struct
1278 char name[32];
1279 const struct ieee80211_tpt_blink *blink_table;
1280 unsigned int blink_table_len;
1281 struct timer_list timer;
1282 struct ieee80211_local *local;
1283 unsigned long prev_traffic;
1284 unsigned long tx_bytes, rx_bytes;
1285 unsigned int active, want;
1286 bool running;
1532 struct tpt_led_trigger *tpt_led_trigger; member