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:preclose
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i810/
H
A
D
i810_drv.c
64
.
preclose
= i810_driver_preclose,
/kernel/linux/linux-5.10/drivers/gpu/drm/savage/
H
A
D
savage_drv.c
56
.
preclose
= savage_reclaim_buffers,
/kernel/linux/linux-5.10/drivers/gpu/drm/r128/
H
A
D
r128_drv.c
66
.
preclose
= r128_driver_preclose,
/kernel/linux/linux-5.10/drivers/gpu/drm/via/
H
A
D
via_drv.c
80
.
preclose
= via_reclaim_buffers_locked,
/kernel/linux/linux-5.10/drivers/gpu/drm/sis/
H
A
D
sis_drv.c
107
.
preclose
= sis_reclaim_buffers_locked,
/kernel/linux/linux-6.6/include/drm/
H
A
D
drm_drv.h
451
void (*
preclose
) (struct drm_device *, struct drm_file *file_priv);
member
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_drv.h
581
void (*
preclose
) (struct drm_device *, struct drm_file *file_priv);
member
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_file.c
263
dev->driver->
preclose
)
in drm_file_free()
264
dev->driver->
preclose
(dev, file);
in drm_file_free()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_file.c
259
dev->driver->
preclose
)
in drm_file_free()
260
dev->driver->
preclose
(dev, file);
in drm_file_free()
Completed in 7 milliseconds