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:situ
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/hyperv/
H
A
D
hyperv_drm_proto.c
175
struct synthvid_situation_update
situ
;
member
287
msg.
situ
.user_ctx = 0;
in hyperv_update_situation()
288
msg.
situ
.video_output_count = 1;
in hyperv_update_situation()
289
msg.
situ
.video_output[0].active = active;
in hyperv_update_situation()
291
msg.
situ
.video_output[0].vram_offset = 0;
in hyperv_update_situation()
292
msg.
situ
.video_output[0].depth_bits = bpp;
in hyperv_update_situation()
293
msg.
situ
.video_output[0].width_pixels = w;
in hyperv_update_situation()
294
msg.
situ
.video_output[0].height_pixels = h;
in hyperv_update_situation()
295
msg.
situ
.video_output[0].pitch_bytes = pitch;
in hyperv_update_situation()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
hyperv_fb.c
230
struct synthvid_situation_update
situ
;
member
329
msg.
situ
.user_ctx = 0;
in synthvid_send_situ()
330
msg.
situ
.video_output_count = 1;
in synthvid_send_situ()
331
msg.
situ
.video_output[0].active = 1;
in synthvid_send_situ()
332
msg.
situ
.video_output[0].vram_offset = 0;
in synthvid_send_situ()
333
msg.
situ
.video_output[0].depth_bits = info->var.bits_per_pixel;
in synthvid_send_situ()
334
msg.
situ
.video_output[0].width_pixels = info->var.xres;
in synthvid_send_situ()
335
msg.
situ
.video_output[0].height_pixels = info->var.yres;
in synthvid_send_situ()
336
msg.
situ
.video_output[0].pitch_bytes = info->fix.line_length;
in synthvid_send_situ()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
hyperv_fb.c
223
struct synthvid_situation_update
situ
;
member
322
msg.
situ
.user_ctx = 0;
in synthvid_send_situ()
323
msg.
situ
.video_output_count = 1;
in synthvid_send_situ()
324
msg.
situ
.video_output[0].active = 1;
in synthvid_send_situ()
325
msg.
situ
.video_output[0].vram_offset = 0;
in synthvid_send_situ()
326
msg.
situ
.video_output[0].depth_bits = info->var.bits_per_pixel;
in synthvid_send_situ()
327
msg.
situ
.video_output[0].width_pixels = info->var.xres;
in synthvid_send_situ()
328
msg.
situ
.video_output[0].height_pixels = info->var.yres;
in synthvid_send_situ()
329
msg.
situ
.video_output[0].pitch_bytes = info->fix.line_length;
in synthvid_send_situ()
Completed in 6 milliseconds