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:dumb_destroy
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_dumb_buffers.c
49
* operation. &drm_driver.
dumb_destroy
defaults to drm_gem_dumb_destroy() if
140
if (dev->driver->
dumb_destroy
)
in drm_mode_destroy_dumb()
141
return dev->driver->
dumb_destroy
(file_priv, dev, handle);
in drm_mode_destroy_dumb()
/kernel/linux/linux-5.10/drivers/gpu/drm/xlnx/
H
A
D
zynqmp_dpsub.c
95
.
dumb_destroy
= drm_gem_dumb_destroy,
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_drv.h
506
* @
dumb_destroy
:
521
int (*
dumb_destroy
)(struct drm_file *file_priv,
member
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_drv.c
1478
.
dumb_destroy
= vmw_dumb_destroy,
Completed in 4 milliseconds