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