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:get_data_size
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_tx/
H
A
D
mipi_tx.c
177
if ((get_cmd_info->
get_data_size
== 0) || (get_cmd_info->
get_data_size
> MIPI_TX_GET_DATA_SIZE)) {
in mipi_tx_check_get_cmd_info()
178
hi_mipi_tx_err("mipi_tx dev
get_data_size
(%d) err!\n", get_cmd_info->
get_data_size
);
in mipi_tx_check_get_cmd_info()
H
A
D
hi_mipi_tx.h
89
unsigned short
get_data_size
; /* read data size */
member
H
A
D
mipi_tx_hal.c
934
static int mipi_tx_get_read_fifo_data(unsigned int
get_data_size
, unsigned char *data_buf)
in mipi_tx_get_read_fifo_data()
argument
939
for (i = 0; i <
get_data_size
/ 4; i++) { /* 4byte once */
in mipi_tx_get_read_fifo_data()
950
j =
get_data_size
% 4; /* remainder of 4 */
in mipi_tx_get_read_fifo_data()
986
data_buf = (unsigned char*)osal_kmalloc(get_cmd_info->
get_data_size
, osal_gfp_kernel);
in mipi_tx_drv_get_cmd_info()
999
if (mipi_tx_get_read_fifo_data(get_cmd_info->
get_data_size
, data_buf) != 0) {
in mipi_tx_drv_get_cmd_info()
1005
osal_copy_to_user(get_cmd_info->get_data, data_buf, get_cmd_info->
get_data_size
);
in mipi_tx_drv_get_cmd_info()
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hi_mipi_tx.h
86
unsigned short
get_data_size
; /* read data size */
member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hi_mipi_tx.h
86
unsigned short
get_data_size
; /* read data size */
member
Completed in 4 milliseconds