Searched refs:pcf50633_reg_read (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/power/
H A Dpcf50633-charger.c90 mbcs2 = pcf50633_reg_read(mbc->pcf, PCF50633_REG_MBCS2);
122 chgmod = pcf50633_reg_read(mbc->pcf, PCF50633_REG_MBCS2)
160 u8 mbcs2 = pcf50633_reg_read(mbc->pcf, PCF50633_REG_MBCS2);
171 u8 usblim = pcf50633_reg_read(mbc->pcf, PCF50633_REG_MBCC7) &
209 u8 mbcc5 = pcf50633_reg_read(mbc->pcf, PCF50633_REG_MBCC5);
314 u8 usblim = pcf50633_reg_read(mbc->pcf, PCF50633_REG_MBCC7) &
335 u8 usblim = pcf50633_reg_read(mbc->pcf, PCF50633_REG_MBCC7) &
441 mbcs1 = pcf50633_reg_read(mbc->pcf, PCF50633_REG_MBCS1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dpcf50633-gpio.c78 val = pcf50633_reg_read(pcf, reg) & 0x07;
100 val = pcf50633_reg_read(pcf, reg);
H A Dpcf50633-core.c88 u8 pcf50633_reg_read(struct pcf50633 *pcf, u8 reg) function
98 EXPORT_SYMBOL_GPL(pcf50633_reg_read); variable
178 dump[n1] = pcf50633_reg_read(pcf, n + n1);
286 version = pcf50633_reg_read(pcf, 0);
287 variant = pcf50633_reg_read(pcf, 1);
H A Dpcf50633-adc.c164 adcs1 = pcf50633_reg_read(pcf, PCF50633_REG_ADCS1);
165 adcs3 = pcf50633_reg_read(pcf, PCF50633_REG_ADCS3);
H A Dpcf50633-irq.c143 chgstat = pcf50633_reg_read(pcf, PCF50633_REG_MBCS2);
152 chgstat = pcf50633_reg_read(pcf, PCF50633_REG_MBCS2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Dpcf50633-input.c45 onkey_released = pcf50633_reg_read(input->pcf, PCF50633_REG_OOCSTAT)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/regulator/
H A Dpcf50633-regulator.c198 volt_bits = pcf50633_reg_read(pcf, regnr);
274 return pcf50633_reg_read(pcf, regnr) & PCF50633_REGULATOR_ON;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mfd/pcf50633/
H A Dcore.h68 u8 pcf50633_reg_read(struct pcf50633 *, u8 reg);

Completed in 50 milliseconds