Searched refs:ibat (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/iio/adc/ |
| H A D | mt6359-auxadc.c | 167 const struct iio_chan_spec *chan, int *vbat, int *ibat); 486 const struct iio_chan_spec *chan, int *vbat, int *ibat) in mt6358_read_imp() argument 506 if (ibat) in mt6358_read_imp() 507 *ibat = 0; in mt6358_read_imp() 513 const struct iio_chan_spec *chan, int *vbat, int *ibat) in mt6359_read_imp() argument 545 if (ibat) in mt6359_read_imp() 546 *ibat = val_i; in mt6359_read_imp()
|
| /linux/drivers/power/supply/ |
| H A D | bd71828-power.c | 51 unsigned int ibat; member 71 .ibat = BD71828_REG_IBAT_U, 92 .ibat = BD71815_REG_CC_CURCD_U, 112 .ibat = BD72720_REG_CC_CURCD_U, 194 int regs[] = { pwr->regs->ibat, pwr->regs->ibat_avg }; in bd71828_get_current_ds_adc()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-power-ltc4162l | 18 What: /sys/class/power_supply/ltc4162-l/ibat
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_32_mmu.c | 139 bat = &vcpu_book3s->ibat[i]; in kvmppc_mmu_book3s_32_xlate_bat()
|
| H A D | book3s_emulate.c | 660 bat = &vcpu_book3s->ibat[(sprn - SPRN_IBAT0U) / 2]; in kvmppc_find_bat() 663 bat = &vcpu_book3s->ibat[4 + ((sprn - SPRN_IBAT4U) / 2)]; in kvmppc_find_bat()
|
| /linux/tools/arch/powerpc/include/uapi/asm/ |
| H A D | kvm.h | 175 __u64 ibat[8]; member
|