Lines Matching full:ldo1
28 LDO1, enumerator
128 /* Set and get the Current of LDO1 - set to 'min' constraint */ in dm_test_power_regulator_set_get_current()
129 platname = regulator_names[LDO1][PLATNAME]; in dm_test_power_regulator_set_get_current()
166 /* Set the Enable of LDO1 - default is disabled */ in dm_test_power_regulator_set_get_enable()
167 platname = regulator_names[LDO1][PLATNAME]; in dm_test_power_regulator_set_get_enable()
171 /* Get the Enable state of LDO1 and compare it with the requested one */ in dm_test_power_regulator_set_get_enable()
206 /* Set the mode id to LDO_OM_SLEEP of LDO1 - default is LDO_OM_OFF */ in dm_test_power_regulator_set_get_mode()
207 platname = regulator_names[LDO1][PLATNAME]; in dm_test_power_regulator_set_get_mode()
211 /* Get the mode id of LDO1 and compare it with the requested one */ in dm_test_power_regulator_set_get_mode()
266 * - LDO1
279 * - LDO1
284 [0] = { /* LDO1 */
306 * LDO1 with fdt properties: in dm_test_power_regulator_autoset_list()