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:charger_type
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
da9052-battery.c
170
int
charger_type
;
member
249
bat->
charger_type
= DA9052_CHARGER;
in da9052_bat_check_status()
273
bat->
charger_type
= DA9052_CHARGER;
in da9052_bat_check_status()
276
bat->
charger_type
= DA9052_NOCHARGER;
in da9052_bat_check_status()
513
(bat->
charger_type
== DA9052_NOCHARGER) ? 0 : 1;
in da9052_bat_get_property()
601
bat->
charger_type
= DA9052_NOCHARGER;
in da9052_bat_probe()
H
A
D
abx500_chargalg.c
61
enum abx500_chargers
charger_type
;
member
355
if (di->chg_info.
charger_type
& USB_CHG) {
in abx500_chargalg_check_charger_enable()
359
} else if ((di->chg_info.
charger_type
& AC_CHG) &&
in abx500_chargalg_check_charger_enable()
386
if (di->chg_info.
charger_type
!= AC_CHG) {
in abx500_chargalg_check_charger_connection()
387
di->chg_info.
charger_type
= AC_CHG;
in abx500_chargalg_check_charger_connection()
393
di->chg_info.
charger_type
= USB_CHG;
in abx500_chargalg_check_charger_connection()
399
di->chg_info.
charger_type
= NO_CHG;
in abx500_chargalg_check_charger_connection()
403
di->chg_info.
charger_type
= NO_CHG;
in abx500_chargalg_check_charger_connection()
440
switch (di->chg_info.
charger_type
) {
in abx500_chargalg_start_safety_timer()
614
di->chg_info.
charger_type
in abx500_chargalg_update_chg_curr()
[all...]
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
da9052-battery.c
170
int
charger_type
;
member
249
bat->
charger_type
= DA9052_CHARGER;
in da9052_bat_check_status()
273
bat->
charger_type
= DA9052_CHARGER;
in da9052_bat_check_status()
276
bat->
charger_type
= DA9052_NOCHARGER;
in da9052_bat_check_status()
513
(bat->
charger_type
== DA9052_NOCHARGER) ? 0 : 1;
in da9052_bat_get_property()
601
bat->
charger_type
= DA9052_NOCHARGER;
in da9052_bat_probe()
H
A
D
ab8500_chargalg.c
67
enum ab8500_chargers
charger_type
;
member
333
if (di->chg_info.
charger_type
& USB_CHG) {
in ab8500_chargalg_check_charger_enable()
337
} else if (di->chg_info.
charger_type
& AC_CHG) {
in ab8500_chargalg_check_charger_enable()
358
if (di->chg_info.
charger_type
!= AC_CHG) {
in ab8500_chargalg_check_charger_connection()
359
di->chg_info.
charger_type
= AC_CHG;
in ab8500_chargalg_check_charger_connection()
364
di->chg_info.
charger_type
= USB_CHG;
in ab8500_chargalg_check_charger_connection()
368
di->chg_info.
charger_type
= NO_CHG;
in ab8500_chargalg_check_charger_connection()
388
switch (di->chg_info.
charger_type
) {
in ab8500_chargalg_start_safety_timer()
543
di->chg_info.
charger_type
& AC_CHG) {
in ab8500_chargalg_update_chg_curr()
555
di->chg_info.
charger_type
in ab8500_chargalg_update_chg_curr()
[all...]
H
A
D
qcom_pmi8998_charger.c
556
unsigned int
charger_type
, current_ua;
in smb2_status_change_work()
local
569
rc = smb2_apsd_get_charger_type(chip, &
charger_type
);
in smb2_status_change_work()
589
switch (
charger_type
) {
in smb2_status_change_work()
/kernel/linux/linux-5.10/drivers/acpi/dptf/
H
A
D
dptf_power.c
48
DPTF_POWER_SHOW(
charger_type
, CTYP)
59
static DEVICE_ATTR_RO(
charger_type
);
/kernel/linux/linux-6.6/drivers/acpi/dptf/
H
A
D
dptf_power.c
46
DPTF_POWER_SHOW(
charger_type
, CTYP)
57
static DEVICE_ATTR_RO(
charger_type
);
Completed in 8 milliseconds