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:getparam
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H
A
D
nouveau_abi16.c
208
struct drm_nouveau_getparam *
getparam
= data;
in nouveau_abi16_ioctl_getparam()
local
211
switch (
getparam
->param) {
in nouveau_abi16_ioctl_getparam()
213
getparam
->value = device->info.chipset;
in nouveau_abi16_ioctl_getparam()
217
getparam
->value = pdev->vendor;
in nouveau_abi16_ioctl_getparam()
219
getparam
->value = 0;
in nouveau_abi16_ioctl_getparam()
223
getparam
->value = pdev->device;
in nouveau_abi16_ioctl_getparam()
225
getparam
->value = 0;
in nouveau_abi16_ioctl_getparam()
229
case NV_DEVICE_INFO_V0_AGP :
getparam
->value = 0; break;
in nouveau_abi16_ioctl_getparam()
230
case NV_DEVICE_INFO_V0_PCI :
getparam
->value = 1; break;
in nouveau_abi16_ioctl_getparam()
231
case NV_DEVICE_INFO_V0_PCIE:
getparam
in nouveau_abi16_ioctl_getparam()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H
A
D
nouveau_abi16.c
183
struct drm_nouveau_getparam *
getparam
= data;
in nouveau_abi16_ioctl_getparam()
local
185
switch (
getparam
->param) {
in nouveau_abi16_ioctl_getparam()
187
getparam
->value = device->info.chipset;
in nouveau_abi16_ioctl_getparam()
191
getparam
->value = dev->pdev->vendor;
in nouveau_abi16_ioctl_getparam()
193
getparam
->value = 0;
in nouveau_abi16_ioctl_getparam()
197
getparam
->value = dev->pdev->device;
in nouveau_abi16_ioctl_getparam()
199
getparam
->value = 0;
in nouveau_abi16_ioctl_getparam()
203
case NV_DEVICE_INFO_V0_AGP :
getparam
->value = 0; break;
in nouveau_abi16_ioctl_getparam()
204
case NV_DEVICE_INFO_V0_PCI :
getparam
->value = 1; break;
in nouveau_abi16_ioctl_getparam()
205
case NV_DEVICE_INFO_V0_PCIE:
getparam
in nouveau_abi16_ioctl_getparam()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/r128/
H
A
D
r128_ioc32.c
154
drm_r128_getparam_t
getparam
;
in compat_r128_getparam()
local
159
getparam
.param = getparam32.param;
in compat_r128_getparam()
160
getparam
.value = compat_ptr(getparam32.value);
in compat_r128_getparam()
162
return drm_ioctl_kernel(file, r128_getparam, &
getparam
, DRM_AUTH);
in compat_r128_getparam()
/kernel/linux/linux-5.10/drivers/gpu/drm/mga/
H
A
D
mga_ioc32.c
93
drm_mga_getparam_t
getparam
;
in compat_mga_getparam()
local
98
getparam
.param = getparam32.param;
in compat_mga_getparam()
99
getparam
.value = compat_ptr(getparam32.value);
in compat_mga_getparam()
100
return drm_ioctl_kernel(file, mga_getparam, &
getparam
, DRM_AUTH);
in compat_mga_getparam()
Completed in 3 milliseconds