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:dp_data
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/soc/qcom/
H
A
D
pmic_glink_altmode.c
83
u8
dp_data
;
member
147
struct typec_displayport_data
dp_data
= {};
in pmic_glink_altmode_enable_dp()
local
150
dp_data
.status = DP_STATUS_ENABLED;
in pmic_glink_altmode_enable_dp()
152
dp_data
.status |= DP_STATUS_HPD_STATE;
in pmic_glink_altmode_enable_dp()
154
dp_data
.status |= DP_STATUS_IRQ_HPD;
in pmic_glink_altmode_enable_dp()
155
dp_data
.conf = DP_CONF_SET_PIN_ASSIGN(mode);
in pmic_glink_altmode_enable_dp()
158
port->state.data = &
dp_data
;
in pmic_glink_altmode_enable_dp()
166
port->retimer_state.data = &
dp_data
;
in pmic_glink_altmode_enable_dp()
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
H
A
D
analogix_dp-rockchip.c
365
const struct rockchip_dp_chip_data *
dp_data
;
in rockchip_dp_probe()
local
370
dp_data
= of_device_get_match_data(dev);
in rockchip_dp_probe()
371
if (!
dp_data
)
in rockchip_dp_probe()
384
dp->data =
dp_data
;
in rockchip_dp_probe()
H
A
D
cdn-dp-core.c
1143
struct cdn_dp_data *
dp_data
;
in cdn_dp_probe()
local
1157
dp_data
= (struct cdn_dp_data *)match->data;
in cdn_dp_probe()
1159
for (i = 0; i <
dp_data
->max_phy; i++) {
in cdn_dp_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
H
A
D
analogix_dp-rockchip.c
376
const struct rockchip_dp_chip_data *
dp_data
;
in rockchip_dp_probe()
local
381
dp_data
= of_device_get_match_data(dev);
in rockchip_dp_probe()
382
if (!
dp_data
)
in rockchip_dp_probe()
395
dp->data =
dp_data
;
in rockchip_dp_probe()
H
A
D
cdn-dp-core.c
1175
struct cdn_dp_data *
dp_data
;
in cdn_dp_probe()
local
1189
dp_data
= (struct cdn_dp_data *)match->data;
in cdn_dp_probe()
1191
for (i = 0; i <
dp_data
->max_phy; i++) {
in cdn_dp_probe()
/kernel/linux/linux-5.10/drivers/platform/chrome/
H
A
D
cros_ec_typec.c
469
struct typec_displayport_data
dp_data
;
in cros_typec_enable_dp()
local
484
dp_data
.status = DP_STATUS_ENABLED;
in cros_typec_enable_dp()
486
dp_data
.status |= DP_STATUS_IRQ_HPD;
in cros_typec_enable_dp()
488
dp_data
.status |= DP_STATUS_HPD_STATE;
in cros_typec_enable_dp()
491
dp_data
.conf = DP_CONF_SET_PIN_ASSIGN(pd_ctrl->dp_mode);
in cros_typec_enable_dp()
499
port->state.data = &
dp_data
;
in cros_typec_enable_dp()
/kernel/linux/linux-6.6/drivers/platform/chrome/
H
A
D
cros_ec_typec.c
494
struct typec_displayport_data
dp_data
;
in cros_typec_enable_dp()
local
509
dp_data
.status = DP_STATUS_ENABLED;
in cros_typec_enable_dp()
511
dp_data
.status |= DP_STATUS_IRQ_HPD;
in cros_typec_enable_dp()
513
dp_data
.status |= DP_STATUS_HPD_STATE;
in cros_typec_enable_dp()
516
dp_data
.conf = DP_CONF_SET_PIN_ASSIGN(pd_ctrl->dp_mode);
in cros_typec_enable_dp()
524
port->state.data = &
dp_data
;
in cros_typec_enable_dp()
Completed in 9 milliseconds