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:automode
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
bq2415x_charger.c
173
int
automode
; /* 1 - enabled, 0 - disabled; -1 - not supported */
member
838
/* if
automode
is not enabled do not tell about reported_mode */
in bq2415x_notifier_call()
839
if (bq->
automode
< 1)
in bq2415x_notifier_call()
878
if (bq->
automode
> 0)
in bq2415x_timer_error()
879
bq->
automode
= 0;
in bq2415x_timer_error()
893
if (bq->
automode
> 0 && (bq->reported_mode != bq->mode)) {
in bq2415x_timer_work()
1029
if (bq->
automode
> 0)
in bq2415x_power_supply_exit()
1030
bq->
automode
= 0;
in bq2415x_power_supply_exit()
1110
* auto - if
automode
is supported, enable it and set mode to reported
1127
if (bq->
automode
<
in bq2415x_sysfs_set_mode()
[all...]
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
bq2415x_charger.c
173
int
automode
; /* 1 - enabled, 0 - disabled; -1 - not supported */
member
838
/* if
automode
is not enabled do not tell about reported_mode */
in bq2415x_notifier_call()
839
if (bq->
automode
< 1)
in bq2415x_notifier_call()
878
if (bq->
automode
> 0)
in bq2415x_timer_error()
879
bq->
automode
= 0;
in bq2415x_timer_error()
893
if (bq->
automode
> 0 && (bq->reported_mode != bq->mode)) {
in bq2415x_timer_work()
1029
if (bq->
automode
> 0)
in bq2415x_power_supply_exit()
1030
bq->
automode
= 0;
in bq2415x_power_supply_exit()
1110
* auto - if
automode
is supported, enable it and set mode to reported
1127
if (bq->
automode
<
in bq2415x_sysfs_set_mode()
[all...]
/kernel/linux/linux-5.10/drivers/staging/pi433/
H
A
D
rf69_enum.h
94
automode
,
enumerator
H
A
D
rf69.c
610
case
automode
:
in rf69_get_flag()
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
men_z135_uart.c
126
bool
automode
;
member
578
if (uart->
automode
)
in men_z135_start_tx()
696
uart->
automode
= true;
in men_z135_set_termios()
700
uart->
automode
= false;
in men_z135_set_termios()
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
men_z135_uart.c
126
bool
automode
;
member
575
if (uart->
automode
)
in men_z135_start_tx()
693
uart->
automode
= true;
in men_z135_set_termios()
697
uart->
automode
= false;
in men_z135_set_termios()
Completed in 10 milliseconds