Home
last modified time | relevance | path

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

/freebsd/sys/dev/mmc/
H A Dmmc_fdt_helpers.c75 if (regulator_check_voltage(helper->vqmmc_supply, 1200000) == 0) in mmc_fdt_parse()
81 if (regulator_check_voltage(helper->vqmmc_supply, 1800000) == 0) in mmc_fdt_parse()
91 if (regulator_check_voltage(helper->vqmmc_supply, 3300000) == 0) in mmc_fdt_parse()
/freebsd/sys/dev/regulator/
H A Dregulator.h140 int regulator_check_voltage(regulator_t reg, int uvolt);
H A Dregulator.c1036 regulator_check_voltage(regulator_t reg, int uvolt) in regulator_check_voltage() function