Searched refs:bq4802 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-bq4802.c1 /* rtc-bq4802.c: TI BQ4802 RTC driver.
19 struct bq4802 { struct
25 u8 (*read)(struct bq4802 *, int);
26 void (*write)(struct bq4802 *, int, u8);
29 static u8 bq4802_read_io(struct bq4802 *p, int off)
34 static void bq4802_write_io(struct bq4802 *p, int off, u8 val)
39 static u8 bq4802_read_mem(struct bq4802 *p, int off)
44 static void bq4802_write_mem(struct bq4802 *p, int off, u8 val)
52 struct bq4802 *p = platform_get_drvdata(pdev);
95 struct bq4802 *
[all...]
H A DMakefile28 obj-$(CONFIG_RTC_DRV_BQ4802) += rtc-bq4802.o

Completed in 106 milliseconds