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:ext_data
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dhd_msgbuf.c
10433
uint32 *
ext_data
;
in dhd_prot_dump_extended_trap()
local
10441
ext_data
= dhdp->extended_trap_data;
in dhd_prot_dump_extended_trap()
10444
if (!
ext_data
|| !(dhdp->dongle_trap_data & D2H_DEV_EXT_TRAP_DATA))
in dhd_prot_dump_extended_trap()
10453
bcm_bprintf(b, "trap_data = 0x%08x\n", *
ext_data
);
in dhd_prot_dump_extended_trap()
10454
ext_data
++;
in dhd_prot_dump_extended_trap()
10457
hdr = (hnd_ext_trap_hdr_t *)
ext_data
;
in dhd_prot_dump_extended_trap()
10473
bcm_bprintf(b, "0x%08x ",
ext_data
[i]);
in dhd_prot_dump_extended_trap()
H
A
D
wl_cfg80211.c
2881
uint32 *
ext_data
= dhd->extended_trap_data;
in _wl_cfg80211_check_axi_error()
local
2913
ext_data
++;
in _wl_cfg80211_check_axi_error()
2916
hdr = (hnd_ext_trap_hdr_t *)
ext_data
;
in _wl_cfg80211_check_axi_error()
Completed in 40 milliseconds