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:qcom_mdt_get_size
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/soc/qcom/
H
A
D
mdt_loader.h
17
ssize_t
qcom_mdt_get_size
(const struct firmware *fw);
35
static inline ssize_t
qcom_mdt_get_size
(const struct firmware *fw)
in qcom_mdt_get_size()
function
/kernel/linux/linux-5.10/include/linux/soc/qcom/
H
A
D
mdt_loader.h
14
ssize_t
qcom_mdt_get_size
(const struct firmware *fw);
/kernel/linux/linux-5.10/drivers/soc/qcom/
H
A
D
mdt_loader.c
35
*
qcom_mdt_get_size
() - acquire size of the memory region needed to load mdt
40
ssize_t
qcom_mdt_get_size
(const struct firmware *fw)
in qcom_mdt_get_size()
function
67
EXPORT_SYMBOL_GPL(
qcom_mdt_get_size
);
variable
/kernel/linux/linux-6.6/drivers/soc/qcom/
H
A
D
mdt_loader.c
73
*
qcom_mdt_get_size
() - acquire size of the memory region needed to load mdt
78
ssize_t
qcom_mdt_get_size
(const struct firmware *fw)
in qcom_mdt_get_size()
function
105
EXPORT_SYMBOL_GPL(
qcom_mdt_get_size
);
variable
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H
A
D
firmware.c
93
fw_size =
qcom_mdt_get_size
(mdt);
in venus_load_fw()
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H
A
D
firmware.c
114
fw_size =
qcom_mdt_get_size
(mdt);
in venus_load_fw()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/
H
A
D
adreno_gpu.c
105
mem_size =
qcom_mdt_get_size
(fw);
in zap_shader_load_mdt()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/
H
A
D
adreno_gpu.c
111
mem_size =
qcom_mdt_get_size
(fw);
in zap_shader_load_mdt()
Completed in 6 milliseconds