Lines Matching defs:tpt_led_trigger
1069 struct tpt_led_trigger { struct
1070 char name[32];
1071 const struct ieee80211_tpt_blink *blink_table;
1072 unsigned int blink_table_len;
1073 struct timer_list timer;
1074 struct ieee80211_local *local;
1075 unsigned long prev_traffic;
1076 unsigned long tx_bytes, rx_bytes;
1077 unsigned int active, want;
1078 bool running;
1313 struct tpt_led_trigger *tpt_led_trigger; member