OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:regulator
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/include/linux/regulator/
consumer.h
44
struct
regulator
{
struct
45
struct fdtbus_regulator
regulator
;
member in struct:regulator
49
regulator_get_voltage(struct
regulator
*reg)
54
error = fdtbus_regulator_get_voltage(®->
regulator
, &uvolt);
66
regulator_set_voltage(struct
regulator
*reg, int min_uvolt, int max_uvolt)
73
return -fdtbus_regulator_set_voltage(®->
regulator
, min_uvolt,
79
struct
regulator
;
82
regulator_get_voltage(struct
regulator
*reg)
88
regulator_set_voltage(struct
regulator
*reg, int min_uvolt, int max_uvolt)
/src/sys/arch/arm/rockchip/
rk3399_pcie.c
246
struct fdtbus_regulator *
regulator
;
local
247
regulator
= fdtbus_regulator_acquire(phandle, "vpcie3v3-supply");
248
if (
regulator
!= NULL) {
249
fdtbus_regulator_enable(
regulator
);
250
fdtbus_regulator_release(
regulator
);
/src/sys/dev/i2c/
tps65217pmic.c
127
bool can_track; /*
regulator
can track U of other r. */
128
struct tps_reg_param *tracked_reg; /* ptr to tracked
regulator
*/
142
bool is_enabled; /*
regulator
is enabled */
143
bool is_pg; /*
regulator
is "power good" */
623
/* Read
regulator
state and save it to tps_reg_param. */
626
tps_reg_param *
regulator
)
633
if (regenable & (
regulator
->enable_bit))
634
regulator
->is_enabled = true;
636
regulator
->is_enabled = false;
641
regulator
->defreg_num)
888
struct tps_reg_param *
regulator
= NULL;
local
990
struct tps_reg_param *
regulator
= sc->sc_param;
local
1017
struct tps_reg_param *
regulator
= sc->sc_param;
local
1035
struct tps_reg_param *
regulator
= sc->sc_param;
local
[
all
...]
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026