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:full_count
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H
A
D
sharpsl_pm.c
294
sharpsl_pm.
full_count
= 0;
in sharpsl_charge_on()
367
sharpsl_pm.
full_count
++;
in sharpsl_chrg_full_timer()
373
} else if (sharpsl_pm.
full_count
< 2) {
in sharpsl_chrg_full_timer()
716
sharpsl_pm.
full_count
= 0;
in sharpsl_off_charge_battery()
723
if (sharpsl_pm.
full_count
== 0) {
in sharpsl_off_charge_battery()
748
sharpsl_pm.
full_count
++;
in sharpsl_off_charge_battery()
768
if (sharpsl_pm.
full_count
> SHARPSL_CHARGE_RETRY_CNT) {
in sharpsl_off_charge_battery()
770
sharpsl_pm.
full_count
= 0;
in sharpsl_off_charge_battery()
772
sharpsl_pm.
full_count
++;
in sharpsl_off_charge_battery()
H
A
D
sharpsl_pm.h
84
int
full_count
;
member
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H
A
D
sharpsl_pm.c
290
sharpsl_pm.
full_count
= 0;
in sharpsl_charge_on()
363
sharpsl_pm.
full_count
++;
in sharpsl_chrg_full_timer()
369
} else if (sharpsl_pm.
full_count
< 2) {
in sharpsl_chrg_full_timer()
712
sharpsl_pm.
full_count
= 0;
in sharpsl_off_charge_battery()
719
if (sharpsl_pm.
full_count
== 0) {
in sharpsl_off_charge_battery()
744
sharpsl_pm.
full_count
++;
in sharpsl_off_charge_battery()
764
if (sharpsl_pm.
full_count
> SHARPSL_CHARGE_RETRY_CNT) {
in sharpsl_off_charge_battery()
766
sharpsl_pm.
full_count
= 0;
in sharpsl_off_charge_battery()
768
sharpsl_pm.
full_count
++;
in sharpsl_off_charge_battery()
H
A
D
sharpsl_pm.h
84
int
full_count
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/
H
A
D
intel_guc_log.h
54
u32
full_count
;
member
H
A
D
intel_guc_log.c
239
log->relay.
full_count
++;
in guc_read_update_log_buffer()
709
drm_printf(p, "\tRelay full count: %u\n", log->relay.
full_count
);
in intel_guc_log_info()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H
A
D
intel_guc_log.h
65
u32
full_count
;
member
H
A
D
intel_guc_log.c
402
log->relay.
full_count
++;
in _guc_log_copy_debuglogs_for_relay()
863
drm_printf(p, "\tRelay full count: %u\n", log->relay.
full_count
);
in intel_guc_log_info()
H
A
D
intel_guc_capture.c
1299
unsigned int buffer_size, read_offset, write_offset,
full_count
;
in __guc_capture_process_output()
local
1322
full_count
= log_buf_state_local.buffer_full_cnt;
in __guc_capture_process_output()
1327
full_count
);
in __guc_capture_process_output()
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H
A
D
mite.c
211
unsigned int
full_count
= fcr_bits & 0xff;
in mite_fifo_size()
local
213
return empty_count +
full_count
;
in mite_fifo_size()
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H
A
D
mite.c
210
unsigned int
full_count
= fcr_bits & 0xff;
in mite_fifo_size()
local
212
return empty_count +
full_count
;
in mite_fifo_size()
/kernel/linux/linux-6.6/drivers/ptp/
H
A
D
ptp_clockmatrix.c
66
s32
full_count
;
in contains_full_configuration()
local
73
full_count
= (scratch - GPIO_USER_CONTROL) -
in contains_full_configuration()
101
return (count >=
full_count
);
in contains_full_configuration()
Completed in 14 milliseconds