Searched refs:blink_table (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/mac80211/
H A Dled.c277 if (tpt_trig->blink_table[i].throughput < 0 ||
278 tpt > tpt_trig->blink_table[i].throughput) {
279 off = tpt_trig->blink_table[i].blink_time / 2;
280 on = tpt_trig->blink_table[i].blink_time - off;
291 const struct ieee80211_tpt_blink *blink_table,
309 tpt_trig->blink_table = blink_table;
289 __ieee80211_create_tpt_led_trigger(struct ieee80211_hw *hw, unsigned int flags, const struct ieee80211_tpt_blink *blink_table, unsigned int blink_table_len) argument
H A Dieee80211_i.h1254 const struct ieee80211_tpt_blink *blink_table; member in struct:tpt_led_trigger
/linux-master/include/net/
H A Dmac80211.h4867 const struct ieee80211_tpt_blink *blink_table,
4958 * @blink_table: the blink table -- needs to be ordered by throughput
4968 const struct ieee80211_tpt_blink *blink_table,
4972 return __ieee80211_create_tpt_led_trigger(hw, flags, blink_table,
4967 ieee80211_create_tpt_led_trigger(struct ieee80211_hw *hw, unsigned int flags, const struct ieee80211_tpt_blink *blink_table, unsigned int blink_table_len) argument

Completed in 178 milliseconds