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:hw_destroy
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_simple_resource.c
82
simple->res.
hw_destroy
= simple->func->
hw_destroy
;
in vmw_simple_resource_init()
H
A
D
vmwgfx_va.c
97
.
hw_destroy
= vmw_stream_hw_destroy,
H
A
D
vmwgfx_resource_priv.h
117
* @
hw_destroy
: A resource
hw_destroy
function.
125
void (*
hw_destroy
)(struct vmw_resource *res);
member
H
A
D
vmwgfx_resource.c
147
if (likely(res->
hw_destroy
!= NULL)) {
in vmw_resource_release()
151
res->
hw_destroy
(res);
in vmw_resource_release()
219
res->
hw_destroy
= NULL;
in vmw_resource_init()
H
A
D
vmwgfx_streamoutput.c
311
res->
hw_destroy
= vmw_dx_streamoutput_hw_destroy;
in vmw_dx_streamoutput_add()
H
A
D
vmwgfx_so.c
374
res->
hw_destroy
= vmw_hw_view_destroy;
in vmw_view_add()
H
A
D
vmwgfx_context.c
228
res->
hw_destroy
= vmw_hw_context_destroy;
in vmw_gb_context_init()
282
res->
hw_destroy
= vmw_hw_context_destroy;
in vmw_context_init()
H
A
D
vmwgfx_shader.c
191
res->
hw_destroy
= vmw_hw_shader_destroy;
in vmw_gb_shader_init()
626
res->
hw_destroy
= vmw_hw_shader_destroy;
in vmw_dx_shader_add()
H
A
D
vmwgfx_cotable.c
570
* vmw_hw_cotable_destroy - Cotable
hw_destroy
callback
633
vcotbl->res.
hw_destroy
= vmw_hw_cotable_destroy;
in vmw_cotable_alloc()
H
A
D
vmwgfx_drv.h
166
* @
hw_destroy
: Callback to destroy the resource on the device, as part of
190
void (*
hw_destroy
) (struct vmw_resource *res);
member
H
A
D
vmwgfx_surface.c
633
res->
hw_destroy
= vmw_hw_surface_destroy;
in vmw_surface_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_simple_resource.c
84
simple->res.
hw_destroy
= simple->func->
hw_destroy
;
in vmw_simple_resource_init()
H
A
D
vmwgfx_resource_priv.h
115
* @
hw_destroy
: A resource
hw_destroy
function.
123
void (*
hw_destroy
)(struct vmw_resource *res);
member
H
A
D
vmwgfx_va.c
95
.
hw_destroy
= vmw_stream_hw_destroy,
H
A
D
vmwgfx_resource.c
144
if (likely(res->
hw_destroy
!= NULL)) {
in vmw_resource_release()
148
res->
hw_destroy
(res);
in vmw_resource_release()
217
res->
hw_destroy
= NULL;
in vmw_resource_init()
H
A
D
vmwgfx_streamoutput.c
330
res->
hw_destroy
= vmw_dx_streamoutput_hw_destroy;
in vmw_dx_streamoutput_add()
H
A
D
vmwgfx_context.c
226
res->
hw_destroy
= vmw_hw_context_destroy;
in vmw_gb_context_init()
280
res->
hw_destroy
= vmw_hw_context_destroy;
in vmw_context_init()
H
A
D
vmwgfx_shader.c
193
res->
hw_destroy
= vmw_hw_shader_destroy;
in vmw_gb_shader_init()
647
res->
hw_destroy
= vmw_hw_shader_destroy;
in vmw_dx_shader_add()
H
A
D
vmwgfx_cotable.c
533
* vmw_hw_cotable_destroy - Cotable
hw_destroy
callback
614
vcotbl->res.
hw_destroy
= vmw_hw_cotable_destroy;
in vmw_cotable_alloc()
H
A
D
vmwgfx_so.c
386
res->
hw_destroy
= vmw_hw_view_destroy;
in vmw_view_add()
H
A
D
vmwgfx_drv.h
166
* @
hw_destroy
: Callback to destroy the resource on the device, as part of
188
void (*
hw_destroy
) (struct vmw_resource *res);
member
H
A
D
vmwgfx_surface.c
636
res->
hw_destroy
= vmw_hw_surface_destroy;
in vmw_surface_init()
Completed in 23 milliseconds