Searched refs:blink_table (Results 1 – 2 of 2) sorted by relevance
277 if (tpt_trig->blink_table[i].throughput < 0 || in tpt_trig_timer()278 tpt > tpt_trig->blink_table[i].throughput) { in tpt_trig_timer()279 off = tpt_trig->blink_table[i].blink_time / 2; in tpt_trig_timer()280 on = tpt_trig->blink_table[i].blink_time - off; in tpt_trig_timer()291 const struct ieee80211_tpt_blink *blink_table, in __ieee80211_create_tpt_led_trigger() argument309 tpt_trig->blink_table = blink_table; in __ieee80211_create_tpt_led_trigger()
1277 const struct ieee80211_tpt_blink *blink_table; member