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:phy_ops
(Results
1 - 25
of
26
) sorted by relevance
1
2
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-mipi-dsi.c
586
const struct dw_mipi_dsi_phy_ops *
phy_ops
= dsi->plat_data->
phy_ops
;
in dw_mipi_dsi_disable()
local
588
if (
phy_ops
->power_off) {
in dw_mipi_dsi_disable()
589
phy_ops
->power_off(dsi->plat_data->priv_data);
in dw_mipi_dsi_disable()
599
const struct dw_mipi_dsi_phy_ops *
phy_ops
= dsi->plat_data->
phy_ops
;
in dw_mipi_dsi_init()
local
608
if (
phy_ops
->get_esc_clk_rate) {
in dw_mipi_dsi_init()
609
ret =
phy_ops
->get_esc_clk_rate(dsi->plat_data->priv_data, &esc_rate);
in dw_mipi_dsi_init()
760
const struct dw_mipi_dsi_phy_ops *
phy_ops
= dsi->plat_data->
phy_ops
;
in dw_mipi_dsi_dphy_timing_config()
local
887
const struct dw_mipi_dsi_
phy_ops
*
phy_ops
= dsi->plat_data->
phy_ops
;
dw_mipi_dsi_mode_set()
local
[all...]
H
A
D
dw-hdmi.c
3971
if (!hdmi->plat_data->
phy_ops
|| !hdmi->plat_data->phy_name) {
in dw_hdmi_detect_phy()
3976
hdmi->phy.ops = hdmi->plat_data->
phy_ops
;
in dw_hdmi_detect_phy()
/device/soc/rockchip/common/sdk_linux/include/drm/bridge/
H
A
D
dw_mipi_dsi.h
50
const struct dw_mipi_dsi_phy_ops *
phy_ops
;
member
H
A
D
dw_hdmi.h
184
const struct dw_hdmi_phy_ops *
phy_ops
;
member
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H
A
D
phy-rockchip-snps-pcie3.c
173
static const struct
phy_ops
rochchip_p3phy_ops = {
H
A
D
phy-rockchip-naneng-edp.c
317
static const struct
phy_ops
rockchip_edp_phy_ops = {
H
A
D
phy-rockchip-usbdp.c
858
static const struct
phy_ops
rockchip_dp_phy_ops = {
889
static const struct
phy_ops
rockchip_u3phy_ops = {
H
A
D
phy-rockchip-naneng-combphy.c
270
static const struct
phy_ops
rochchip_combphy_ops = {
H
A
D
phy-rockchip-samsung-hdptx.c
1061
static const struct
phy_ops
rockchip_hdptx_phy_ops = {
H
A
D
phy-rockchip-samsung-dcphy.c
1816
static const struct
phy_ops
samsung_mipi_dcphy_ops = {
H
A
D
phy-rockchip-inno-hdmi-phy.c
500
static const struct
phy_ops
inno_hdmi_phy_ops = {
H
A
D
phy-rockchip-inno-usb3.c
541
static struct
phy_ops
rockchip_u3phy_ops = {
/device/soc/rockchip/common/vendor/drivers/phy/
H
A
D
phy-rockchip-snps-pcie3.c
172
static const struct
phy_ops
rochchip_p3phy_ops = {
H
A
D
phy-rockchip-naneng-edp.c
291
static const struct
phy_ops
rockchip_edp_phy_ops = {
H
A
D
phy-rockchip-usbdp.c
809
static const struct
phy_ops
rockchip_dp_phy_ops = {
841
static const struct
phy_ops
rockchip_u3phy_ops = {
H
A
D
phy-rockchip-naneng-combphy.c
269
static const struct
phy_ops
rochchip_combphy_ops = {
H
A
D
phy-rockchip-inno-hdmi-phy.c
597
static const struct
phy_ops
inno_hdmi_phy_ops = {
H
A
D
phy-rockchip-inno-usb3.c
531
static struct
phy_ops
rockchip_u3phy_ops = {
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/
H
A
D
phy-rockchip-pcie.c
309
static const struct
phy_ops
ops = {
H
A
D
phy-rockchip-usb.c
386
static struct
phy_ops
ops = {
H
A
D
phy-rockchip-inno-dsidphy.c
751
static const struct
phy_ops
inno_dsidphy_ops = {
H
A
D
phy-rockchip-typec.c
1372
static const struct
phy_ops
rockchip_usb3_phy_ops = {
1474
static const struct
phy_ops
rockchip_dp_phy_ops = {
H
A
D
phy-rockchip-inno-usb2.c
928
static const struct
phy_ops
rockchip_usb2phy_ops = {
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H
A
D
dw-mipi-dsi-rockchip.c
1138
dsi->pdata.
phy_ops
= &dw_mipi_dsi_rockchip_phy_ops;
in dw_mipi_dsi_rockchip_probe()
H
A
D
dw_hdmi-rockchip.c
2660
.
phy_ops
= &rk3228_hdmi_phy_ops,
2703
.
phy_ops
= &rk3328_hdmi_phy_ops,
Completed in 48 milliseconds
1
2