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:charge_mode
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H
A
D
sharpsl_pm.c
189
if (sharpsl_pm.
charge_mode
== CHRG_ON)
in get_percentage()
204
if (sharpsl_pm.
charge_mode
== CHRG_ON) {
in get_apm_status()
234
if (!sharpsl_pm.machinfo->batfull_irq && (sharpsl_pm.
charge_mode
== CHRG_ON)
in sharpsl_battery_thread()
295
sharpsl_pm.
charge_mode
= CHRG_ON;
in sharpsl_charge_on()
306
sharpsl_pm.
charge_mode
= CHRG_OFF;
in sharpsl_charge_off()
315
sharpsl_pm.
charge_mode
= CHRG_ERROR;
in sharpsl_charge_error()
345
if (acin && (sharpsl_pm.
charge_mode
!= CHRG_ON))
in sharpsl_ac_timer()
347
else if (sharpsl_pm.
charge_mode
== CHRG_ON)
in sharpsl_ac_timer()
371
if (sharpsl_pm.
charge_mode
== CHRG_ON)
in sharpsl_chrg_full_timer()
381
sharpsl_pm.
charge_mode
in sharpsl_chrg_full_timer()
[all...]
H
A
D
sharpsl_pm.h
71
int
charge_mode
;
member
H
A
D
corgi_pm.c
110
sharpsl_pm.
charge_mode
= CHRG_OFF;
in corgi_should_wakeup()
H
A
D
spitz_pm.c
144
sharpsl_pm.
charge_mode
= CHRG_OFF;
in spitz_should_wakeup()
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H
A
D
sharpsl_pm.c
185
if (sharpsl_pm.
charge_mode
== CHRG_ON)
in get_percentage()
200
if (sharpsl_pm.
charge_mode
== CHRG_ON) {
in get_apm_status()
230
if (!sharpsl_pm.machinfo->batfull_irq && (sharpsl_pm.
charge_mode
== CHRG_ON)
in sharpsl_battery_thread()
291
sharpsl_pm.
charge_mode
= CHRG_ON;
in sharpsl_charge_on()
302
sharpsl_pm.
charge_mode
= CHRG_OFF;
in sharpsl_charge_off()
311
sharpsl_pm.
charge_mode
= CHRG_ERROR;
in sharpsl_charge_error()
341
if (acin && (sharpsl_pm.
charge_mode
!= CHRG_ON))
in sharpsl_ac_timer()
343
else if (sharpsl_pm.
charge_mode
== CHRG_ON)
in sharpsl_ac_timer()
367
if (sharpsl_pm.
charge_mode
== CHRG_ON)
in sharpsl_chrg_full_timer()
377
sharpsl_pm.
charge_mode
in sharpsl_chrg_full_timer()
[all...]
H
A
D
sharpsl_pm.h
71
int
charge_mode
;
member
H
A
D
spitz_pm.c
144
sharpsl_pm.
charge_mode
= CHRG_OFF;
in spitz_should_wakeup()
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
wilco-charger.c
24
enum
charge_mode
{
enum
60
static int charge_mode_to_psp_val(enum
charge_mode
mode)
in charge_mode_to_psp_val()
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
wilco-charger.c
24
enum
charge_mode
{
enum
60
static int charge_mode_to_psp_val(enum
charge_mode
mode)
in charge_mode_to_psp_val()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
iqs7211.c
2213
u16 info_flags,
charge_mode
, gesture_flags;
in iqs7211_report()
local
2274
charge_mode
= info_flags & GENMASK(dev_desc->charge_shift + 2,
in iqs7211_report()
2276
charge_mode
>>= dev_desc->charge_shift;
in iqs7211_report()
2282
if (info_flags & dev_desc->kp_events->mask &&
charge_mode
> 2) {
in iqs7211_report()
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
asus-wmi.c
630
static DEVICE_ATTR_RO(
charge_mode
);
Completed in 13 milliseconds