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:ac_status
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
pda_power.c
50
static int
ac_status
= -1;
variable
142
if (
ac_status
== PDA_PSY_TO_CHANGE) {
in supply_work_func()
143
ac_status
= new_ac_status;
in supply_work_func()
175
ac_status
= PDA_PSY_TO_CHANGE;
in power_changed_isr()
200
if (!ac_irq && new_ac_status !=
ac_status
) {
in polling_work_func()
201
ac_status
= PDA_PSY_TO_CHANGE;
in polling_work_func()
235
ac_status
= PDA_PSY_TO_CHANGE;
in otg_handle_notification()
242
ac_status
= PDA_PSY_TO_CHANGE;
in otg_handle_notification()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
wmm.c
309
struct mwifiex_wmm_ac_status *
ac_status
;
in mwifiex_wmm_eval_downgrade_ac()
local
311
ac_status
= &priv->wmm.
ac_status
[eval_ac];
in mwifiex_wmm_eval_downgrade_ac()
313
if (!
ac_status
->disabled)
in mwifiex_wmm_eval_downgrade_ac()
328
ac_status
= &priv->wmm.
ac_status
[down_ac];
in mwifiex_wmm_eval_downgrade_ac()
330
if (!
ac_status
->disabled && !
ac_status
->flow_required)
in mwifiex_wmm_eval_downgrade_ac()
937
struct mwifiex_wmm_ac_status *
ac_status
;
in mwifiex_ret_wmm_get_status()
local
962
ac_status
in mwifiex_ret_wmm_get_status()
[all...]
H
A
D
main.h
333
struct mwifiex_wmm_ac_status
ac_status
[IEEE80211_NUM_ACS];
member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
wmm.c
297
struct mwifiex_wmm_ac_status *
ac_status
;
in mwifiex_wmm_eval_downgrade_ac()
local
299
ac_status
= &priv->wmm.
ac_status
[eval_ac];
in mwifiex_wmm_eval_downgrade_ac()
301
if (!
ac_status
->disabled)
in mwifiex_wmm_eval_downgrade_ac()
316
ac_status
= &priv->wmm.
ac_status
[down_ac];
in mwifiex_wmm_eval_downgrade_ac()
318
if (!
ac_status
->disabled && !
ac_status
->flow_required)
in mwifiex_wmm_eval_downgrade_ac()
925
struct mwifiex_wmm_ac_status *
ac_status
;
in mwifiex_ret_wmm_get_status()
local
950
ac_status
in mwifiex_ret_wmm_get_status()
[all...]
H
A
D
main.h
323
struct mwifiex_wmm_ac_status
ac_status
[IEEE80211_NUM_ACS];
member
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H
A
D
sharpsl_pm.h
60
int
ac_status
; /* APM AC Present/Not Present */
member
H
A
D
sharpsl_pm.c
231
sharpsl_pm.battstat.
ac_status
= (sharpsl_pm.machinfo->read_devdata(SHARPSL_STATUS_ACIN) ? APM_AC_ONLINE : APM_AC_OFFLINE);
in sharpsl_battery_thread()
254
if ((sharpsl_pm.battstat.
ac_status
== APM_AC_ONLINE)
in sharpsl_battery_thread()
266
if ((sharpsl_pm.battstat.
ac_status
!= APM_AC_ONLINE)
in sharpsl_battery_thread()
806
info->ac_line_status = sharpsl_pm.battstat.
ac_status
;
in sharpsl_apm_get_power_status()
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H
A
D
sharpsl_pm.h
60
int
ac_status
; /* APM AC Present/Not Present */
member
H
A
D
sharpsl_pm.c
227
sharpsl_pm.battstat.
ac_status
= (sharpsl_pm.machinfo->read_devdata(SHARPSL_STATUS_ACIN) ? APM_AC_ONLINE : APM_AC_OFFLINE);
in sharpsl_battery_thread()
250
if ((sharpsl_pm.battstat.
ac_status
== APM_AC_ONLINE)
in sharpsl_battery_thread()
262
if ((sharpsl_pm.battstat.
ac_status
!= APM_AC_ONLINE)
in sharpsl_battery_thread()
802
info->ac_line_status = sharpsl_pm.battstat.
ac_status
;
in sharpsl_apm_get_power_status()
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
mballoc.c
1711
BUG_ON(ac->
ac_status
== AC_STATUS_FOUND);
in ext4_mb_use_best_found()
1721
ac->
ac_status
= AC_STATUS_FOUND;
in ext4_mb_use_best_found()
1763
if (ac->
ac_status
== AC_STATUS_FOUND)
in ext4_mb_check_limits()
1770
ac->
ac_status
= AC_STATUS_BREAK;
in ext4_mb_check_limits()
1813
BUG_ON(ac->
ac_status
!= AC_STATUS_CONTINUE);
in ext4_mb_measure_extent()
2030
while (free && ac->
ac_status
== AC_STATUS_CONTINUE) {
in ext4_mb_complex_scan_group()
2340
BUG_ON(ac->
ac_status
== AC_STATUS_FOUND);
in ext4_mb_regular_allocator()
2344
if (err || ac->
ac_status
== AC_STATUS_FOUND)
in ext4_mb_regular_allocator()
2389
for (; cr < 4 && ac->
ac_status
== AC_STATUS_CONTINUE; cr++) {
in ext4_mb_regular_allocator()
2468
if (ac->
ac_status
!
in ext4_mb_regular_allocator()
[all...]
H
A
D
mballoc.h
169
__u8
ac_status
;
member
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H
A
D
simpad.h
125
unsigned char
ac_status
; /* line connected yes/no */
member
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
mballoc.h
203
__u8
ac_status
;
member
H
A
D
mballoc.c
879
if (ac->
ac_status
== AC_STATUS_FOUND)
in ext4_mb_choose_next_group_p2_aligned()
2137
BUG_ON(ac->
ac_status
== AC_STATUS_FOUND);
in ext4_mb_use_best_found()
2147
ac->
ac_status
= AC_STATUS_FOUND;
in ext4_mb_use_best_found()
2187
if (ac->
ac_status
== AC_STATUS_FOUND)
in ext4_mb_check_limits()
2194
ac->
ac_status
= AC_STATUS_BREAK;
in ext4_mb_check_limits()
2242
BUG_ON(ac->
ac_status
!= AC_STATUS_CONTINUE);
in ext4_mb_measure_extent()
2461
while (free && ac->
ac_status
== AC_STATUS_CONTINUE) {
in ext4_mb_complex_scan_group()
2809
BUG_ON(ac->
ac_status
== AC_STATUS_FOUND);
in ext4_mb_regular_allocator()
2813
if (err || ac->
ac_status
== AC_STATUS_FOUND)
in ext4_mb_regular_allocator()
2856
for (; cr < EXT4_MB_NUM_CRS && ac->
ac_status
in ext4_mb_regular_allocator()
[all...]
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
acpi_tad.c
481
static DEVICE_ATTR_RW(
ac_status
);
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
acpi_tad.c
481
static DEVICE_ATTR_RW(
ac_status
);
Completed in 27 milliseconds