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:regulator_enabled
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/core/
H
A
D
regulator.c
117
if (result == 0 && !mmc->
regulator_enabled
) {
in mmc_regulator_set_ocr()
120
mmc->
regulator_enabled
= true;
in mmc_regulator_set_ocr()
122
} else if (mmc->
regulator_enabled
) {
in mmc_regulator_set_ocr()
125
mmc->
regulator_enabled
= false;
in mmc_regulator_set_ocr()
/kernel/linux/linux-6.6/drivers/mmc/core/
H
A
D
regulator.c
120
if (result == 0 && !mmc->
regulator_enabled
) {
in mmc_regulator_set_ocr()
123
mmc->
regulator_enabled
= true;
in mmc_regulator_set_ocr()
125
} else if (mmc->
regulator_enabled
) {
in mmc_regulator_set_ocr()
128
mmc->
regulator_enabled
= false;
in mmc_regulator_set_ocr()
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
pda_power.c
108
static int
regulator_enabled
;
in update_charger()
local
125
if (!
regulator_enabled
) {
in update_charger()
128
regulator_enabled
= 1;
in update_charger()
131
if (
regulator_enabled
) {
in update_charger()
134
regulator_enabled
= 0;
in update_charger()
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
pwm-fan.c
46
bool
regulator_enabled
;
member
127
if (!ctx->
regulator_enabled
&& on) {
in pwm_fan_switch_power()
130
ctx->
regulator_enabled
= true;
in pwm_fan_switch_power()
131
} else if (ctx->
regulator_enabled
&& !on) {
in pwm_fan_switch_power()
134
ctx->
regulator_enabled
= false;
in pwm_fan_switch_power()
/kernel/linux/linux-5.10/drivers/phy/
H
A
D
phy-lgm-usb.c
46
bool
regulator_enabled
;
member
123
if (!!on == ta->
regulator_enabled
)
in phy_set_vbus()
132
ta->
regulator_enabled
= on;
in phy_set_vbus()
/kernel/linux/linux-6.6/drivers/phy/
H
A
D
phy-lgm-usb.c
46
bool
regulator_enabled
;
member
123
if (!!on == ta->
regulator_enabled
)
in phy_set_vbus()
132
ta->
regulator_enabled
= on;
in phy_set_vbus()
/kernel/linux/linux-5.10/include/linux/mmc/
H
A
D
host.h
445
bool
regulator_enabled
; /* regulator state */
member
/kernel/linux/linux-6.6/include/linux/mmc/
H
A
D
host.h
495
bool
regulator_enabled
; /* regulator state */
member
Completed in 7 milliseconds