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:DRM_IO
(Results
1 - 25
of
36
) sorted by relevance
1
2
/kernel/linux/linux-5.10/include/uapi/drm/
H
A
D
i810_drm.h
222
#define DRM_IOCTL_I810_FLUSH
DRM_IO
( DRM_COMMAND_BASE + DRM_I810_FLUSH)
223
#define DRM_IOCTL_I810_GETAGE
DRM_IO
( DRM_COMMAND_BASE + DRM_I810_GETAGE)
225
#define DRM_IOCTL_I810_SWAP
DRM_IO
( DRM_COMMAND_BASE + DRM_I810_SWAP)
227
#define DRM_IOCTL_I810_DOCOPY
DRM_IO
( DRM_COMMAND_BASE + DRM_I810_DOCOPY)
229
#define DRM_IOCTL_I810_FSTATUS
DRM_IO
( DRM_COMMAND_BASE + DRM_I810_FSTATUS)
230
#define DRM_IOCTL_I810_OV0FLIP
DRM_IO
( DRM_COMMAND_BASE + DRM_I810_OV0FLIP)
232
#define DRM_IOCTL_I810_RSTATUS
DRM_IO
( DRM_COMMAND_BASE + DRM_I810_RSTATUS)
233
#define DRM_IOCTL_I810_FLIP
DRM_IO
( DRM_COMMAND_BASE + DRM_I810_FLIP)
H
A
D
r128_drm.h
206
#define DRM_IOCTL_R128_CCE_START
DRM_IO
( DRM_COMMAND_BASE + DRM_R128_CCE_START)
208
#define DRM_IOCTL_R128_CCE_RESET
DRM_IO
( DRM_COMMAND_BASE + DRM_R128_CCE_RESET)
209
#define DRM_IOCTL_R128_CCE_IDLE
DRM_IO
( DRM_COMMAND_BASE + DRM_R128_CCE_IDLE)
211
#define DRM_IOCTL_R128_RESET
DRM_IO
( DRM_COMMAND_BASE + DRM_R128_RESET)
212
#define DRM_IOCTL_R128_SWAP
DRM_IO
( DRM_COMMAND_BASE + DRM_R128_SWAP)
224
#define DRM_IOCTL_R128_FLIP
DRM_IO
( DRM_COMMAND_BASE + DRM_R128_FLIP)
H
A
D
radeon_drm.h
521
#define DRM_IOCTL_RADEON_CP_START
DRM_IO
( DRM_COMMAND_BASE + DRM_RADEON_CP_START)
523
#define DRM_IOCTL_RADEON_CP_RESET
DRM_IO
( DRM_COMMAND_BASE + DRM_RADEON_CP_RESET)
524
#define DRM_IOCTL_RADEON_CP_IDLE
DRM_IO
( DRM_COMMAND_BASE + DRM_RADEON_CP_IDLE)
525
#define DRM_IOCTL_RADEON_RESET
DRM_IO
( DRM_COMMAND_BASE + DRM_RADEON_RESET)
527
#define DRM_IOCTL_RADEON_SWAP
DRM_IO
( DRM_COMMAND_BASE + DRM_RADEON_SWAP)
537
#define DRM_IOCTL_RADEON_FLIP
DRM_IO
( DRM_COMMAND_BASE + DRM_RADEON_FLIP)
543
#define DRM_IOCTL_RADEON_CP_RESUME
DRM_IO
( DRM_COMMAND_BASE + DRM_RADEON_CP_RESUME)
H
A
D
drm.h
823
#define
DRM_IO
(nr) _IO(DRM_IOCTL_BASE,nr)
macro
860
#define DRM_IOCTL_SET_MASTER
DRM_IO
(0x1e)
861
#define DRM_IOCTL_DROP_MASTER
DRM_IO
(0x1f)
880
#define DRM_IOCTL_AGP_ACQUIRE
DRM_IO
( 0x30)
881
#define DRM_IOCTL_AGP_RELEASE
DRM_IO
( 0x31)
H
A
D
mga_drm.h
256
#define DRM_IOCTL_MGA_RESET
DRM_IO
( DRM_COMMAND_BASE + DRM_MGA_RESET)
257
#define DRM_IOCTL_MGA_SWAP
DRM_IO
( DRM_COMMAND_BASE + DRM_MGA_SWAP)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
H
A
D
i810_drm.h
153
#define DRM_IOCTL_I810_FLUSH
DRM_IO
( DRM_COMMAND_BASE + DRM_I810_FLUSH)
154
#define DRM_IOCTL_I810_GETAGE
DRM_IO
( DRM_COMMAND_BASE + DRM_I810_GETAGE)
156
#define DRM_IOCTL_I810_SWAP
DRM_IO
( DRM_COMMAND_BASE + DRM_I810_SWAP)
158
#define DRM_IOCTL_I810_DOCOPY
DRM_IO
( DRM_COMMAND_BASE + DRM_I810_DOCOPY)
160
#define DRM_IOCTL_I810_FSTATUS
DRM_IO
( DRM_COMMAND_BASE + DRM_I810_FSTATUS)
161
#define DRM_IOCTL_I810_OV0FLIP
DRM_IO
( DRM_COMMAND_BASE + DRM_I810_OV0FLIP)
163
#define DRM_IOCTL_I810_RSTATUS
DRM_IO
( DRM_COMMAND_BASE + DRM_I810_RSTATUS)
164
#define DRM_IOCTL_I810_FLIP
DRM_IO
( DRM_COMMAND_BASE + DRM_I810_FLIP)
H
A
D
r128_drm.h
122
#define DRM_IOCTL_R128_CCE_START
DRM_IO
( DRM_COMMAND_BASE + DRM_R128_CCE_START)
124
#define DRM_IOCTL_R128_CCE_RESET
DRM_IO
( DRM_COMMAND_BASE + DRM_R128_CCE_RESET)
125
#define DRM_IOCTL_R128_CCE_IDLE
DRM_IO
( DRM_COMMAND_BASE + DRM_R128_CCE_IDLE)
126
#define DRM_IOCTL_R128_RESET
DRM_IO
( DRM_COMMAND_BASE + DRM_R128_RESET)
127
#define DRM_IOCTL_R128_SWAP
DRM_IO
( DRM_COMMAND_BASE + DRM_R128_SWAP)
138
#define DRM_IOCTL_R128_FLIP
DRM_IO
( DRM_COMMAND_BASE + DRM_R128_FLIP)
H
A
D
radeon_drm.h
390
#define DRM_IOCTL_RADEON_CP_START
DRM_IO
( DRM_COMMAND_BASE + DRM_RADEON_CP_START)
392
#define DRM_IOCTL_RADEON_CP_RESET
DRM_IO
( DRM_COMMAND_BASE + DRM_RADEON_CP_RESET)
393
#define DRM_IOCTL_RADEON_CP_IDLE
DRM_IO
( DRM_COMMAND_BASE + DRM_RADEON_CP_IDLE)
394
#define DRM_IOCTL_RADEON_RESET
DRM_IO
( DRM_COMMAND_BASE + DRM_RADEON_RESET)
396
#define DRM_IOCTL_RADEON_SWAP
DRM_IO
( DRM_COMMAND_BASE + DRM_RADEON_SWAP)
406
#define DRM_IOCTL_RADEON_FLIP
DRM_IO
( DRM_COMMAND_BASE + DRM_RADEON_FLIP)
412
#define DRM_IOCTL_RADEON_CP_RESUME
DRM_IO
( DRM_COMMAND_BASE + DRM_RADEON_CP_RESUME)
H
A
D
i915_drm.h
205
#define DRM_IOCTL_I915_FLUSH
DRM_IO
( DRM_COMMAND_BASE + DRM_I915_FLUSH)
206
#define DRM_IOCTL_I915_FLIP
DRM_IO
( DRM_COMMAND_BASE + DRM_I915_FLIP)
230
#define DRM_IOCTL_I915_GEM_THROTTLE
DRM_IO
( DRM_COMMAND_BASE + DRM_I915_GEM_THROTTLE)
231
#define DRM_IOCTL_I915_GEM_ENTERVT
DRM_IO
(DRM_COMMAND_BASE + DRM_I915_GEM_ENTERVT)
232
#define DRM_IOCTL_I915_GEM_LEAVEVT
DRM_IO
(DRM_COMMAND_BASE + DRM_I915_GEM_LEAVEVT)
H
A
D
drm.h
449
#define
DRM_IO
(nr) _IO(DRM_IOCTL_BASE,nr)
macro
481
#define DRM_IOCTL_SET_MASTER
DRM_IO
(0x1e)
482
#define DRM_IOCTL_DROP_MASTER
DRM_IO
(0x1f)
498
#define DRM_IOCTL_AGP_ACQUIRE
DRM_IO
( 0x30)
499
#define DRM_IOCTL_AGP_RELEASE
DRM_IO
( 0x31)
H
A
D
mga_drm.h
152
#define DRM_IOCTL_MGA_RESET
DRM_IO
( DRM_COMMAND_BASE + DRM_MGA_RESET)
153
#define DRM_IOCTL_MGA_SWAP
DRM_IO
( DRM_COMMAND_BASE + DRM_MGA_SWAP)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/
H
A
D
i810_drm.h
164
#define DRM_IOCTL_I810_FLUSH
DRM_IO
(DRM_COMMAND_BASE + DRM_I810_FLUSH)
165
#define DRM_IOCTL_I810_GETAGE
DRM_IO
(DRM_COMMAND_BASE + DRM_I810_GETAGE)
167
#define DRM_IOCTL_I810_SWAP
DRM_IO
(DRM_COMMAND_BASE + DRM_I810_SWAP)
169
#define DRM_IOCTL_I810_DOCOPY
DRM_IO
(DRM_COMMAND_BASE + DRM_I810_DOCOPY)
171
#define DRM_IOCTL_I810_FSTATUS
DRM_IO
(DRM_COMMAND_BASE + DRM_I810_FSTATUS)
172
#define DRM_IOCTL_I810_OV0FLIP
DRM_IO
(DRM_COMMAND_BASE + DRM_I810_OV0FLIP)
174
#define DRM_IOCTL_I810_RSTATUS
DRM_IO
(DRM_COMMAND_BASE + DRM_I810_RSTATUS)
175
#define DRM_IOCTL_I810_FLIP
DRM_IO
(DRM_COMMAND_BASE + DRM_I810_FLIP)
H
A
D
r128_drm.h
126
#define DRM_IOCTL_R128_CCE_START
DRM_IO
(DRM_COMMAND_BASE + DRM_R128_CCE_START)
128
#define DRM_IOCTL_R128_CCE_RESET
DRM_IO
(DRM_COMMAND_BASE + DRM_R128_CCE_RESET)
129
#define DRM_IOCTL_R128_CCE_IDLE
DRM_IO
(DRM_COMMAND_BASE + DRM_R128_CCE_IDLE)
130
#define DRM_IOCTL_R128_RESET
DRM_IO
(DRM_COMMAND_BASE + DRM_R128_RESET)
131
#define DRM_IOCTL_R128_SWAP
DRM_IO
(DRM_COMMAND_BASE + DRM_R128_SWAP)
142
#define DRM_IOCTL_R128_FLIP
DRM_IO
(DRM_COMMAND_BASE + DRM_R128_FLIP)
H
A
D
radeon_drm.h
390
#define DRM_IOCTL_RADEON_CP_START
DRM_IO
(DRM_COMMAND_BASE + DRM_RADEON_CP_START)
392
#define DRM_IOCTL_RADEON_CP_RESET
DRM_IO
(DRM_COMMAND_BASE + DRM_RADEON_CP_RESET)
393
#define DRM_IOCTL_RADEON_CP_IDLE
DRM_IO
(DRM_COMMAND_BASE + DRM_RADEON_CP_IDLE)
394
#define DRM_IOCTL_RADEON_RESET
DRM_IO
(DRM_COMMAND_BASE + DRM_RADEON_RESET)
396
#define DRM_IOCTL_RADEON_SWAP
DRM_IO
(DRM_COMMAND_BASE + DRM_RADEON_SWAP)
406
#define DRM_IOCTL_RADEON_FLIP
DRM_IO
(DRM_COMMAND_BASE + DRM_RADEON_FLIP)
412
#define DRM_IOCTL_RADEON_CP_RESUME
DRM_IO
(DRM_COMMAND_BASE + DRM_RADEON_CP_RESUME)
H
A
D
drm.h
467
#define
DRM_IO
(nr) _IO(DRM_IOCTL_BASE, nr)
macro
499
#define DRM_IOCTL_SET_MASTER
DRM_IO
(0x1e)
500
#define DRM_IOCTL_DROP_MASTER
DRM_IO
(0x1f)
516
#define DRM_IOCTL_AGP_ACQUIRE
DRM_IO
(0x30)
517
#define DRM_IOCTL_AGP_RELEASE
DRM_IO
(0x31)
H
A
D
mga_drm.h
156
#define DRM_IOCTL_MGA_RESET
DRM_IO
(DRM_COMMAND_BASE + DRM_MGA_RESET)
157
#define DRM_IOCTL_MGA_SWAP
DRM_IO
(DRM_COMMAND_BASE + DRM_MGA_SWAP)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H
A
D
i810_drm.h
164
#define DRM_IOCTL_I810_FLUSH
DRM_IO
(DRM_COMMAND_BASE + DRM_I810_FLUSH)
165
#define DRM_IOCTL_I810_GETAGE
DRM_IO
(DRM_COMMAND_BASE + DRM_I810_GETAGE)
167
#define DRM_IOCTL_I810_SWAP
DRM_IO
(DRM_COMMAND_BASE + DRM_I810_SWAP)
169
#define DRM_IOCTL_I810_DOCOPY
DRM_IO
(DRM_COMMAND_BASE + DRM_I810_DOCOPY)
171
#define DRM_IOCTL_I810_FSTATUS
DRM_IO
(DRM_COMMAND_BASE + DRM_I810_FSTATUS)
172
#define DRM_IOCTL_I810_OV0FLIP
DRM_IO
(DRM_COMMAND_BASE + DRM_I810_OV0FLIP)
174
#define DRM_IOCTL_I810_RSTATUS
DRM_IO
(DRM_COMMAND_BASE + DRM_I810_RSTATUS)
175
#define DRM_IOCTL_I810_FLIP
DRM_IO
(DRM_COMMAND_BASE + DRM_I810_FLIP)
H
A
D
r128_drm.h
126
#define DRM_IOCTL_R128_CCE_START
DRM_IO
(DRM_COMMAND_BASE + DRM_R128_CCE_START)
128
#define DRM_IOCTL_R128_CCE_RESET
DRM_IO
(DRM_COMMAND_BASE + DRM_R128_CCE_RESET)
129
#define DRM_IOCTL_R128_CCE_IDLE
DRM_IO
(DRM_COMMAND_BASE + DRM_R128_CCE_IDLE)
130
#define DRM_IOCTL_R128_RESET
DRM_IO
(DRM_COMMAND_BASE + DRM_R128_RESET)
131
#define DRM_IOCTL_R128_SWAP
DRM_IO
(DRM_COMMAND_BASE + DRM_R128_SWAP)
142
#define DRM_IOCTL_R128_FLIP
DRM_IO
(DRM_COMMAND_BASE + DRM_R128_FLIP)
H
A
D
radeon_drm.h
390
#define DRM_IOCTL_RADEON_CP_START
DRM_IO
(DRM_COMMAND_BASE + DRM_RADEON_CP_START)
392
#define DRM_IOCTL_RADEON_CP_RESET
DRM_IO
(DRM_COMMAND_BASE + DRM_RADEON_CP_RESET)
393
#define DRM_IOCTL_RADEON_CP_IDLE
DRM_IO
(DRM_COMMAND_BASE + DRM_RADEON_CP_IDLE)
394
#define DRM_IOCTL_RADEON_RESET
DRM_IO
(DRM_COMMAND_BASE + DRM_RADEON_RESET)
396
#define DRM_IOCTL_RADEON_SWAP
DRM_IO
(DRM_COMMAND_BASE + DRM_RADEON_SWAP)
406
#define DRM_IOCTL_RADEON_FLIP
DRM_IO
(DRM_COMMAND_BASE + DRM_RADEON_FLIP)
412
#define DRM_IOCTL_RADEON_CP_RESUME
DRM_IO
(DRM_COMMAND_BASE + DRM_RADEON_CP_RESUME)
H
A
D
drm.h
467
#define
DRM_IO
(nr) _IO(DRM_IOCTL_BASE, nr)
macro
499
#define DRM_IOCTL_SET_MASTER
DRM_IO
(0x1e)
500
#define DRM_IOCTL_DROP_MASTER
DRM_IO
(0x1f)
516
#define DRM_IOCTL_AGP_ACQUIRE
DRM_IO
(0x30)
517
#define DRM_IOCTL_AGP_RELEASE
DRM_IO
(0x31)
H
A
D
mga_drm.h
156
#define DRM_IOCTL_MGA_RESET
DRM_IO
(DRM_COMMAND_BASE + DRM_MGA_RESET)
157
#define DRM_IOCTL_MGA_SWAP
DRM_IO
(DRM_COMMAND_BASE + DRM_MGA_SWAP)
/kernel/linux/linux-6.6/include/uapi/drm/
H
A
D
radeon_drm.h
521
#define DRM_IOCTL_RADEON_CP_START
DRM_IO
( DRM_COMMAND_BASE + DRM_RADEON_CP_START)
523
#define DRM_IOCTL_RADEON_CP_RESET
DRM_IO
( DRM_COMMAND_BASE + DRM_RADEON_CP_RESET)
524
#define DRM_IOCTL_RADEON_CP_IDLE
DRM_IO
( DRM_COMMAND_BASE + DRM_RADEON_CP_IDLE)
525
#define DRM_IOCTL_RADEON_RESET
DRM_IO
( DRM_COMMAND_BASE + DRM_RADEON_RESET)
527
#define DRM_IOCTL_RADEON_SWAP
DRM_IO
( DRM_COMMAND_BASE + DRM_RADEON_SWAP)
537
#define DRM_IOCTL_RADEON_FLIP
DRM_IO
( DRM_COMMAND_BASE + DRM_RADEON_FLIP)
543
#define DRM_IOCTL_RADEON_CP_RESUME
DRM_IO
( DRM_COMMAND_BASE + DRM_RADEON_CP_RESUME)
H
A
D
drm.h
988
#define
DRM_IO
(nr) _IO(DRM_IOCTL_BASE,nr)
macro
1038
#define DRM_IOCTL_SET_MASTER
DRM_IO
(0x1e)
1039
#define DRM_IOCTL_DROP_MASTER
DRM_IO
(0x1f)
1088
#define DRM_IOCTL_AGP_ACQUIRE
DRM_IO
( 0x30)
1089
#define DRM_IOCTL_AGP_RELEASE
DRM_IO
( 0x31)
/kernel/linux/linux-5.10/tools/include/uapi/drm/
H
A
D
drm.h
823
#define
DRM_IO
(nr) _IO(DRM_IOCTL_BASE,nr)
macro
860
#define DRM_IOCTL_SET_MASTER
DRM_IO
(0x1e)
861
#define DRM_IOCTL_DROP_MASTER
DRM_IO
(0x1f)
880
#define DRM_IOCTL_AGP_ACQUIRE
DRM_IO
( 0x30)
881
#define DRM_IOCTL_AGP_RELEASE
DRM_IO
( 0x31)
/kernel/linux/linux-6.6/tools/include/uapi/drm/
H
A
D
drm.h
988
#define
DRM_IO
(nr) _IO(DRM_IOCTL_BASE,nr)
macro
1038
#define DRM_IOCTL_SET_MASTER
DRM_IO
(0x1e)
1039
#define DRM_IOCTL_DROP_MASTER
DRM_IO
(0x1f)
1088
#define DRM_IOCTL_AGP_ACQUIRE
DRM_IO
( 0x30)
1089
#define DRM_IOCTL_AGP_RELEASE
DRM_IO
( 0x31)
Completed in 41 milliseconds
1
2