Searched refs:update_val (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/regulator/ |
| D | ab8500.c | 74 u8 update_val; member 221 info->update_mask, info->update_val); in ab8500_regulator_enable() 231 info->update_mask, info->update_val); in ab8500_regulator_enable() 392 info->update_val = val; in ab8500_regulator_set_mode() 435 val = info->update_val; in ab8500_regulator_get_mode() 585 .update_val = 0x01, 608 .update_val = 0x04, 631 .update_val = 0x01, 653 .update_val = 0x44, 681 .update_val = 0x02, [all …]
|
| D | ab8500-ext.c | 503 u8 update_val; member 527 regval = info->update_val; in ab8500_ext_regulator_enable() 659 info->update_val = regval; in ab8500_ext_regulator_set_mode() 674 if (info->update_val == info->update_val_hp) in ab8500_ext_regulator_get_mode() 676 else if (info->update_val == info->update_val_lp) in ab8500_ext_regulator_get_mode() 747 .update_val = 0x01, 764 .update_val = 0x04, 781 .update_val = 0x10, 830 info->update_val = 0x30; in ab8500_ext_regulator_probe()
|