Lines Matching defs:tpt_led_trigger
1039 struct tpt_led_trigger { struct
1040 char name[32];
1041 const struct ieee80211_tpt_blink *blink_table;
1042 unsigned int blink_table_len;
1043 struct timer_list timer;
1044 struct ieee80211_local *local;
1045 unsigned long prev_traffic;
1046 unsigned long tx_bytes, rx_bytes;
1047 unsigned int active, want;
1048 bool running;
1272 struct tpt_led_trigger *tpt_led_trigger; member