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:trans_len
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/spi/
H
A
D
hi_spi.c
80
if (g_spi_ctrl[id]->rx_buf.cur_cnt >= g_spi_ctrl[id]->
trans_len
) {
in spi_read_data()
107
g_spi_ctrl[id]->
trans_len
= threshold;
in spi_host_transfer()
110
g_spi_ctrl[id]->
trans_len
= len;
in spi_host_transfer()
137
hi_u32 len = g_spi_ctrl[id]->
trans_len
;
in spi_slave_transfer()
217
g_spi_ctrl[id]->
trans_len
= data_len;
in spi_host_writeread()
287
g_spi_ctrl[id]->
trans_len
= data_len;
in hi_spi_slave_write()
329
g_spi_ctrl[id]->
trans_len
= data_len;
in hi_spi_slave_read()
H
A
D
spi.c
345
hi_u32 loop = spi_dev_ctrl->
trans_len
- spi_dev_ctrl->rx_buf.cur_cnt;
in spi_hd_dma_read_fifo()
391
hi_u32 loop = spi_dev_ctrl->
trans_len
- spi_dev_ctrl->tx_buf.cur_cnt;
in spi_hd_dma_write_fifo()
522
hi_u32 loop = hi_min(spi_dev_ctrl->single_len, (spi_dev_ctrl->
trans_len
- spi_dev_ctrl->rx_buf.cur_cnt));
in spi_isr_read_fifo()
534
if (spi_dev_ctrl->rx_buf.cur_cnt >= spi_dev_ctrl->
trans_len
) {
in spi_isr_read_fifo()
671
hi_u32 len = spi_hw_ctrl->
trans_len
;
in spi_transfer_8bits_block()
719
hi_u32 len = spi_hw_ctrl->
trans_len
;
in spi_transfer_16bits_block()
H
A
D
spi.h
304
hi_u32
trans_len
;
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_at.h
46
hi_u16
trans_len
;
member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H
A
D
hcc_slave.h
76
hi_u32
trans_len
; /* RX方向传输报文长度 */
member
H
A
D
hcc_slave.c
499
g_rx_aggr_info.
trans_len
= len;
in hcc_write_start_callback()
506
if (g_rx_aggr_info.
trans_len
== HISDIO_HOST2DEV_SCATT_SIZE) {
in hcc_write_start_callback()
595
if (g_rx_aggr_info.
trans_len
== HISDIO_HOST2DEV_SCATT_SIZE) {
in hcc_write_over_callback()
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H
A
D
at.c
39
.
trans_len
= 0,
Completed in 8 milliseconds