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:fid_type
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_rx/
H
A
D
mipi_rx.c
264
if (p_attr->fid_attr.
fid_type
!= LVDS_FID_IN_SAV &&
in check_lvds_wdr_mode()
265
p_attr->fid_attr.
fid_type
!= LVDS_FID_IN_DATA) {
in check_lvds_wdr_mode()
266
HI_ERR("invalid
fid_type
, must be LVDS_FID_IN_SAV or LVDS_FID_IN_DATA\n");
in check_lvds_wdr_mode()
270
if (p_attr->fid_attr.
fid_type
!= LVDS_FID_NONE &&
in check_lvds_wdr_mode()
271
p_attr->fid_attr.
fid_type
!= LVDS_FID_IN_DATA) {
in check_lvds_wdr_mode()
272
HI_ERR("invalid
fid_type
, must be LVDS_FID_NONE or LVDS_FID_IN_DATA\n");
in check_lvds_wdr_mode()
315
if (p_attr->fid_attr.
fid_type
< LVDS_FID_NONE || p_attr->fid_attr.
fid_type
>= LVDS_FID_BUTT) {
in check_lvds_dev_attr()
316
HI_ERR("invalid
fid_type
, must be in [%d, %d)\n", LVDS_FID_NONE, LVDS_FID_BUTT);
in check_lvds_dev_attr()
387
if (p_attr->fid_attr.
fid_type
in mipi_set_lvds_sync_codes()
[all...]
H
A
D
hi_mipi.h
174
lvds_fid_type_t
fid_type
;
member
H
A
D
mipi_rx_hal.c
1300
if (fid_attr->
fid_type
== LVDS_FID_IN_SAV) {
in mipi_rx_hal_set_lvds_dol_wdr()
1302
} else if (fid_attr->
fid_type
== LVDS_FID_IN_DATA) {
in mipi_rx_hal_set_lvds_dol_wdr()
1315
HI_ERR("not support fid type: %d\n", fid_attr->
fid_type
);
in mipi_rx_hal_set_lvds_dol_wdr()
1323
if (fid_attr->
fid_type
== LVDS_FID_NONE) {
in mipi_rx_hal_set_lvds_dol_wdr()
1326
HI_ERR("not support fid type: %d\n", fid_attr->
fid_type
);
in mipi_rx_hal_set_lvds_dol_wdr()
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hi_mipi.h
171
lvds_fid_type_t
fid_type
;
member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hi_mipi.h
169
lvds_fid_type_t
fid_type
;
member
Completed in 8 milliseconds