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:peer_device_type
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_dp_mst_helper.h
272
u8
peer_device_type
;
member
367
u8
peer_device_type
;
member
/kernel/linux/linux-6.6/include/drm/display/
H
A
D
drm_dp_mst_helper.h
255
u8
peer_device_type
;
member
350
u8
peer_device_type
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_dp_mst_topology.c
811
repmsg->u.link_addr.ports[i].
peer_device_type
= (raw->msg[idx] >> 4) & 0x7;
in drm_dp_sideband_parse_link_address()
1084
msg->u.conn_stat.
peer_device_type
= (raw->msg[idx] & 0x7);
in drm_dp_sideband_parse_connection_status_notify()
2415
port->pdt != port_msg->
peer_device_type
||
in drm_dp_mst_handle_link_address_port()
2422
new_pdt = port_msg->
peer_device_type
;
in drm_dp_mst_handle_link_address_port()
2548
new_pdt = port->input ? DP_PEER_DEVICE_NONE : conn_stat->
peer_device_type
;
in drm_dp_mst_handle_conn_stat()
2940
port_reply->
peer_device_type
,
in drm_dp_dump_link_address()
4155
conn_stat->
peer_device_type
);
in drm_dp_mst_handle_up_req()
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H
A
D
drm_dp_mst_topology.c
813
repmsg->u.link_addr.ports[i].
peer_device_type
= (raw->msg[idx] >> 4) & 0x7;
in drm_dp_sideband_parse_link_address()
1089
msg->u.conn_stat.
peer_device_type
= (raw->msg[idx] & 0x7);
in drm_dp_sideband_parse_connection_status_notify()
2378
port->pdt != port_msg->
peer_device_type
||
in drm_dp_mst_handle_link_address_port()
2385
new_pdt = port_msg->
peer_device_type
;
in drm_dp_mst_handle_link_address_port()
2510
new_pdt = port->input ? DP_PEER_DEVICE_NONE : conn_stat->
peer_device_type
;
in drm_dp_mst_handle_conn_stat()
2894
port_reply->
peer_device_type
,
in drm_dp_dump_link_address()
4034
conn_stat->
peer_device_type
);
in drm_dp_mst_handle_up_req()
Completed in 27 milliseconds