Lines Matching full:ldo1
31 LDO1, enumerator
131 /* Set and get the Current of LDO1 - set to 'min' constraint */ in dm_test_power_regulator_set_get_current()
132 platname = regulator_names[LDO1][PLATNAME]; in dm_test_power_regulator_set_get_current()
169 /* Set the Enable of LDO1 - default is disabled */ in dm_test_power_regulator_set_get_enable()
170 platname = regulator_names[LDO1][PLATNAME]; in dm_test_power_regulator_set_get_enable()
174 /* Get the Enable state of LDO1 and compare it with the requested one */ in dm_test_power_regulator_set_get_enable()
188 /* Set the mode id to LDO_OM_SLEEP of LDO1 - default is LDO_OM_OFF */ in dm_test_power_regulator_set_get_mode()
189 platname = regulator_names[LDO1][PLATNAME]; in dm_test_power_regulator_set_get_mode()
193 /* Get the mode id of LDO1 and compare it with the requested one */ in dm_test_power_regulator_set_get_mode()
248 * - LDO1
261 * - LDO1
266 [0] = { /* LDO1 */
288 * LDO1 with fdt properties: in dm_test_power_regulator_autoset_list()