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:poll_interval_ms
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
cw2015_battery.c
76
u32
poll_interval_ms
;
member
264
CW2015_BAT_SOC_ERROR_MS / cw_bat->
poll_interval_ms
;
in cw_get_soc()
281
CW2015_BAT_CHARGING_STUCK_MS / cw_bat->
poll_interval_ms
;
in cw_get_soc()
457
msecs_to_jiffies(cw_bat->
poll_interval_ms
));
in cw_bat_work()
584
&cw_bat->
poll_interval_ms
);
in cw2015_parse_properties()
587
cw_bat->
poll_interval_ms
= CW2015_DEFAULT_POLL_INTERVAL_MS;
in cw2015_parse_properties()
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
cw2015_battery.c
77
u32
poll_interval_ms
;
member
265
CW2015_BAT_SOC_ERROR_MS / cw_bat->
poll_interval_ms
;
in cw_get_soc()
282
CW2015_BAT_CHARGING_STUCK_MS / cw_bat->
poll_interval_ms
;
in cw_get_soc()
458
msecs_to_jiffies(cw_bat->
poll_interval_ms
));
in cw_bat_work()
591
&cw_bat->
poll_interval_ms
);
in cw2015_parse_properties()
594
cw_bat->
poll_interval_ms
= CW2015_DEFAULT_POLL_INTERVAL_MS;
in cw2015_parse_properties()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
health.c
843
u64
poll_interval_ms
= mlx5_tout_ms(dev, HEALTH_POLL_INTERVAL);
in mlx5_start_health_poll()
local
852
health->timer.expires = jiffies + msecs_to_jiffies(
poll_interval_ms
);
in mlx5_start_health_poll()
/kernel/linux/linux-6.6/drivers/cxl/core/
H
A
D
memdev.c
776
.
poll_interval_ms
= 1000,
in cxl_mem_abort_fw_xfer()
901
.
poll_interval_ms
= 1000,
in cxl_fw_write()
/kernel/linux/linux-6.6/drivers/cxl/
H
A
D
cxlmem.h
120
* @
poll_interval_ms
: (input) Time between mailbox background command polling
138
int
poll_interval_ms
;
member
H
A
D
pci.c
312
timeout = mbox_cmd->
poll_interval_ms
;
in __cxl_pci_mbox_send_cmd()
Completed in 11 milliseconds