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:driver_ioctls
(Results
1 - 11
of
11
) sorted by relevance
/third_party/mesa3d/src/broadcom/drm-shim/
H
A
D
vc4_noop.c
102
static ioctl_fn_t
driver_ioctls
[] = {
variable
115
shim_device.
driver_ioctls
=
driver_ioctls
;
in drm_shim_driver_init()
116
shim_device.driver_ioctl_count = ARRAY_SIZE(
driver_ioctls
);
in drm_shim_driver_init()
H
A
D
v3d_noop.c
138
static ioctl_fn_t
driver_ioctls
[] = {
variable
153
shim_device.
driver_ioctls
=
driver_ioctls
;
in drm_shim_driver_init()
154
shim_device.driver_ioctl_count = ARRAY_SIZE(
driver_ioctls
);
in drm_shim_driver_init()
/third_party/mesa3d/src/panfrost/drm-shim/
H
A
D
panfrost_noop.c
127
static ioctl_fn_t
driver_ioctls
[] = {
variable
144
shim_device.
driver_ioctls
=
driver_ioctls
;
in drm_shim_driver_init()
145
shim_device.driver_ioctl_count = ARRAY_SIZE(
driver_ioctls
);
in drm_shim_driver_init()
/third_party/mesa3d/src/gallium/drivers/lima/drm-shim/
H
A
D
lima_noop.c
91
static ioctl_fn_t
driver_ioctls
[] = {
variable
106
shim_device.
driver_ioctls
=
driver_ioctls
;
in drm_shim_driver_init()
107
shim_device.driver_ioctl_count = ARRAY_SIZE(
driver_ioctls
);
in drm_shim_driver_init()
/third_party/mesa3d/src/amd/drm-shim/
H
A
D
radeon_noop_drm_shim.c
127
static ioctl_fn_t
driver_ioctls
[] = {
variable
184
shim_device.
driver_ioctls
=
driver_ioctls
;
in drm_shim_driver_init()
185
shim_device.driver_ioctl_count = ARRAY_SIZE(
driver_ioctls
);
in drm_shim_driver_init()
/third_party/mesa3d/src/nouveau/drm-shim/
H
A
D
nouveau_noop.c
181
static ioctl_fn_t
driver_ioctls
[] = {
variable
212
shim_device.
driver_ioctls
=
driver_ioctls
;
in drm_shim_driver_init()
213
shim_device.driver_ioctl_count = ARRAY_SIZE(
driver_ioctls
);
in drm_shim_driver_init()
/third_party/mesa3d/src/freedreno/drm-shim/
H
A
D
freedreno_noop.c
160
static ioctl_fn_t
driver_ioctls
[] = {
variable
293
shim_device.
driver_ioctls
=
driver_ioctls
;
in drm_shim_driver_init()
294
shim_device.driver_ioctl_count = ARRAY_SIZE(
driver_ioctls
);
in drm_shim_driver_init()
/third_party/mesa3d/src/etnaviv/drm-shim/
H
A
D
etnaviv_noop.c
203
static ioctl_fn_t
driver_ioctls
[] = {
variable
222
shim_device.
driver_ioctls
=
driver_ioctls
;
in drm_shim_driver_init()
223
shim_device.driver_ioctl_count = ARRAY_SIZE(
driver_ioctls
);
in drm_shim_driver_init()
/third_party/mesa3d/src/intel/tools/
H
A
D
intel_noop_drm_shim.c
456
static ioctl_fn_t
driver_ioctls
[] = {
variable
500
shim_device.
driver_ioctls
=
driver_ioctls
;
in drm_shim_driver_init()
501
shim_device.driver_ioctl_count = ARRAY_SIZE(
driver_ioctls
);
in drm_shim_driver_init()
/third_party/mesa3d/src/drm-shim/
H
A
D
drm_shim.h
53
int (**
driver_ioctls
)(int fd, unsigned long request, void *arg);
member
H
A
D
device.c
301
shim_device.
driver_ioctls
[driver_nr]) {
in drm_shim_ioctl()
302
return shim_device.
driver_ioctls
[driver_nr](fd, request, arg);
in drm_shim_ioctl()
Completed in 6 milliseconds