Searched refs:ldo_voltage_map (Results 1 – 3 of 3) sorted by relevance
90 static const struct voltage_map_desc *ldo_voltage_map[] = { variable127 if (ldo >= ARRAY_SIZE(ldo_voltage_map)) in max8998_list_voltage()130 desc = ldo_voltage_map[ldo]; in max8998_list_voltage()317 if (ldo >= ARRAY_SIZE(ldo_voltage_map)) in max8998_set_voltage_ldo()320 desc = ldo_voltage_map[ldo]; in max8998_set_voltage_ldo()371 if (buck >= ARRAY_SIZE(ldo_voltage_map)) in max8998_set_voltage_buck()374 desc = ldo_voltage_map[buck]; in max8998_set_voltage_buck()841 desc = ldo_voltage_map[id]; in max8998_pmic_probe()
110 static const int *ldo_voltage_map[] = { variable118 #define LDO_VOL_VALUE_MAP(x) (ldo_voltage_map[(x - LP3971_LDO1)])
112 static const int *ldo_voltage_map[] = { variable162 #define LP3972_LDO_VOL_VALUE_MAP(x) (ldo_voltage_map[x])