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