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:config_count
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H
A
D
ufshcd-crypto.c
183
hba->crypto_capabilities.
config_count
+ 1);
in ufshcd_hba_init_crypto_capabilities()
231
for (slot = 0; slot < hba->crypto_capabilities.
config_count
+ 1; slot++)
in ufshcd_init_crypto()
H
A
D
ufshci.h
303
u8
config_count
;
member
/kernel/linux/linux-6.6/drivers/ufs/core/
H
A
D
ufshcd-crypto.c
186
hba->crypto_capabilities.
config_count
+ 1);
in ufshcd_hba_init_crypto_capabilities()
232
for (slot = 0; slot < hba->crypto_capabilities.
config_count
+ 1; slot++)
in ufshcd_init_crypto()
/kernel/linux/linux-6.6/sound/soc/rockchip/
H
A
D
rockchip_i2s_tdm.c
46
int
config_count
;
member
939
for (i = 0; i < i2s_tdm->soc_data->
config_count
; i++) {
in common_soc_init()
984
.
config_count
= ARRAY_SIZE(px30_txrx_config),
991
.
config_count
= ARRAY_SIZE(rk1808_txrx_config),
1000
.
config_count
= ARRAY_SIZE(rk3308_txrx_config),
1007
.
config_count
= ARRAY_SIZE(rk3568_txrx_config),
1014
.
config_count
= ARRAY_SIZE(rv1126_txrx_config),
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/
H
A
D
dpaa_eth.h
92
/* the buffer pools are initialized with
config_count
buffers for each
96
u16
config_count
;
member
H
A
D
dpaa_eth.c
529
if (dpaa_bp->size == 0 || dpaa_bp->
config_count
== 0) {
in dpaa_bp_alloc_pool()
1555
/* Give each CPU an allotment of "
config_count
" buffers */
in dpaa_bp_seed()
1563
for (j = 0; j < dpaa_bp->
config_count
; j += 8)
in dpaa_bp_seed()
2798
dpaa_bp->
config_count
= FSL_DPAA_ETH_MAX_BUF_COUNT;
in dpaa_bp_alloc()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa/
H
A
D
dpaa_eth.h
69
/* the buffer pools are initialized with
config_count
buffers for each
73
u16
config_count
;
member
H
A
D
dpaa_eth.c
527
if (dpaa_bp->size == 0 || dpaa_bp->
config_count
== 0) {
in dpaa_bp_alloc_pool()
1597
/* Give each CPU an allotment of "
config_count
" buffers */
in dpaa_bp_seed()
1605
for (j = 0; j < dpaa_bp->
config_count
; j += 8)
in dpaa_bp_seed()
3193
dpaa_bp->
config_count
= FSL_DPAA_ETH_MAX_BUF_COUNT;
in dpaa_bp_alloc()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
cqhci-crypto.c
201
num_keyslots = cq_host->crypto_capabilities.
config_count
+ 1;
in cqhci_crypto_init()
H
A
D
cqhci.h
166
u8
config_count
;
member
/kernel/linux/linux-6.6/include/ufs/
H
A
D
ufshci.h
371
u8
config_count
;
member
Completed in 16 milliseconds