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:atif_arg_elements
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
radeon_acpi.c
119
union acpi_object
atif_arg_elements
[2];
in radeon_atif_call()
local
124
atif_arg.pointer = &
atif_arg_elements
[0];
in radeon_atif_call()
126
atif_arg_elements
[0].type = ACPI_TYPE_INTEGER;
in radeon_atif_call()
127
atif_arg_elements
[0].integer.value = function;
in radeon_atif_call()
130
atif_arg_elements
[1].type = ACPI_TYPE_BUFFER;
in radeon_atif_call()
131
atif_arg_elements
[1].buffer.length = params->length;
in radeon_atif_call()
132
atif_arg_elements
[1].buffer.pointer = params->pointer;
in radeon_atif_call()
135
atif_arg_elements
[1].type = ACPI_TYPE_INTEGER;
in radeon_atif_call()
136
atif_arg_elements
[1].integer.value = 0;
in radeon_atif_call()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
radeon_acpi.c
118
union acpi_object
atif_arg_elements
[2];
in radeon_atif_call()
local
123
atif_arg.pointer = &
atif_arg_elements
[0];
in radeon_atif_call()
125
atif_arg_elements
[0].type = ACPI_TYPE_INTEGER;
in radeon_atif_call()
126
atif_arg_elements
[0].integer.value = function;
in radeon_atif_call()
129
atif_arg_elements
[1].type = ACPI_TYPE_BUFFER;
in radeon_atif_call()
130
atif_arg_elements
[1].buffer.length = params->length;
in radeon_atif_call()
131
atif_arg_elements
[1].buffer.pointer = params->pointer;
in radeon_atif_call()
134
atif_arg_elements
[1].type = ACPI_TYPE_INTEGER;
in radeon_atif_call()
135
atif_arg_elements
[1].integer.value = 0;
in radeon_atif_call()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_acpi.c
90
union acpi_object
atif_arg_elements
[2];
in amdgpu_atif_call()
local
95
atif_arg.pointer = &
atif_arg_elements
[0];
in amdgpu_atif_call()
97
atif_arg_elements
[0].type = ACPI_TYPE_INTEGER;
in amdgpu_atif_call()
98
atif_arg_elements
[0].integer.value = function;
in amdgpu_atif_call()
101
atif_arg_elements
[1].type = ACPI_TYPE_BUFFER;
in amdgpu_atif_call()
102
atif_arg_elements
[1].buffer.length = params->length;
in amdgpu_atif_call()
103
atif_arg_elements
[1].buffer.pointer = params->pointer;
in amdgpu_atif_call()
106
atif_arg_elements
[1].type = ACPI_TYPE_INTEGER;
in amdgpu_atif_call()
107
atif_arg_elements
[1].integer.value = 0;
in amdgpu_atif_call()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_acpi.c
150
union acpi_object
atif_arg_elements
[2];
in amdgpu_atif_call()
local
155
atif_arg.pointer = &
atif_arg_elements
[0];
in amdgpu_atif_call()
157
atif_arg_elements
[0].type = ACPI_TYPE_INTEGER;
in amdgpu_atif_call()
158
atif_arg_elements
[0].integer.value = function;
in amdgpu_atif_call()
161
atif_arg_elements
[1].type = ACPI_TYPE_BUFFER;
in amdgpu_atif_call()
162
atif_arg_elements
[1].buffer.length = params->length;
in amdgpu_atif_call()
163
atif_arg_elements
[1].buffer.pointer = params->pointer;
in amdgpu_atif_call()
166
atif_arg_elements
[1].type = ACPI_TYPE_INTEGER;
in amdgpu_atif_call()
167
atif_arg_elements
[1].integer.value = 0;
in amdgpu_atif_call()
Completed in 6 milliseconds