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:dphy_cfg
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/rockchip/
H
A
D
phy-rockchip-inno-dsidphy.c
180
struct phy_configure_opts_mipi_dphy
dphy_cfg
;
member
291
struct phy_configure_opts_mipi_dphy *cfg = &inno->
dphy_cfg
;
in inno_dsidphy_mipi_mode_enable()
581
memcpy(&inno->
dphy_cfg
, &opts->mipi_dphy, sizeof(inno->
dphy_cfg
));
in inno_dsidphy_configure()
/kernel/linux/linux-6.6/drivers/phy/rockchip/
H
A
D
phy-rockchip-inno-dsidphy.c
215
struct phy_configure_opts_mipi_dphy
dphy_cfg
;
member
368
struct phy_configure_opts_mipi_dphy *cfg = &inno->
dphy_cfg
;
in inno_dsidphy_mipi_mode_enable()
666
memcpy(&inno->
dphy_cfg
, &opts->mipi_dphy, sizeof(inno->
dphy_cfg
));
in inno_dsidphy_configure()
/kernel/linux/linux-6.6/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/
H
A
D
sun8i_a83t_mipi_csi2.c
207
struct phy_configure_opts_mipi_dphy *
dphy_cfg
= &dphy_opts.mipi_dphy;
in sun8i_a83t_mipi_csi2_s_stream()
local
264
dphy_cfg
);
in sun8i_a83t_mipi_csi2_s_stream()
279
dphy_cfg
->hs_clk_rate / 2);
in sun8i_a83t_mipi_csi2_s_stream()
/kernel/linux/linux-6.6/drivers/media/platform/sunxi/sun6i-mipi-csi2/
H
A
D
sun6i_mipi_csi2.c
175
struct phy_configure_opts_mipi_dphy *
dphy_cfg
= &dphy_opts.mipi_dphy;
in sun6i_mipi_csi2_s_stream()
local
232
dphy_cfg
);
in sun6i_mipi_csi2_s_stream()
247
dphy_cfg
->hs_clk_rate / 2);
in sun6i_mipi_csi2_s_stream()
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
tc358746.c
168
struct phy_configure_opts_mipi_dphy
dphy_cfg
;
member
485
struct phy_configure_opts_mipi_dphy *cfg = &tc358746->
dphy_cfg
;
in tc358746_apply_dphy_config()
568
unsigned int lanes = tc358746->
dphy_cfg
.lanes;
in tc358746_enable_csi_lanes()
613
unsigned int lanes = tc358746->
dphy_cfg
.lanes;
in tc358746_enable_csi_module()
920
csi_bitrate = tc358746->
dphy_cfg
.lanes * tc358746->pll_rate;
in tc358746_link_validate()
1344
csi_lanes, &tc358746->
dphy_cfg
);
in tc358746_init_output_port()
Completed in 8 milliseconds