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:enable_count
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/regulator/
H
A
D
internal.h
41
unsigned int
enable_count
;
member
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H
A
D
core.c
84
u32
enable_count
; /* a number of enabled shared GPIO */
member
828
if (regulator->
enable_count
) {
in regulator_total_uA_show()
999
if (sibling->
enable_count
) {
in drms_uA_update()
1352
if (!regulator->
enable_count
) {
in _regulator_handle_consumer_disable()
1357
regulator->
enable_count
--;
in _regulator_handle_consumer_disable()
1358
if (regulator->uA_load && regulator->
enable_count
== 0) {
in _regulator_handle_consumer_disable()
1391
regulator->
enable_count
++;
in _regulator_handle_consumer_enable()
1392
if (regulator->uA_load && regulator->
enable_count
== 1) {
in _regulator_handle_consumer_enable()
2200
regulator->
enable_count
= 1;
in _regulator_get()
2203
regulator->
enable_count
in _regulator_get()
[all...]
/device/soc/rockchip/common/vendor/drivers/rockchip/
H
A
D
pm_domains.c
968
int
enable_count
;
in rockchip_pd_keepon_do_release()
local
974
enable_count
= 0;
in rockchip_pd_keepon_do_release()
977
enable_count
= 1;
in rockchip_pd_keepon_do_release()
981
if (
enable_count
) {
in rockchip_pd_keepon_do_release()
/device/soc/rockchip/common/sdk_linux/drivers/soc/rockchip/
H
A
D
pm_domains.c
982
int
enable_count
;
in rockchip_pd_keepon_do_release()
local
988
enable_count
= 0;
in rockchip_pd_keepon_do_release()
991
enable_count
= 1;
in rockchip_pd_keepon_do_release()
995
if (
enable_count
) {
in rockchip_pd_keepon_do_release()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_vop2.c
685
unsigned int
enable_count
;
member
3222
if (vop2->
enable_count
== 0) {
in vop2_initial()
3277
vop2->
enable_count
++;
in vop2_initial()
3306
if (--vop2->
enable_count
> 0) {
in vop2_disable()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_vop2.c
709
unsigned int
enable_count
;
member
3215
if (vop2->
enable_count
== 0) {
in vop2_initial()
3282
vop2->
enable_count
++;
in vop2_initial()
3310
if (--vop2->
enable_count
> 0)
in vop2_disable()
Completed in 35 milliseconds