Home
last modified time | relevance | path

Searched refs:tpt_trig (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/net/mac80211/
H A Dled.c247 struct tpt_led_trigger *tpt_trig) in tpt_trig_traffic()
251 traffic = tpt_trig->tx_bytes + tpt_trig->rx_bytes; in tpt_trig_traffic()
253 delta = traffic - tpt_trig->prev_traffic; in tpt_trig_traffic()
254 tpt_trig->prev_traffic = traffic; in tpt_trig_traffic()
260 struct tpt_led_trigger *tpt_trig = from_timer(tpt_trig, t, timer); in tpt_trig_timer() local
261 struct ieee80211_local *local = tpt_trig->local; in tpt_trig_timer()
265 if (!tpt_trig->running) in tpt_trig_timer()
268 mod_timer(&tpt_trig in tpt_trig_timer()
246 tpt_trig_traffic(struct ieee80211_local *local, struct tpt_led_trigger *tpt_trig) tpt_trig_traffic() argument
295 struct tpt_led_trigger *tpt_trig; __ieee80211_create_tpt_led_trigger() local
324 struct tpt_led_trigger *tpt_trig = local->tpt_led_trigger; ieee80211_start_tpt_led_trig() local
339 struct tpt_led_trigger *tpt_trig = local->tpt_led_trigger; ieee80211_stop_tpt_led_trig() local
353 struct tpt_led_trigger *tpt_trig = local->tpt_led_trigger; ieee80211_mod_tpt_led_trig() local
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Dled.c247 struct tpt_led_trigger *tpt_trig) in tpt_trig_traffic()
251 traffic = tpt_trig->tx_bytes + tpt_trig->rx_bytes; in tpt_trig_traffic()
253 delta = traffic - tpt_trig->prev_traffic; in tpt_trig_traffic()
254 tpt_trig->prev_traffic = traffic; in tpt_trig_traffic()
260 struct tpt_led_trigger *tpt_trig = from_timer(tpt_trig, t, timer); in tpt_trig_timer() local
261 struct ieee80211_local *local = tpt_trig->local; in tpt_trig_timer()
266 if (!tpt_trig->running) in tpt_trig_timer()
269 mod_timer(&tpt_trig in tpt_trig_timer()
246 tpt_trig_traffic(struct ieee80211_local *local, struct tpt_led_trigger *tpt_trig) tpt_trig_traffic() argument
299 struct tpt_led_trigger *tpt_trig; __ieee80211_create_tpt_led_trigger() local
328 struct tpt_led_trigger *tpt_trig = local->tpt_led_trigger; ieee80211_start_tpt_led_trig() local
343 struct tpt_led_trigger *tpt_trig = local->tpt_led_trigger; ieee80211_stop_tpt_led_trig() local
361 struct tpt_led_trigger *tpt_trig = local->tpt_led_trigger; ieee80211_mod_tpt_led_trig() local
[all...]

Completed in 2 milliseconds