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:alloc_desc_sz
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
sdhci.h
558
unsigned int
alloc_desc_sz
; /* ADMA descr. max size host supports */
member
H
A
D
sdhci.c
4288
host->
alloc_desc_sz
= SDHCI_ADMA2_32_DESC_SZ;
in sdhci_setup_host()
4289
else if (!host->
alloc_desc_sz
)
in sdhci_setup_host()
4290
host->
alloc_desc_sz
= SDHCI_ADMA2_64_DESC_SZ(host);
in sdhci_setup_host()
4292
host->desc_sz = host->
alloc_desc_sz
;
in sdhci_setup_host()
H
A
D
sdhci-msm.c
1875
host->
alloc_desc_sz
= 16;
in sdhci_msm_cqe_add_host()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
sdhci.h
569
unsigned int
alloc_desc_sz
; /* ADMA descr. max size host supports */
member
H
A
D
sdhci.c
4335
host->
alloc_desc_sz
= SDHCI_ADMA2_32_DESC_SZ;
in sdhci_setup_host()
4336
else if (!host->
alloc_desc_sz
)
in sdhci_setup_host()
4337
host->
alloc_desc_sz
= SDHCI_ADMA2_64_DESC_SZ(host);
in sdhci_setup_host()
4339
host->desc_sz = host->
alloc_desc_sz
;
in sdhci_setup_host()
H
A
D
sdhci-msm.c
2010
host->
alloc_desc_sz
= 16;
in sdhci_msm_cqe_add_host()
Completed in 25 milliseconds