ezx_pcap_read      29 drivers/input/misc/pcap_keys.c 	ezx_pcap_read(pcap_keys->pcap, PCAP_REG_PSTAT, &pstat);
ezx_pcap_read     107 drivers/mfd/ezx-pcap.c EXPORT_SYMBOL_GPL(ezx_pcap_read);
ezx_pcap_read     184 drivers/mfd/ezx-pcap.c 		ezx_pcap_read(pcap, PCAP_REG_MSR, &msr);
ezx_pcap_read     185 drivers/mfd/ezx-pcap.c 		ezx_pcap_read(pcap, PCAP_REG_ISR, &isr);
ezx_pcap_read     189 drivers/mfd/ezx-pcap.c 			ezx_pcap_read(pcap, PCAP_REG_INT_SEL, &int_sel);
ezx_pcap_read     222 drivers/mfd/ezx-pcap.c 	ezx_pcap_read(pcap, PCAP_REG_ADC, &tmp);
ezx_pcap_read     234 drivers/mfd/ezx-pcap.c 	ezx_pcap_read(pcap, PCAP_REG_ADC, &tmp);
ezx_pcap_read     254 drivers/mfd/ezx-pcap.c 	ezx_pcap_read(pcap, PCAP_REG_ADC, &tmp);
ezx_pcap_read     282 drivers/mfd/ezx-pcap.c 	ezx_pcap_read(pcap, PCAP_REG_ADC, &tmp);
ezx_pcap_read     287 drivers/mfd/ezx-pcap.c 	ezx_pcap_read(pcap, PCAP_REG_ADR, &tmp);
ezx_pcap_read     169 drivers/regulator/pcap-regulator.c 	ezx_pcap_read(pcap, vreg->reg, &tmp);
ezx_pcap_read     205 drivers/regulator/pcap-regulator.c 	ezx_pcap_read(pcap, vreg->reg, &tmp);
ezx_pcap_read      48 drivers/rtc/rtc-pcap.c 	ezx_pcap_read(pcap_rtc->pcap, PCAP_REG_RTC_TODA, &tod);
ezx_pcap_read      51 drivers/rtc/rtc-pcap.c 	ezx_pcap_read(pcap_rtc->pcap, PCAP_REG_RTC_DAYA, &days);
ezx_pcap_read      80 drivers/rtc/rtc-pcap.c 	ezx_pcap_read(pcap_rtc->pcap, PCAP_REG_RTC_TOD, &tod);
ezx_pcap_read      83 drivers/rtc/rtc-pcap.c 	ezx_pcap_read(pcap_rtc->pcap, PCAP_REG_RTC_DAY, &days);
ezx_pcap_read      29 include/linux/mfd/ezx-pcap.h int ezx_pcap_read(struct pcap_chip *, u8, u32 *);