Searched refs:suspend_reg (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/regulator/ |
D | bd71828-regulator.c | 234 .suspend_reg = BD71828_REG_BUCK1_SUSP_VOLT, 276 .suspend_reg = BD71828_REG_BUCK2_SUSP_VOLT, 316 .suspend_reg = BD71828_REG_BUCK3_VOLT, 357 .suspend_reg = BD71828_REG_BUCK4_VOLT, 398 .suspend_reg = BD71828_REG_BUCK5_VOLT, 436 .suspend_reg = BD71828_REG_BUCK6_SUSP_VOLT, 473 .suspend_reg = BD71828_REG_BUCK7_SUSP_VOLT, 513 .suspend_reg = BD71828_REG_LDO1_VOLT, 553 .suspend_reg = BD71828_REG_LDO2_VOLT, 593 .suspend_reg = BD71828_REG_LDO3_VOLT, [all …]
|
D | rohm-regulator.c | 75 reg = dvs->suspend_reg; in rohm_regulator_set_dvs_levels()
|
D | bd718x7-regulator.c | 657 .suspend_reg = BD718XX_REG_BUCK1_VOLT_SUSP, 998 .suspend_reg = BD718XX_REG_BUCK1_VOLT_SUSP,
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
D | rohm-generic.h | 60 unsigned int suspend_reg; member
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 41886 +static struct rk808_reg_data *suspend_reg, *resume_reg; 42357 + suspend_reg = rk805_suspend_reg; 42382 + suspend_reg = rk816_suspend_reg; 42396 + suspend_reg = rk818_suspend_reg; 42573 + suspend_reg[i].addr, 42574 + suspend_reg[i].mask, 42575 + suspend_reg[i].value); 42578 + suspend_reg[i].addr);
|