Searched refs:bq4802 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-bq4802.c | 2 /* rtc-bq4802.c: TI BQ4802 RTC driver. 20 struct bq4802 { struct 26 u8 (*read)(struct bq4802 *, int); 27 void (*write)(struct bq4802 *, int, u8); 30 static u8 bq4802_read_io(struct bq4802 *p, int off) in bq4802_read_io() 35 static void bq4802_write_io(struct bq4802 *p, int off, u8 val) in bq4802_write_io() 40 static u8 bq4802_read_mem(struct bq4802 *p, int off) in bq4802_read_mem() 45 static void bq4802_write_mem(struct bq4802 *p, int off, u8 val) in bq4802_write_mem() 52 struct bq4802 *p = dev_get_drvdata(dev); in bq4802_read_time() 94 struct bq4802 * in bq4802_set_time() [all...] |
H A D | Makefile | 38 obj-$(CONFIG_RTC_DRV_BQ4802) += rtc-bq4802.o
|
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-bq4802.c | 2 /* rtc-bq4802.c: TI BQ4802 RTC driver. 20 struct bq4802 { struct 26 u8 (*read)(struct bq4802 *, int); 27 void (*write)(struct bq4802 *, int, u8); 30 static u8 bq4802_read_io(struct bq4802 *p, int off) in bq4802_read_io() 35 static void bq4802_write_io(struct bq4802 *p, int off, u8 val) in bq4802_write_io() 40 static u8 bq4802_read_mem(struct bq4802 *p, int off) in bq4802_read_mem() 45 static void bq4802_write_mem(struct bq4802 *p, int off, u8 val) in bq4802_write_mem() 52 struct bq4802 *p = dev_get_drvdata(dev); in bq4802_read_time() 94 struct bq4802 * in bq4802_set_time() [all...] |
H A D | Makefile | 39 obj-$(CONFIG_RTC_DRV_BQ4802) += rtc-bq4802.o
|
Completed in 2 milliseconds