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:ioctls
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/drm/
H
A
D
drm_drv.h
471
* acceleration - drivers must create their own private
ioctls
for such a use
549
* @
ioctls
:
556
const struct drm_ioctl_desc *
ioctls
;
member
557
/** @num_ioctls: Number of entries in @
ioctls
. */
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_ioctl.c
55
* the names, because the kernel internals, libdrm and the
ioctls
are all named
65
* - Other
ioctls
and functions involved are named consistently.
442
* This no-op implementation for drm
ioctls
is useful for deprecated
461
* This no-op implementation for drm
ioctls
is useful for deprecated
717
* DOC: driver specific
ioctls
738
* ``Documentation/process/botching-up-
ioctls
.rst``. Note that drm_ioctl()
757
* And then assign this to the &drm_driver.
ioctls
field in your driver
779
/* Enforce sane locking for modern driver
ioctls
. */
in drm_ioctl_kernel()
798
* stored in &drm_driver.
ioctls
. It checks for necessary permission by calling
837
ioctl = &dev->driver->
ioctls
[inde
in drm_ioctl()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/
H
A
D
nouveau_drm.c
1170
.
ioctls
= nouveau_ioctls,
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_drv.c
1616
.
ioctls
= rockchip_ioctls,
Completed in 7 milliseconds