Searched refs:update_val (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/regulator/ |
H A D | ab8500.c | 186 u8 update_val; member 305 info->update_mask, info->update_val); in ab8500_regulator_enable() 315 info->update_mask, info->update_val); in ab8500_regulator_enable() 476 info->update_val = val; in ab8500_regulator_set_mode() 519 val = info->update_val; in ab8500_regulator_get_mode() 669 .update_val = 0x01, 692 .update_val = 0x04, 715 .update_val = 0x01, 737 .update_val = 0x44, 765 .update_val = 0x02, [all …]
|
H A D | ab8500-ext.c | 105 u8 update_val; member 129 regval = info->update_val; in ab8500_ext_regulator_enable() 261 info->update_val = regval; in ab8500_ext_regulator_set_mode() 276 if (info->update_val == info->update_val_hp) in ab8500_ext_regulator_get_mode() 278 else if (info->update_val == info->update_val_lp) in ab8500_ext_regulator_get_mode() 350 .update_val = 0x01, 368 .update_val = 0x04, 386 .update_val = 0x10, 411 info->update_val = 0x30; in ab8500_ext_regulator_probe()
|