Searched refs:update_val (Results 1 – 2 of 2) sorted by relevance
/drivers/regulator/ |
D | ab8500.c | 74 u8 update_val; member 250 info->update_mask, info->update_val); in ab8500_regulator_enable() 260 info->update_mask, info->update_val); in ab8500_regulator_enable() 421 info->update_val = val; in ab8500_regulator_set_mode() 464 val = info->update_val; in ab8500_regulator_get_mode() 728 .update_val = 0x01, 751 .update_val = 0x04, 774 .update_val = 0x01, 796 .update_val = 0x44, 824 .update_val = 0x02, [all …]
|
D | ab8500-ext.c | 53 u8 update_val; member 77 regval = info->update_val; in ab8500_ext_regulator_enable() 209 info->update_val = regval; in ab8500_ext_regulator_set_mode() 224 if (info->update_val == info->update_val_hp) in ab8500_ext_regulator_get_mode() 226 else if (info->update_val == info->update_val_lp) in ab8500_ext_regulator_get_mode() 297 .update_val = 0x01, 314 .update_val = 0x04, 331 .update_val = 0x10, 393 info->update_val = 0x30; in ab8500_ext_regulator_probe()
|