Lines Matching defs:tpt_led_trigger
1202 struct tpt_led_trigger { struct
1203 char name[32];
1204 const struct ieee80211_tpt_blink *blink_table;
1205 unsigned int blink_table_len;
1206 struct timer_list timer;
1207 struct ieee80211_local *local;
1208 unsigned long prev_traffic;
1209 unsigned long tx_bytes, rx_bytes;
1210 unsigned int active, want;
1211 bool running;
1463 struct tpt_led_trigger *tpt_led_trigger; member