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:path_resources
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_dp_mst_helper.h
475
struct drm_dp_enum_path_resources_ack_reply
path_resources
;
member
/kernel/linux/linux-6.6/include/drm/display/
H
A
D
drm_dp_mst_helper.h
458
struct drm_dp_enum_path_resources_ack_reply
path_resources
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_dp_mst_topology.c
908
repmsg->u.
path_resources
.port_number = (raw->msg[idx] >> 4) & 0xf;
in drm_dp_sideband_parse_enum_path_resources_ack()
909
repmsg->u.
path_resources
.fec_capable = raw->msg[idx] & 0x1;
in drm_dp_sideband_parse_enum_path_resources_ack()
913
repmsg->u.
path_resources
.full_payload_bw_number = (raw->msg[idx] << 8) | (raw->msg[idx+1]);
in drm_dp_sideband_parse_enum_path_resources_ack()
917
repmsg->u.
path_resources
.avail_payload_bw_number = (raw->msg[idx] << 8) | (raw->msg[idx+1]);
in drm_dp_sideband_parse_enum_path_resources_ack()
3075
path_res = &txmsg->reply.u.
path_resources
;
in drm_dp_send_enum_path_resources()
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H
A
D
drm_dp_mst_topology.c
910
repmsg->u.
path_resources
.port_number = (raw->msg[idx] >> 4) & 0xf;
in drm_dp_sideband_parse_enum_path_resources_ack()
911
repmsg->u.
path_resources
.fec_capable = raw->msg[idx] & 0x1;
in drm_dp_sideband_parse_enum_path_resources_ack()
915
repmsg->u.
path_resources
.full_payload_bw_number = (raw->msg[idx] << 8) | (raw->msg[idx+1]);
in drm_dp_sideband_parse_enum_path_resources_ack()
919
repmsg->u.
path_resources
.avail_payload_bw_number = (raw->msg[idx] << 8) | (raw->msg[idx+1]);
in drm_dp_sideband_parse_enum_path_resources_ack()
3028
path_res = &txmsg->reply.u.
path_resources
;
in drm_dp_send_enum_path_resources()
Completed in 20 milliseconds