Searched refs:update_val (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | ab8500-ext.c | 90 * @update_val: bits holding the regulator current mode 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 in ab8500_ext_regulator_probe() [all...] |
H A D | ab8500.c | 165 * @update_val: bits holding the regulator current mode 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 [all...] |
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | ab8500.c | 51 * @update_val: bits holding the regulator current mode 72 u8 update_val; member 191 info->update_mask, info->update_val); in ab8500_regulator_enable() 201 info->update_mask, info->update_val); in ab8500_regulator_enable() 362 info->update_val = val; in ab8500_regulator_set_mode() 405 val = info->update_val; in ab8500_regulator_get_mode() 555 .update_val = 0x01, 578 .update_val = 0x04, 601 .update_val = 0x01, 623 .update_val [all...] |
H A D | ab8500-ext.c | 485 * @update_val: bits holding the regulator current mode 500 u8 update_val; member 524 regval = info->update_val; in ab8500_ext_regulator_enable() 656 info->update_val = regval; in ab8500_ext_regulator_set_mode() 671 if (info->update_val == info->update_val_hp) in ab8500_ext_regulator_get_mode() 673 else if (info->update_val == info->update_val_lp) in ab8500_ext_regulator_get_mode() 745 .update_val = 0x01, 763 .update_val = 0x04, 781 .update_val = 0x10, 813 info->update_val in ab8500_ext_regulator_probe() [all...] |
Completed in 5 milliseconds