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:current_info_idx
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/regulator/
H
A
D
ti-abb-regulator.c
97
* @
current_info_idx
: current index to info
116
int
current_info_idx
;
member
340
if (sel == abb->
current_info_idx
) {
in ti_abb_set_voltage_sel()
352
if (abb->
current_info_idx
== -EINVAL)
in ti_abb_set_voltage_sel()
356
oinfo = &abb->info[abb->
current_info_idx
];
in ti_abb_set_voltage_sel()
359
sel, abb->
current_info_idx
);
in ti_abb_set_voltage_sel()
368
abb->
current_info_idx
= sel;
in ti_abb_set_voltage_sel()
402
if (abb->
current_info_idx
>= (int)desc->n_voltages) {
in ti_abb_get_voltage_sel()
404
__func__, abb->
current_info_idx
, desc->n_voltages);
in ti_abb_get_voltage_sel()
408
return abb->
current_info_idx
;
in ti_abb_get_voltage_sel()
[all...]
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
ti-abb-regulator.c
89
* @
current_info_idx
: current index to info
108
int
current_info_idx
;
member
332
if (sel == abb->
current_info_idx
) {
in ti_abb_set_voltage_sel()
344
if (abb->
current_info_idx
== -EINVAL)
in ti_abb_set_voltage_sel()
348
oinfo = &abb->info[abb->
current_info_idx
];
in ti_abb_set_voltage_sel()
351
sel, abb->
current_info_idx
);
in ti_abb_set_voltage_sel()
360
abb->
current_info_idx
= sel;
in ti_abb_set_voltage_sel()
394
if (abb->
current_info_idx
>= (int)desc->n_voltages) {
in ti_abb_get_voltage_sel()
396
__func__, abb->
current_info_idx
, desc->n_voltages);
in ti_abb_get_voltage_sel()
400
return abb->
current_info_idx
;
in ti_abb_get_voltage_sel()
[all...]
Completed in 2 milliseconds