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:pCfg
(Results
1 - 4
of
4
) sorted by relevance
/kernel/liteos_m/components/fs/littlefs/
H
A
D
lfs_adapter.c
151
void LfsConfigAdapter(struct PartitionCfg *
pCfg
, struct lfs_config *lfsCfg)
in LfsConfigAdapter()
argument
153
lfsCfg->context = (void *)
pCfg
->partNo;
in LfsConfigAdapter()
155
lfsCfg->read_size =
pCfg
->readSize;
in LfsConfigAdapter()
156
lfsCfg->prog_size =
pCfg
->writeSize;
in LfsConfigAdapter()
157
lfsCfg->cache_size =
pCfg
->cacheSize;
in LfsConfigAdapter()
158
lfsCfg->block_cycles =
pCfg
->blockCycles;
in LfsConfigAdapter()
159
lfsCfg->lookahead_size =
pCfg
->lookaheadSize;
in LfsConfigAdapter()
160
lfsCfg->block_size =
pCfg
->blockSize;
in LfsConfigAdapter()
161
lfsCfg->block_count =
pCfg
->blockCount;
in LfsConfigAdapter()
168
g_partitionCfg.readFunc =
pCfg
in LfsConfigAdapter()
[all...]
/kernel/uniproton/src/fs/littlefs/
H
A
D
lfs_adapter.c
129
static void OsLfsConfigAdapter(struct PartitionCfg *
pCfg
, struct lfs_config *lfsCfg)
in OsLfsConfigAdapter()
argument
131
lfsCfg->context = (void *)
pCfg
->partNo;
in OsLfsConfigAdapter()
133
lfsCfg->read_size =
pCfg
->readSize;
in OsLfsConfigAdapter()
134
lfsCfg->prog_size =
pCfg
->writeSize;
in OsLfsConfigAdapter()
135
lfsCfg->cache_size =
pCfg
->cacheSize;
in OsLfsConfigAdapter()
136
lfsCfg->block_cycles =
pCfg
->blockCycles;
in OsLfsConfigAdapter()
137
lfsCfg->lookahead_size =
pCfg
->lookaheadSize;
in OsLfsConfigAdapter()
138
lfsCfg->block_size =
pCfg
->blockSize;
in OsLfsConfigAdapter()
139
lfsCfg->block_count =
pCfg
->blockCount;
in OsLfsConfigAdapter()
146
g_partitionCfg.readFunc =
pCfg
in OsLfsConfigAdapter()
[all...]
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptbase.c
6333
* @
pCfg
: Pointer to a configuration structure. Struct contains
6344
mpt_config(MPT_ADAPTER *ioc, CONFIGPARMS *
pCfg
)
in mpt_config()
argument
6407
pReq->Action =
pCfg
->action;
in mpt_config()
6420
pReq->Header.PageVersion =
pCfg
->cfghdr.hdr->PageVersion;
in mpt_config()
6421
pReq->Header.PageLength =
pCfg
->cfghdr.hdr->PageLength;
in mpt_config()
6422
pReq->Header.PageNumber =
pCfg
->cfghdr.hdr->PageNumber;
in mpt_config()
6423
pReq->Header.PageType = (
pCfg
->cfghdr.hdr->PageType & MPI_CONFIG_PAGETYPE_MASK);
in mpt_config()
6425
if ((
pCfg
->cfghdr.hdr->PageType & MPI_CONFIG_PAGETYPE_MASK) == MPI_CONFIG_PAGETYPE_EXTENDED) {
in mpt_config()
6426
pExtHdr = (ConfigExtendedPageHeader_t *)
pCfg
->cfghdr.ehdr;
in mpt_config()
6437
pReq->PageAddress = cpu_to_le32(
pCfg
in mpt_config()
[all...]
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptbase.c
6345
* @
pCfg
: Pointer to a configuration structure. Struct contains
6355
mpt_config(MPT_ADAPTER *ioc, CONFIGPARMS *
pCfg
)
in mpt_config()
argument
6409
pReq->Action =
pCfg
->action;
in mpt_config()
6422
pReq->Header.PageVersion =
pCfg
->cfghdr.hdr->PageVersion;
in mpt_config()
6423
pReq->Header.PageLength =
pCfg
->cfghdr.hdr->PageLength;
in mpt_config()
6424
pReq->Header.PageNumber =
pCfg
->cfghdr.hdr->PageNumber;
in mpt_config()
6425
pReq->Header.PageType = (
pCfg
->cfghdr.hdr->PageType & MPI_CONFIG_PAGETYPE_MASK);
in mpt_config()
6427
if ((
pCfg
->cfghdr.hdr->PageType & MPI_CONFIG_PAGETYPE_MASK) == MPI_CONFIG_PAGETYPE_EXTENDED) {
in mpt_config()
6428
pExtHdr = (ConfigExtendedPageHeader_t *)
pCfg
->cfghdr.ehdr;
in mpt_config()
6439
pReq->PageAddress = cpu_to_le32(
pCfg
in mpt_config()
[all...]
Completed in 15 milliseconds