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:overlay_priv
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_overlay.c
59
return dev_priv ? dev_priv->
overlay_priv
: NULL;
in vmw_overlay()
254
struct vmw_overlay *overlay = dev_priv->
overlay_priv
;
in vmw_overlay_stop()
302
struct vmw_overlay *overlay = dev_priv->
overlay_priv
;
in vmw_overlay_update_stream()
365
struct vmw_overlay *overlay = dev_priv->
overlay_priv
;
in vmw_overlay_resume_all()
399
struct vmw_overlay *overlay = dev_priv->
overlay_priv
;
in vmw_overlay_pause_all()
423
return (dev_priv->
overlay_priv
!= NULL &&
in vmw_overlay_available()
433
struct vmw_overlay *overlay = dev_priv->
overlay_priv
;
in vmw_overlay_ioctl()
479
struct vmw_overlay *overlay = dev_priv->
overlay_priv
;
in vmw_overlay_num_free_overlays()
498
struct vmw_overlay *overlay = dev_priv->
overlay_priv
;
in vmw_overlay_claim()
523
struct vmw_overlay *overlay = dev_priv->
overlay_priv
;
in vmw_overlay_unref()
[all...]
H
A
D
vmwgfx_drv.h
539
struct vmw_overlay *
overlay_priv
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_overlay.c
248
struct vmw_overlay *overlay = dev_priv->
overlay_priv
;
in vmw_overlay_stop()
296
struct vmw_overlay *overlay = dev_priv->
overlay_priv
;
in vmw_overlay_update_stream()
359
struct vmw_overlay *overlay = dev_priv->
overlay_priv
;
in vmw_overlay_resume_all()
393
struct vmw_overlay *overlay = dev_priv->
overlay_priv
;
in vmw_overlay_pause_all()
417
return (dev_priv->
overlay_priv
!= NULL &&
in vmw_overlay_available()
427
struct vmw_overlay *overlay = dev_priv->
overlay_priv
;
in vmw_overlay_ioctl()
473
struct vmw_overlay *overlay = dev_priv->
overlay_priv
;
in vmw_overlay_num_free_overlays()
492
struct vmw_overlay *overlay = dev_priv->
overlay_priv
;
in vmw_overlay_claim()
517
struct vmw_overlay *overlay = dev_priv->
overlay_priv
;
in vmw_overlay_unref()
539
if (dev_priv->
overlay_priv
)
in vmw_overlay_init()
[all...]
H
A
D
vmwgfx_drv.h
543
struct vmw_overlay *
overlay_priv
;
member
Completed in 7 milliseconds