Lines Matching defs:tpt_led_trigger
1098 struct tpt_led_trigger { struct
1099 char name[32];
1100 const struct ieee80211_tpt_blink *blink_table;
1101 unsigned int blink_table_len;
1102 struct timer_list timer;
1103 struct ieee80211_local *local;
1104 unsigned long prev_traffic;
1105 unsigned long tx_bytes, rx_bytes;
1106 unsigned int active, want;
1107 bool running;
1352 struct tpt_led_trigger *tpt_led_trigger; member