Home
last modified time | relevance | path

Searched refs:bhnd_pmu_paref_ldo_enable (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu.c452 error = bhnd_pmu_paref_ldo_enable(sc, true); in bhnd_pmu_enable_regulator_method()
476 error = bhnd_pmu_paref_ldo_enable(sc, false); in bhnd_pmu_disable_regulator_method()
H A Dbhnd_pmu_private.h130 int bhnd_pmu_paref_ldo_enable(struct bhnd_pmu_softc *sc,
H A Dbhnd_pmu_subr.c3361 bhnd_pmu_paref_ldo_enable(struct bhnd_pmu_softc *sc, bool enable) in bhnd_pmu_paref_ldo_enable() function