/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | ab3100.c | 160 struct ab3100_regulator *abreg = rdev_get_drvdata(reg); in ab3100_enable_regulator() local 164 err = abx500_get_register_interruptible(abreg->dev, 0, abreg->regreg, in ab3100_enable_regulator() 168 abreg->regreg); in ab3100_enable_regulator() 178 err = abx500_set_register_interruptible(abreg->dev, 0, abreg->regreg, in ab3100_enable_regulator() 182 abreg->regreg); in ab3100_enable_regulator() 191 struct ab3100_regulator *abreg = rdev_get_drvdata(reg); in ab3100_disable_regulator() local 200 if (abreg->regreg == AB3100_LDO_D) { in ab3100_disable_regulator() 203 return abx500_set_register_interruptible(abreg in ab3100_disable_regulator() 224 struct ab3100_regulator *abreg = rdev_get_drvdata(reg); ab3100_is_enabled_regulator() local 241 struct ab3100_regulator *abreg = rdev_get_drvdata(reg); ab3100_get_voltage_regulator() local 275 struct ab3100_regulator *abreg = rdev_get_drvdata(reg); ab3100_set_voltage_regulator_sel() local 304 struct ab3100_regulator *abreg = rdev_get_drvdata(reg); ab3100_set_suspend_voltage_regulator() local 347 struct ab3100_regulator *abreg = rdev_get_drvdata(reg); ab3100_get_voltage_regulator_external() local [all...] |
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | unwind_decoder.c | 54 * UNW_DEC_RESTORE(fmt,t,abreg,arg) 55 * UNW_DEC_RESTORE_P(fmt,qp,t,abreg,arg) 58 * UNW_DEC_SPILL_PSPREL(fmt,t,abreg,pspoff,arg) 59 * UNW_DEC_SPILL_PSPREL_P(fmt,qp,t,abreg,pspoff,arg) 60 * UNW_DEC_SPILL_REG(fmt,t,abreg,x,ytreg,arg) 61 * UNW_DEC_SPILL_REG_P(fmt,qp,t,abreg,x,ytreg,arg) 62 * UNW_DEC_SPILL_SPREL(fmt,t,abreg,spoff,arg) 63 * UNW_DEC_SPILL_SPREL_P(fmt,qp,t,abreg,pspoff,arg) 88 unsigned char byte1, abreg; in unw_decode_x1() local 94 abreg in unw_decode_x1() 105 unsigned char byte1, byte2, abreg, x, ytreg; unw_decode_x2() local 123 unsigned char byte1, byte2, abreg, qp; unw_decode_x3() local 143 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; unw_decode_x4() local [all...] |
H A D | unwind.c | 683 decode_abreg (unsigned char abreg, int memory) in decode_abreg() 685 switch (abreg) { in decode_abreg() 686 case 0x04 ... 0x07: return UNW_REG_R4 + (abreg - 0x04); in decode_abreg() 687 case 0x22 ... 0x25: return UNW_REG_F2 + (abreg - 0x22); in decode_abreg() 688 case 0x30 ... 0x3f: return UNW_REG_F16 + (abreg - 0x30); in decode_abreg() 689 case 0x41 ... 0x45: return UNW_REG_B1 + (abreg - 0x41); in decode_abreg() 704 UNW_DPRINT(0, "unwind.%s: bad abreg=0x%x\n", __func__, abreg); in decode_abreg() 1087 desc_restore_p (unsigned char qp, unw_word t, unsigned char abreg, struct unw_state_record *sr) in desc_restore_p() 1094 r = sr->curr.reg + decode_abreg(abreg, in desc_restore_p() 681 decode_abreg(unsigned char abreg, int memory) decode_abreg() argument 1085 desc_restore_p(unsigned char qp, unw_word t, unsigned char abreg, struct unw_state_record *sr) desc_restore_p() argument 1099 desc_spill_reg_p(unsigned char qp, unw_word t, unsigned char abreg, unsigned char x, unsigned char ytreg, struct unw_state_record *sr) desc_spill_reg_p() argument 1120 desc_spill_psprel_p(unsigned char qp, unw_word t, unsigned char abreg, unw_word pspoff, struct unw_state_record *sr) desc_spill_psprel_p() argument 1135 desc_spill_sprel_p(unsigned char qp, unw_word t, unsigned char abreg, unw_word spoff, struct unw_state_record *sr) desc_spill_sprel_p() argument [all...] |
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | unwind_decoder.c | 54 * UNW_DEC_RESTORE(fmt,t,abreg,arg) 55 * UNW_DEC_RESTORE_P(fmt,qp,t,abreg,arg) 58 * UNW_DEC_SPILL_PSPREL(fmt,t,abreg,pspoff,arg) 59 * UNW_DEC_SPILL_PSPREL_P(fmt,qp,t,abreg,pspoff,arg) 60 * UNW_DEC_SPILL_REG(fmt,t,abreg,x,ytreg,arg) 61 * UNW_DEC_SPILL_REG_P(fmt,qp,t,abreg,x,ytreg,arg) 62 * UNW_DEC_SPILL_SPREL(fmt,t,abreg,spoff,arg) 63 * UNW_DEC_SPILL_SPREL_P(fmt,qp,t,abreg,pspoff,arg) 88 unsigned char byte1, abreg; in unw_decode_x1() local 94 abreg in unw_decode_x1() 105 unsigned char byte1, byte2, abreg, x, ytreg; unw_decode_x2() local 123 unsigned char byte1, byte2, abreg, qp; unw_decode_x3() local 143 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; unw_decode_x4() local [all...] |
H A D | unwind.c | 683 decode_abreg (unsigned char abreg, int memory) in decode_abreg() 685 switch (abreg) { in decode_abreg() 686 case 0x04 ... 0x07: return UNW_REG_R4 + (abreg - 0x04); in decode_abreg() 687 case 0x22 ... 0x25: return UNW_REG_F2 + (abreg - 0x22); in decode_abreg() 688 case 0x30 ... 0x3f: return UNW_REG_F16 + (abreg - 0x30); in decode_abreg() 689 case 0x41 ... 0x45: return UNW_REG_B1 + (abreg - 0x41); in decode_abreg() 704 UNW_DPRINT(0, "unwind.%s: bad abreg=0x%x\n", __func__, abreg); in decode_abreg() 1087 desc_restore_p (unsigned char qp, unw_word t, unsigned char abreg, struct unw_state_record *sr) in desc_restore_p() 1094 r = sr->curr.reg + decode_abreg(abreg, in desc_restore_p() 681 decode_abreg(unsigned char abreg, int memory) decode_abreg() argument 1085 desc_restore_p(unsigned char qp, unw_word t, unsigned char abreg, struct unw_state_record *sr) desc_restore_p() argument 1099 desc_spill_reg_p(unsigned char qp, unw_word t, unsigned char abreg, unsigned char x, unsigned char ytreg, struct unw_state_record *sr) desc_spill_reg_p() argument 1120 desc_spill_psprel_p(unsigned char qp, unw_word t, unsigned char abreg, unw_word pspoff, struct unw_state_record *sr) desc_spill_psprel_p() argument 1135 desc_spill_sprel_p(unsigned char qp, unw_word t, unsigned char abreg, unw_word spoff, struct unw_state_record *sr) desc_spill_sprel_p() argument [all...] |
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | ab3100-core.c | 613 u8 abreg; member 619 .abreg = AB3100_MCA, 622 .abreg = AB3100_MCB, 625 .abreg = AB3100_IMRA1, 628 .abreg = AB3100_IMRA2, 631 .abreg = AB3100_IMRA3, 634 .abreg = AB3100_IMRB1, 637 .abreg = AB3100_IMRB2, 640 .abreg = AB3100_IMRB3, 643 .abreg [all...] |