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:init32
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/r128/
H
A
D
r128_ioc32.c
66
drm_r128_init32_t
init32
;
in compat_r128_init()
local
69
if (copy_from_user(&
init32
, (void __user *)arg, sizeof(
init32
)))
in compat_r128_init()
72
init.func =
init32
.func;
in compat_r128_init()
73
init.sarea_priv_offset =
init32
.sarea_priv_offset;
in compat_r128_init()
74
init.is_pci =
init32
.is_pci;
in compat_r128_init()
75
init.cce_mode =
init32
.cce_mode;
in compat_r128_init()
76
init.cce_secure =
init32
.cce_secure;
in compat_r128_init()
77
init.ring_size =
init32
.ring_size;
in compat_r128_init()
78
init.usec_timeout =
init32
in compat_r128_init()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/mga/
H
A
D
mga_ioc32.c
62
drm_mga_init32_t
init32
;
in compat_mga_init()
local
65
if (copy_from_user(&
init32
, (void __user *)arg, sizeof(
init32
)))
in compat_mga_init()
68
init.func =
init32
.func;
in compat_mga_init()
69
init.sarea_priv_offset =
init32
.sarea_priv_offset;
in compat_mga_init()
70
memcpy(&init.chipset, &
init32
.chipset,
in compat_mga_init()
73
init.fb_offset =
init32
.fb_offset;
in compat_mga_init()
74
init.mmio_offset =
init32
.mmio_offset;
in compat_mga_init()
75
init.status_offset =
init32
.status_offset;
in compat_mga_init()
76
init.warp_offset =
init32
in compat_mga_init()
[all...]
Completed in 1 milliseconds