Home
last modified time | relevance | path

Searched defs:regulator (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/arm/ti/twl/
H A Dtwl_vreg.c267 twl_vreg_read_1(struct twl_vreg_softc *sc, struct twl_regulator_entry *regulator, in twl_vreg_read_1()
301 struct twl_regulator_entry *regulator, int millivolts, uint8_t *vsel) in twl_vreg_millivolt_to_vsel()
354 struct twl_regulator_entry *regulator, int *enabled) in twl_vreg_is_regulator_enabled()
428 struct twl_regulator_entry *regulator) in twl_vreg_disable_regulator()
491 struct twl_regulator_entry *regulator) in twl_vreg_enable_regulator()
557 struct twl_regulator_entry *regulator, int millivolts) in twl_vreg_write_regulator_voltage()
623 struct twl_regulator_entry *regulator, int *millivolts) in twl_vreg_read_regulator_voltage()
698 struct twl_regulator_entry *regulator; in twl_vreg_get_voltage() local
741 struct twl_regulator_entry *regulator; in twl_vreg_set_voltage() local
777 struct twl_regulator_entry *regulator; in twl_vreg_sysctl_voltage() local
[all …]
/freebsd-12.1/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu.h165 bhnd_pmu_set_voltage_raw(device_t dev, bhnd_pmu_regulator regulator, in bhnd_pmu_set_voltage_raw()
181 bhnd_pmu_enable_regulator(device_t dev, bhnd_pmu_regulator regulator) in bhnd_pmu_enable_regulator()
196 bhnd_pmu_disable_regulator(device_t dev, bhnd_pmu_regulator regulator) in bhnd_pmu_disable_regulator()
H A Dbhnd_pmu.c418 bhnd_pmu_set_voltage_raw_method(device_t dev, bhnd_pmu_regulator regulator, in bhnd_pmu_set_voltage_raw_method()
447 bhnd_pmu_enable_regulator_method(device_t dev, bhnd_pmu_regulator regulator) in bhnd_pmu_enable_regulator_method()
471 bhnd_pmu_disable_regulator_method(device_t dev, bhnd_pmu_regulator regulator) in bhnd_pmu_disable_regulator_method()
/freebsd-12.1/sys/dev/extres/regulator/
H A Dregulator.c127 struct regulator { struct
130 TAILQ_ENTRY(regulator) link; /* Consumers list entry */ argument
143 SX_SYSINIT(regulator_topology, &regnode_topo_lock, "Regulator topology lock"); argument