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:tavg
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H
A
D
coex.c
1393
wl_slot_real = le16_to_cpu(pcysta->v3.cycle_time.
tavg
[CXT_WL]);
in _chk_btc_report()
1404
bt_slot_real = le16_to_cpu(pcysta->v3.cycle_time.
tavg
[CXT_BT]);
in _chk_btc_report()
1434
wl_slot_real = le16_to_cpu(pcysta->v4.cycle_time.
tavg
[CXT_WL]);
in _chk_btc_report()
1445
bt_slot_real = le16_to_cpu(pcysta->v4.cycle_time.
tavg
[CXT_BT]);
in _chk_btc_report()
1476
wl_slot_real = le16_to_cpu(pcysta->v5.cycle_time.
tavg
[CXT_WL]);
in _chk_btc_report()
1487
bt_slot_real = le16_to_cpu(pcysta->v5.cycle_time.
tavg
[CXT_BT]);
in _chk_btc_report()
7119
le16_to_cpu(pcysta->cycle_time.
tavg
[CXT_WL]),
in _show_fbtc_cysta_v3()
7120
le16_to_cpu(pcysta->cycle_time.
tavg
[CXT_BT]),
in _show_fbtc_cysta_v3()
7121
le16_to_cpu(pcysta->leak_slot.
tavg
) / 1000,
in _show_fbtc_cysta_v3()
7122
le16_to_cpu(pcysta->leak_slot.
tavg
)
in _show_fbtc_cysta_v3()
[all...]
H
A
D
core.h
2140
__le16
tavg
[CXT_FLCTRL_MAX]; /* avg try BT-Slot-TDD/BT-slot-FDD time */
member
2145
__le16
tavg
[CXT_MAX]; /* avg wl/bt cycle time */
member
2151
__le16
tavg
[CXT_MAX]; /* avg wl/bt cycle time */
member
2180
__le16
tavg
; /* avg a2dp empty time */
member
2186
__le16
tavg
; /* avg leak-slot time */
member
Completed in 24 milliseconds