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:use_cnt
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/power/supply/
H
A
D
power_supply_core.c
445
if (atomic_read(&psy->
use_cnt
) >= 0 && psy->desc->type == POWER_SUPPLY_TYPE_BATTERY && psy->desc->set_charged) {
in power_supply_set_battery_charged()
480
atomic_inc(&psy->
use_cnt
);
in power_supply_get_by_name()
498
atomic_dec(&psy->
use_cnt
);
in power_supply_put()
538
atomic_inc(&psy->
use_cnt
);
in power_supply_get_by_phandle()
561
atomic_inc(&psy[*count]->
use_cnt
);
in power_supply_match_device_node_array()
939
if (atomic_read(&psy->
use_cnt
) <= 0) {
in power_supply_get_property()
953
if (atomic_read(&psy->
use_cnt
) <= 0 || !psy->desc->set_property) {
in power_supply_set_property()
963
if (atomic_read(&psy->
use_cnt
) <= 0 || !psy->desc->property_is_writeable) {
in power_supply_property_is_writeable()
973
if (atomic_read(&psy->
use_cnt
) <= 0 || !psy->desc->external_power_changed) {
in power_supply_external_power_changed()
1249
* Update
use_cnt
afte
in power_supply_register_ext()
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
power_supply.h
296
atomic_t
use_cnt
;
member
Completed in 5 milliseconds