Searched defs:regulator (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/arm/ti/twl/ |
H A D | twl_vreg.c | 260 twl_vreg_read_1(struct twl_vreg_softc *sc, struct twl_regulator_entry *regulator, in twl_vreg_read_1() 268 twl_vreg_write_1(struct twl_vreg_softc *sc, struct twl_regulator_entry *regulator, in twl_vreg_write_1() 294 struct twl_regulator_entry *regulator, int millivolts, uint8_t *vsel) in twl_vreg_millivolt_to_vsel() 346 struct twl_regulator_entry *regulator, int *enabled) in twl_vreg_is_regulator_enabled() 418 struct twl_regulator_entry *regulator) in twl_vreg_disable_regulator() 479 struct twl_regulator_entry *regulator) in twl_vreg_enable_regulator() 542 struct twl_regulator_entry *regulator, int millivolts) in twl_vreg_write_regulator_voltage() 606 struct twl_regulator_entry *regulator, int *millivolts) in twl_vreg_read_regulator_voltage() 679 struct twl_regulator_entry *regulator; in twl_vreg_get_voltage() local 722 struct twl_regulator_entry *regulator; in twl_vreg_set_voltage() local [all …]
|
/freebsd/sys/dev/bhnd/cores/pmu/ |
H A D | bhnd_pmu.h | 163 bhnd_pmu_set_voltage_raw(device_t dev, bhnd_pmu_regulator regulator, in bhnd_pmu_set_voltage_raw() 179 bhnd_pmu_enable_regulator(device_t dev, bhnd_pmu_regulator regulator) in bhnd_pmu_enable_regulator() 194 bhnd_pmu_disable_regulator(device_t dev, bhnd_pmu_regulator regulator) in bhnd_pmu_disable_regulator()
|
H A D | bhnd_pmu.c | 413 bhnd_pmu_set_voltage_raw_method(device_t dev, bhnd_pmu_regulator regulator, in bhnd_pmu_set_voltage_raw_method() 442 bhnd_pmu_enable_regulator_method(device_t dev, bhnd_pmu_regulator regulator) in bhnd_pmu_enable_regulator_method() 466 bhnd_pmu_disable_regulator_method(device_t dev, bhnd_pmu_regulator regulator) in bhnd_pmu_disable_regulator_method()
|
/freebsd/sys/dev/regulator/ |
H A D | regulator.c | 132 struct regulator { struct 135 TAILQ_ENTRY(regulator) link; /* Consumers list entry */ argument 148 SX_SYSINIT(regulator_topology, ®node_topo_lock, "Regulator topology lock"); argument
|
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt8173-elm.dtsi | 952 regulator: mt6397regulator { global() label [all...] |
/freebsd/sys/arm64/rockchip/ |
H A D | rk3568_pcie.c | 100 regulator_t regulator; member
|