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
defs:blockSize
(Results
1 - 13
of
13
) sorted by relevance
/drivers/hdf_core/framework/model/storage/include/mtd/
H
A
D
mtd_spi_nor.h
34
uint32_t
blockSize
;
member
H
A
D
mtd_spi_nand.h
53
uint32_t
blockSize
;
member
/drivers/hdf_core/framework/model/storage/src/mmc/
H
A
D
sdio_if.c
187
int32_t SdioSetBlockSize(DevHandle handle, uint32_t
blockSize
)
in SdioSetBlockSize()
argument
H
A
D
mmc_sdio.c
222
uint32_t
blockSize
= blkSize;
in SdioDeviceDefaultSetBlockSize()
local
613
int32_t SdioDeviceSetBlockSize(struct SdioDevice *sdio, uint32_t
blockSize
)
in SdioDeviceSetBlockSize()
argument
H
A
D
mmc_protocol.c
2853
SdioRwExtended(struct MmcCntlr *cntlr, struct SdioCmdParam *param, uint8_t *buf, uint32_t blockNum, uint32_t
blockSize
)
SdioRwExtended()
argument
[all...]
/drivers/hdf_core/adapter/khdf/linux/model/storage/
H
A
D
sdio_adapter.c
196
static int32_t LinuxSdioSetBlockSize(struct SdioDevice *dev, uint32_t
blockSize
)
in LinuxSdioSetBlockSize()
argument
/drivers/hdf_core/framework/model/network/wifi/include/
H
A
D
hdf_wifi_config.h
64
uint16_t
blockSize
;
member
H
A
D
hdf_wlan_config.h
83
uint16_t
blockSize
;
member
/drivers/hdf_core/adapter/khdf/liteos/model/storage/src/mtd/
H
A
D
mtd_char_lite.c
128
size_t
blockSize
= mtdDevice->eraseSize;
in MtdCharRead()
local
188
size_t
blockSize
= mtdDevice->eraseSize;
in MtdCharWrite()
local
247
size_t
blockSize
= mtdDev->eraseSize;
in MtdCharLseek()
local
/drivers/hdf_core/adapter/khdf/liteos/model/storage/src/mmc/
H
A
D
mmc_block_lite.c
57
unsigned long
blockSize
; /**< number of bytes to erase one block */
member
/drivers/hdf_core/framework/model/storage/src/mtd/
H
A
D
mtd_core.c
398
size_t
blockSize
;
in MtdDeviceWriteReadByPageUnlock()
local
/drivers/peripheral/codec/interfaces/include/
H
A
D
codec_component_type.h
117
Rect
blockSize
; /** Block size supported. */
member
/drivers/hdf_core/framework/model/storage/include/mmc/
H
A
D
mmc_corex.h
270
uint32_t
blockSize
; /* data block size, byte */
member
Completed in 14 milliseconds