Searched refs:regulator (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/arm/ti/twl/
H A Dtwl_vreg.c48 * Each override should be a pair, the first entry is the name of the regulator
49 * the second is the voltage (in millivolts) to set for the given regulator.
92 * Register offsets within a LDO regulator register set
267 twl_vreg_read_1(struct twl_vreg_softc *sc, struct twl_regulator_entry *regulator, argument
270 return (twl_read(sc->sc_pdev, regulator->sub_dev,
271 regulator->reg_off + off, val, 1));
275 twl_vreg_write_1(struct twl_vreg_softc *sc, struct twl_regulator_entry *regulator, argument
278 return (twl_write(sc->sc_pdev, regulator->sub_dev,
279 regulator->reg_off + off, &val, 1));
284 * for a desired voltage and regulator
300 twl_vreg_millivolt_to_vsel(struct twl_vreg_softc *sc, struct twl_regulator_entry *regulator, int millivolts, uint8_t *vsel) argument
353 twl_vreg_is_regulator_enabled(struct twl_vreg_softc *sc, struct twl_regulator_entry *regulator, int *enabled) argument
427 twl_vreg_disable_regulator(struct twl_vreg_softc *sc, struct twl_regulator_entry *regulator) argument
490 twl_vreg_enable_regulator(struct twl_vreg_softc *sc, struct twl_regulator_entry *regulator) argument
556 twl_vreg_write_regulator_voltage(struct twl_vreg_softc *sc, struct twl_regulator_entry *regulator, int millivolts) argument
622 twl_vreg_read_regulator_voltage(struct twl_vreg_softc *sc, struct twl_regulator_entry *regulator, int *millivolts) argument
698 struct twl_regulator_entry *regulator; local
741 struct twl_regulator_entry *regulator; local
777 struct twl_regulator_entry *regulator; local
1016 struct twl_regulator_entry *regulator; local
[all...]

Completed in 97 milliseconds