Lines Matching defs:tpt_led_trigger
1084 struct tpt_led_trigger { struct
1085 char name[32];
1086 const struct ieee80211_tpt_blink *blink_table;
1087 unsigned int blink_table_len;
1088 struct timer_list timer;
1089 struct ieee80211_local *local;
1090 unsigned long prev_traffic;
1091 unsigned long tx_bytes, rx_bytes;
1092 unsigned int active, want;
1093 bool running;
1368 struct tpt_led_trigger *tpt_led_trigger; member