Lines Matching defs:tpt_led_trigger
1078 struct tpt_led_trigger { struct
1079 char name[32];
1080 const struct ieee80211_tpt_blink *blink_table;
1081 unsigned int blink_table_len;
1082 struct timer_list timer;
1083 struct ieee80211_local *local;
1084 unsigned long prev_traffic;
1085 unsigned long tx_bytes, rx_bytes;
1086 unsigned int active, want;
1087 bool running;
1332 struct tpt_led_trigger *tpt_led_trigger; member