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:notify_device
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/rk3588/kernel/include/linux/power/
H
A
D
bq25700-charge.h
25
const char *
notify_device
; /* name */
member
/device/soc/rockchip/rk3588/kernel/drivers/power/supply/
H
A
D
bq25700_charger.c
1251
/* Ignore event if it was not send by notify_node/
notify_device
*/
in bq2570x_pd_notifier_call()
1256
} else if (bq->plat_data.
notify_device
) {
in bq2570x_pd_notifier_call()
1257
if (strcmp(psy->desc->name, bq->plat_data.
notify_device
) != 0)
in bq2570x_pd_notifier_call()
1661
if (charger->notify_node || charger->plat_data.
notify_device
) {
in bq25700_register_pd_nb()
1685
} else if (charger->plat_data.
notify_device
) {
in bq25700_register_pd_nb()
1687
charger->plat_data.
notify_device
);
in bq25700_register_pd_nb()
Completed in 4 milliseconds