Searched refs:regulator_check_voltage (Results 1 – 3 of 3) sorted by relevance
75 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()
140 int regulator_check_voltage(regulator_t reg, int uvolt);
1036 regulator_check_voltage(regulator_t reg, int uvolt) in regulator_check_voltage() function