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:lru_index
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/regulator/
H
A
D
tps62360-regulator.c
74
int
lru_index
[4];
member
100
int new_vset_reg = tps->
lru_index
[3];
in find_voltage_set_register()
104
if (tps->curr_vset_vsel[tps->
lru_index
[i]] == req_vsel) {
in find_voltage_set_register()
105
new_vset_reg = tps->
lru_index
[i];
in find_voltage_set_register()
114
tps->
lru_index
[i] = tps->
lru_index
[i - 1];
in find_voltage_set_register()
116
tps->
lru_index
[0] = new_vset_reg;
in find_voltage_set_register()
426
tps->
lru_index
[0] = tps->curr_vset_id;
in tps62360_probe()
459
tps->
lru_index
[i] = i;
in tps62360_probe()
460
tps->
lru_index
[
in tps62360_probe()
[all...]
H
A
D
max8973-regulator.c
119
int
lru_index
[MAX8973_MAX_VOUT_REG];
member
150
int new_vout_reg = tps->
lru_index
[MAX8973_MAX_VOUT_REG - 1];
in find_voltage_set_register()
154
if (tps->curr_vout_val[tps->
lru_index
[i]] == req_vsel) {
in find_voltage_set_register()
155
new_vout_reg = tps->
lru_index
[i];
in find_voltage_set_register()
164
tps->
lru_index
[i] = tps->
lru_index
[i - 1];
in find_voltage_set_register()
166
tps->
lru_index
[0] = new_vout_reg;
in find_voltage_set_register()
704
max->
lru_index
[0] = max->curr_vout_reg;
in max8973_probe()
726
max->
lru_index
[i] = i;
in max8973_probe()
727
max->
lru_index
[
in max8973_probe()
[all...]
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
tps62360-regulator.c
60
int
lru_index
[4];
member
86
int new_vset_reg = tps->
lru_index
[3];
in find_voltage_set_register()
90
if (tps->curr_vset_vsel[tps->
lru_index
[i]] == req_vsel) {
in find_voltage_set_register()
91
new_vset_reg = tps->
lru_index
[i];
in find_voltage_set_register()
100
tps->
lru_index
[i] = tps->
lru_index
[i - 1];
in find_voltage_set_register()
102
tps->
lru_index
[0] = new_vset_reg;
in find_voltage_set_register()
401
tps->
lru_index
[0] = tps->curr_vset_id;
in tps62360_probe()
432
tps->
lru_index
[i] = i;
in tps62360_probe()
433
tps->
lru_index
[
in tps62360_probe()
[all...]
H
A
D
max8973-regulator.c
106
int
lru_index
[MAX8973_MAX_VOUT_REG];
member
137
int new_vout_reg = tps->
lru_index
[MAX8973_MAX_VOUT_REG - 1];
in find_voltage_set_register()
141
if (tps->curr_vout_val[tps->
lru_index
[i]] == req_vsel) {
in find_voltage_set_register()
142
new_vout_reg = tps->
lru_index
[i];
in find_voltage_set_register()
151
tps->
lru_index
[i] = tps->
lru_index
[i - 1];
in find_voltage_set_register()
153
tps->
lru_index
[0] = new_vout_reg;
in find_voltage_set_register()
672
max->
lru_index
[0] = max->curr_vout_reg;
in max8973_probe()
694
max->
lru_index
[i] = i;
in max8973_probe()
695
max->
lru_index
[
in max8973_probe()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/
H
A
D
smartpqi_init.c
5932
u8
lru_index
;
in pqi_is_parity_write_stream()
local
5964
lru_index
= 0;
in pqi_is_parity_write_stream()
5984
lru_index
= i;
in pqi_is_parity_write_stream()
5991
lru_index
= i;
in pqi_is_parity_write_stream()
5996
pqi_stream_data = &device->stream_data[
lru_index
];
in pqi_is_parity_write_stream()
Completed in 15 milliseconds