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_swap
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/rcar-vin/
H
A
D
rcar-csi2.c
377
unsigned char
lane_swap
[4];
member
617
LSWAP_L0SEL(priv->
lane_swap
[0] - 1) |
in rcsi2_start_receiver()
618
LSWAP_L1SEL(priv->
lane_swap
[1] - 1) |
in rcsi2_start_receiver()
619
LSWAP_L2SEL(priv->
lane_swap
[2] - 1) |
in rcsi2_start_receiver()
620
LSWAP_L3SEL(priv->
lane_swap
[3] - 1));
in rcsi2_start_receiver()
870
for (i = 0; i < ARRAY_SIZE(priv->
lane_swap
); i++) {
in rcsi2_parse_v4l2()
871
priv->
lane_swap
[i] = i < priv->lanes ?
in rcsi2_parse_v4l2()
875
if (priv->
lane_swap
[i] < 1 || priv->
lane_swap
[i] > 4) {
in rcsi2_parse_v4l2()
/kernel/linux/linux-6.6/drivers/media/platform/renesas/rcar-vin/
H
A
D
rcar-csi2.c
622
unsigned char
lane_swap
[4];
member
894
LSWAP_L0SEL(priv->
lane_swap
[0] - 1) |
in rcsi2_start_receiver_gen3()
895
LSWAP_L1SEL(priv->
lane_swap
[1] - 1) |
in rcsi2_start_receiver_gen3()
896
LSWAP_L2SEL(priv->
lane_swap
[2] - 1) |
in rcsi2_start_receiver_gen3()
897
LSWAP_L3SEL(priv->
lane_swap
[3] - 1));
in rcsi2_start_receiver_gen3()
1358
for (i = 0; i < ARRAY_SIZE(priv->
lane_swap
); i++) {
in rcsi2_parse_v4l2()
1359
priv->
lane_swap
[i] = i < priv->lanes ?
in rcsi2_parse_v4l2()
1363
if (priv->
lane_swap
[i] < 1 || priv->
lane_swap
[i] > 4) {
in rcsi2_parse_v4l2()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H
A
D
ite-it6505.c
435
bool
lane_swap
;
member
818
if (it6505->
lane_swap
) {
in it6505_lane_termination_on()
862
(it6505->
lane_swap
?
in it6505_lane_power_on()
1244
it6505->
lane_swap
= property.intval;
in it6505_get_extcon_property()
1553
it6505->
lane_swap
? LANE_SWAP : 0x00);
in it6505_lane_count_setup()
3146
it6505->
lane_swap
= false;
in it6505_parse_dt()
Completed in 10 milliseconds