bq4802 26 drivers/rtc/rtc-bq4802.c u8 (*read)(struct bq4802 *, int); bq4802 27 drivers/rtc/rtc-bq4802.c void (*write)(struct bq4802 *, int, u8); bq4802 30 drivers/rtc/rtc-bq4802.c static u8 bq4802_read_io(struct bq4802 *p, int off) bq4802 35 drivers/rtc/rtc-bq4802.c static void bq4802_write_io(struct bq4802 *p, int off, u8 val) bq4802 40 drivers/rtc/rtc-bq4802.c static u8 bq4802_read_mem(struct bq4802 *p, int off) bq4802 45 drivers/rtc/rtc-bq4802.c static void bq4802_write_mem(struct bq4802 *p, int off, u8 val) bq4802 52 drivers/rtc/rtc-bq4802.c struct bq4802 *p = dev_get_drvdata(dev); bq4802 94 drivers/rtc/rtc-bq4802.c struct bq4802 *p = dev_get_drvdata(dev); bq4802 144 drivers/rtc/rtc-bq4802.c struct bq4802 *p = devm_kzalloc(&pdev->dev, sizeof(*p), GFP_KERNEL);