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:resolution_resp
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/hyperv/
H
A
D
hyperv_drm_proto.c
182
struct synthvid_supported_resolution_resp
resolution_resp
;
member
399
if (msg->
resolution_resp
.resolution_count == 0) {
in hyperv_get_supported_resolution()
404
index = msg->
resolution_resp
.default_resolution_index;
in hyperv_get_supported_resolution()
405
if (index >= msg->
resolution_resp
.resolution_count) {
in hyperv_get_supported_resolution()
410
for (i = 0; i < msg->
resolution_resp
.resolution_count; i++) {
in hyperv_get_supported_resolution()
412
msg->
resolution_resp
.supported_resolution[i].width);
in hyperv_get_supported_resolution()
414
msg->
resolution_resp
.supported_resolution[i].height);
in hyperv_get_supported_resolution()
418
msg->
resolution_resp
.supported_resolution[index].width;
in hyperv_get_supported_resolution()
420
msg->
resolution_resp
.supported_resolution[index].height;
in hyperv_get_supported_resolution()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
hyperv_fb.c
237
struct synthvid_supported_resolution_resp
resolution_resp
;
member
599
if (msg->
resolution_resp
.resolution_count == 0) {
in synthvid_get_supported_resolution()
605
index = msg->
resolution_resp
.default_resolution_index;
in synthvid_get_supported_resolution()
606
if (index >= msg->
resolution_resp
.resolution_count) {
in synthvid_get_supported_resolution()
613
msg->
resolution_resp
.supported_resolution[index].width;
in synthvid_get_supported_resolution()
615
msg->
resolution_resp
.supported_resolution[index].height;
in synthvid_get_supported_resolution()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
hyperv_fb.c
230
struct synthvid_supported_resolution_resp
resolution_resp
;
member
591
if (msg->
resolution_resp
.resolution_count == 0) {
in synthvid_get_supported_resolution()
597
index = msg->
resolution_resp
.default_resolution_index;
in synthvid_get_supported_resolution()
598
if (index >= msg->
resolution_resp
.resolution_count) {
in synthvid_get_supported_resolution()
605
msg->
resolution_resp
.supported_resolution[index].width;
in synthvid_get_supported_resolution()
607
msg->
resolution_resp
.supported_resolution[index].height;
in synthvid_get_supported_resolution()
Completed in 6 milliseconds