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:bypass_count
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/regulator/
H
A
D
driver.h
430
u32
bypass_count
;
member
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H
A
D
core.c
4460
rdev->
bypass_count
++;
in regulator_allow_bypass()
4462
if (rdev->
bypass_count
== rdev->open_count) {
in regulator_allow_bypass()
4467
rdev->
bypass_count
--;
in regulator_allow_bypass()
4473
rdev->
bypass_count
--;
in regulator_allow_bypass()
4475
if (rdev->
bypass_count
!= rdev->open_count) {
in regulator_allow_bypass()
4480
rdev->
bypass_count
++;
in regulator_allow_bypass()
5147
debugfs_create_u32("
bypass_count
", CORE_FILE_PROPERTY_B, rdev->debugfs, &rdev->
bypass_count
);
in rdev_init_debugfs()
5924
rdev_get_name(rdev), rdev->use_count, rdev->open_count, rdev->
bypass_count
,
in regulator_summary_show_subtree()
Completed in 8 milliseconds