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:csi_host_idx
(Results
1 - 8
of
8
) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H
A
D
subdev-itf.c
301
ch0 = cif_dev->
csi_host_idx
* 4;
in sditf_channel_enable()
312
ch0 = cif_dev->
csi_host_idx
* 4 + 1;
in sditf_channel_enable()
313
ch1 = cif_dev->
csi_host_idx
* 4;
in sditf_channel_enable()
325
ch0 = cif_dev->
csi_host_idx
* 4 + 2;
in sditf_channel_enable()
326
ch1 = cif_dev->
csi_host_idx
* 4 + 1;
in sditf_channel_enable()
327
ch2 = cif_dev->
csi_host_idx
* 4;
in sditf_channel_enable()
H
A
D
dev.c
547
csi_offset = dev->
csi_host_idx
* 0x100;
in rkcif_write_register()
571
csi_offset = dev->
csi_host_idx
* 0x100;
in rkcif_write_register_or()
599
csi_offset = dev->
csi_host_idx
* 0x100;
in rkcif_write_register_and()
627
csi_offset = dev->
csi_host_idx
* 0x100;
in rkcif_read_register()
1676
cif_dev->
csi_host_idx
= of_alias_get_id(node, "rkcif_mipi_lvds");
in rkcif_plat_init()
1677
if (cif_dev->
csi_host_idx
< 0 || cif_dev->
csi_host_idx
> 5)
in rkcif_plat_init()
1678
cif_dev->
csi_host_idx
= 0;
in rkcif_plat_init()
H
A
D
dev.h
704
unsigned int
csi_host_idx
;
member
H
A
D
cif-scale.c
606
scale_vdev->ch_src = 4 * cif_dev->
csi_host_idx
+ scale_vdev->ch;
in rkcif_scale_channel_init()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H
A
D
subdev-itf.c
295
ch0 = cif_dev->
csi_host_idx
* 0x4;
in sditf_channel_enable()
308
ch0 = cif_dev->
csi_host_idx
* 0x4 + 1;
in sditf_channel_enable()
309
ch1 = cif_dev->
csi_host_idx
* 0x4;
in sditf_channel_enable()
322
ch0 = cif_dev->
csi_host_idx
* 0x4 + 0x2;
in sditf_channel_enable()
323
ch1 = cif_dev->
csi_host_idx
* 0x4 + 1;
in sditf_channel_enable()
324
ch2 = cif_dev->
csi_host_idx
* 0x4;
in sditf_channel_enable()
H
A
D
dev.c
498
csi_offset = dev->
csi_host_idx
* 0x100;
in rkcif_write_register()
518
csi_offset = dev->
csi_host_idx
* 0x100;
in rkcif_write_register_or()
542
csi_offset = dev->
csi_host_idx
* 0x100;
in rkcif_write_register_and()
566
csi_offset = dev->
csi_host_idx
* 0x100;
in rkcif_read_register()
1562
cif_dev->
csi_host_idx
= of_alias_get_id(node, "rkcif_mipi_lvds");
in rkcif_plat_init()
1563
if (cif_dev->
csi_host_idx
< 0 || cif_dev->
csi_host_idx
> 0x5) {
in rkcif_plat_init()
1564
cif_dev->
csi_host_idx
= 0;
in rkcif_plat_init()
H
A
D
dev.h
739
unsigned int
csi_host_idx
;
member
H
A
D
cif-scale.c
581
scale_vdev->ch_src = 0x04 * cif_dev->
csi_host_idx
+ scale_vdev->ch;
in rkcif_scale_channel_init()
Completed in 14 milliseconds