Lines Matching defs:tpt_led_trigger
1217 struct tpt_led_trigger { struct
1218 char name[32];
1219 const struct ieee80211_tpt_blink *blink_table;
1220 unsigned int blink_table_len;
1221 struct timer_list timer;
1222 struct ieee80211_local *local;
1223 unsigned long prev_traffic;
1224 unsigned long tx_bytes, rx_bytes;
1225 unsigned int active, want;
1226 bool running;
1473 struct tpt_led_trigger *tpt_led_trigger; member