Searched refs:voltages_fallback (Results 1 – 2 of 2) sorted by relevance
243 *desc = ®ulator->voltages_fallback.desc; in regulator_supported_voltages()244 *levels = regulator->voltages_fallback.levels; in regulator_supported_voltages()298 regulator->voltages_fallback.desc.type = VOLTAGE_TYPE_FULL_LIST; in regulator_register()299 regulator->voltages_fallback.desc.num_levels = 1; in regulator_register()300 regulator->voltages_fallback.levels[0] = regulator->min_uv; in regulator_register()302 regulator->voltages_fallback.desc.type = VOLTAGE_TYPE_INCREMENT; in regulator_register()303 regulator->voltages_fallback.levels[0] = regulator->min_uv; in regulator_register()304 regulator->voltages_fallback.levels[1] = regulator->max_uv; in regulator_register()305 regulator->voltages_fallback.levels[2] = 1; in regulator_register()
115 struct voltages_fallback { struct118 } voltages_fallback; member