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:LANE_MAX_NUM
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/hisilicon/common/platform/mipi_dsi/
H
A
D
mipi_dsi_define.h
20
#define
LANE_MAX_NUM
4
macro
65
short laneId[
LANE_MAX_NUM
]; /* lane_id: -1 - disable */
H
A
D
mipi_tx_hi35xx.c
571
SetLaneConfig(cfg->laneId,
LANE_MAX_NUM
);
in MipiTxDrvSetControllerCfg()
605
for (i = 0; i <
LANE_MAX_NUM
; i++) {
in GetDevCfg()
1089
int validLaneId[
LANE_MAX_NUM
] = {0, 1, 2, 3};
in MipiTxCheckCombDevCfg()
1095
for (i = 0; i <
LANE_MAX_NUM
; i++) {
in MipiTxCheckCombDevCfg()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_tx/
H
A
D
hi_mipi_tx.h
23
#define
LANE_MAX_NUM
4
macro
69
short lane_id[
LANE_MAX_NUM
]; /* lane_id: -1 - disable */
H
A
D
mipi_tx.c
55
int valid_lane_id[
LANE_MAX_NUM
] = {0, 1, 2, 3};
in mipi_tx_check_comb_dev_cfg()
66
for (i = 0; i <
LANE_MAX_NUM
; i++) {
in mipi_tx_check_comb_dev_cfg()
H
A
D
mipi_tx_hal.c
608
for (i = 0; i <
LANE_MAX_NUM
; i++) {
in set_lane_config()
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hi_mipi_tx.h
20
#define
LANE_MAX_NUM
4
macro
66
short lane_id[
LANE_MAX_NUM
]; /* lane_id: -1 - disable */
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hi_mipi_tx.h
20
#define
LANE_MAX_NUM
4
macro
66
short lane_id[
LANE_MAX_NUM
]; /* lane_id: -1 - disable */
Completed in 9 milliseconds