Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:tpt_trig
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
led.c
247
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
D
led.c
247
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