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:vmw_stream
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_va.c
32
* struct
vmw_stream
- Overlay stream simple resource.
36
struct
vmw_stream
{
struct
42
*
vmw_stream
- Typecast a struct vmw_resource to a struct
vmw_stream
.
45
* Returns: Returns a pointer to the struct
vmw_stream
.
47
static struct
vmw_stream
*
48
vmw_stream
(struct vmw_resource *res)
in vmw_stream()
function
50
return container_of(res, struct
vmw_stream
, sres.res);
in vmw_stream()
54
* Simple resource callbacks for struct
vmw_stream
59
struct
vmw_stream
*strea
in vmw_stream_hw_destroy()
[all...]
H
A
D
vmwgfx_overlay.c
38
struct
vmw_stream
{
struct
53
struct
vmw_stream
stream[VMW_MAX_NUM_STREAMS];
255
struct
vmw_stream
*stream = &overlay->stream[stream_id];
in vmw_overlay_stop()
303
struct
vmw_stream
*stream = &overlay->stream[arg->stream_id];
in vmw_overlay_update_stream()
374
struct
vmw_stream
*stream = &overlay->stream[i];
in vmw_overlay_resume_all()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_va.c
33
* struct
vmw_stream
- Overlay stream simple resource.
37
struct
vmw_stream
{
struct
43
*
vmw_stream
- Typecast a struct vmw_resource to a struct
vmw_stream
.
46
* Returns: Returns a pointer to the struct
vmw_stream
.
48
static struct
vmw_stream
*
49
vmw_stream
(struct vmw_resource *res)
in vmw_stream()
function
51
return container_of(res, struct
vmw_stream
, sres.res);
in vmw_stream()
55
* Simple resource callbacks for struct
vmw_stream
60
struct
vmw_stream
*strea
in vmw_stream_hw_destroy()
[all...]
H
A
D
vmwgfx_overlay.c
38
struct
vmw_stream
{
struct
53
struct
vmw_stream
stream[VMW_MAX_NUM_STREAMS];
249
struct
vmw_stream
*stream = &overlay->stream[stream_id];
in vmw_overlay_stop()
297
struct
vmw_stream
*stream = &overlay->stream[arg->stream_id];
in vmw_overlay_update_stream()
368
struct
vmw_stream
*stream = &overlay->stream[i];
in vmw_overlay_resume_all()
Completed in 3 milliseconds