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:index_of_id
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/
H
A
D
gpio_service.c
61
uint32_t
index_of_id
;
in dal_gpio_service_create()
local
84
index_of_id
= 0;
in dal_gpio_service_create()
89
service->factory.number_of_pins[
index_of_id
];
in dal_gpio_service_create()
93
service->busyness[
index_of_id
] =
in dal_gpio_service_create()
97
if (!service->busyness[
index_of_id
]) {
in dal_gpio_service_create()
103
service->busyness[
index_of_id
][i] = 0;
in dal_gpio_service_create()
107
service->busyness[
index_of_id
] = NULL;
in dal_gpio_service_create()
110
++
index_of_id
;
in dal_gpio_service_create()
111
} while (
index_of_id
< GPIO_ID_COUNT);
in dal_gpio_service_create()
117
while (
index_of_id
) {
in dal_gpio_service_create()
205
uint32_t
index_of_id
= 0;
dal_gpio_service_destroy()
local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/gpio/
H
A
D
gpio_service.c
59
uint32_t
index_of_id
;
in dal_gpio_service_create()
local
82
index_of_id
= 0;
in dal_gpio_service_create()
87
service->factory.number_of_pins[
index_of_id
];
in dal_gpio_service_create()
91
service->busyness[
index_of_id
] =
in dal_gpio_service_create()
95
if (!service->busyness[
index_of_id
]) {
in dal_gpio_service_create()
101
service->busyness[
index_of_id
][i] = 0;
in dal_gpio_service_create()
105
service->busyness[
index_of_id
] = NULL;
in dal_gpio_service_create()
108
++
index_of_id
;
in dal_gpio_service_create()
109
} while (
index_of_id
< GPIO_ID_COUNT);
in dal_gpio_service_create()
115
while (
index_of_id
) {
in dal_gpio_service_create()
203
uint32_t
index_of_id
= 0;
dal_gpio_service_destroy()
local
[all...]
Completed in 2 milliseconds