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:allocate_payload
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/
H
A
D
test-drm_dp_mst_helper.c
184
in.u.
allocate_payload
.number_sdp_streams = 3;
in igt_dp_mst_sideband_msg_req_decode()
185
for (i = 0; i < in.u.
allocate_payload
.number_sdp_streams; i++)
in igt_dp_mst_sideband_msg_req_decode()
186
in.u.
allocate_payload
.sdp_stream_sink[i] = i + 1;
in igt_dp_mst_sideband_msg_req_decode()
188
in.u.
allocate_payload
.port_number = 0xf;
in igt_dp_mst_sideband_msg_req_decode()
190
in.u.
allocate_payload
.vcpi = 0x7f;
in igt_dp_mst_sideband_msg_req_decode()
192
in.u.
allocate_payload
.pbn = U16_MAX;
in igt_dp_mst_sideband_msg_req_decode()
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/
H
A
D
drm_dp_mst_helper_test.c
104
.u.
allocate_payload
.number_sdp_streams = 3,
105
.u.
allocate_payload
.sdp_stream_sink = { 1, 2, 3 },
112
.u.
allocate_payload
.port_number = 0xf,
119
.u.
allocate_payload
.vcpi = 0x7f,
126
.u.
allocate_payload
.pbn = U16_MAX,
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_dp_mst_topology.c
348
buf[idx] = (req->u.
allocate_payload
.port_number & 0xf) << 4 |
in drm_dp_encode_sideband_req()
349
(req->u.
allocate_payload
.number_sdp_streams & 0xf);
in drm_dp_encode_sideband_req()
351
buf[idx] = (req->u.
allocate_payload
.vcpi & 0x7f);
in drm_dp_encode_sideband_req()
353
buf[idx] = (req->u.
allocate_payload
.pbn >> 8);
in drm_dp_encode_sideband_req()
355
buf[idx] = (req->u.
allocate_payload
.pbn & 0xff);
in drm_dp_encode_sideband_req()
357
for (i = 0; i < req->u.
allocate_payload
.number_sdp_streams / 2; i++) {
in drm_dp_encode_sideband_req()
358
buf[idx] = ((req->u.
allocate_payload
.sdp_stream_sink[i * 2] & 0xf) << 4) |
in drm_dp_encode_sideband_req()
359
(req->u.
allocate_payload
.sdp_stream_sink[i * 2 + 1] & 0xf);
in drm_dp_encode_sideband_req()
362
if (req->u.
allocate_payload
.number_sdp_streams & 1) {
in drm_dp_encode_sideband_req()
363
i = req->u.
allocate_payload
in drm_dp_encode_sideband_req()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H
A
D
drm_dp_mst_topology.c
349
buf[idx] = (req->u.
allocate_payload
.port_number & 0xf) << 4 |
in drm_dp_encode_sideband_req()
350
(req->u.
allocate_payload
.number_sdp_streams & 0xf);
in drm_dp_encode_sideband_req()
352
buf[idx] = (req->u.
allocate_payload
.vcpi & 0x7f);
in drm_dp_encode_sideband_req()
354
buf[idx] = (req->u.
allocate_payload
.pbn >> 8);
in drm_dp_encode_sideband_req()
356
buf[idx] = (req->u.
allocate_payload
.pbn & 0xff);
in drm_dp_encode_sideband_req()
358
for (i = 0; i < req->u.
allocate_payload
.number_sdp_streams / 2; i++) {
in drm_dp_encode_sideband_req()
359
buf[idx] = ((req->u.
allocate_payload
.sdp_stream_sink[i * 2] & 0xf) << 4) |
in drm_dp_encode_sideband_req()
360
(req->u.
allocate_payload
.sdp_stream_sink[i * 2 + 1] & 0xf);
in drm_dp_encode_sideband_req()
363
if (req->u.
allocate_payload
.number_sdp_streams & 1) {
in drm_dp_encode_sideband_req()
364
i = req->u.
allocate_payload
in drm_dp_encode_sideband_req()
[all...]
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_dp_mst_helper.h
455
struct drm_dp_allocate_payload
allocate_payload
;
member
476
struct drm_dp_allocate_payload_ack_reply
allocate_payload
;
member
/kernel/linux/linux-6.6/include/drm/display/
H
A
D
drm_dp_mst_helper.h
438
struct drm_dp_allocate_payload
allocate_payload
;
member
459
struct drm_dp_allocate_payload_ack_reply
allocate_payload
;
member
Completed in 12 milliseconds