Home
last modified time | relevance | path

Searched refs:ds2404 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/rtc/
H A Drtc-ds2404.c29 struct ds2404 { struct
57 static void ds2404_reset(struct ds2404 *chip) in ds2404_reset()
67 static void ds2404_write_byte(struct ds2404 *chip, u8 byte) in ds2404_write_byte()
82 static u8 ds2404_read_byte(struct ds2404 *chip) in ds2404_read_byte()
100 static void ds2404_read_memory(struct ds2404 *chip, u16 offset, in ds2404_read_memory()
111 static void ds2404_write_memory(struct ds2404 *chip, u16 offset, in ds2404_write_memory()
149 static void ds2404_enable_osc(struct ds2404 *chip) in ds2404_enable_osc()
158 struct ds2404 *chip = dev_get_drvdata(dev); in ds2404_read_time()
171 struct ds2404 *chip = dev_get_drvdata(dev); in ds2404_set_time()
184 struct ds2404 *chip; in rtc_probe()
[all …]
H A DMakefile63 obj-$(CONFIG_RTC_DRV_DS2404) += rtc-ds2404.o
H A DKconfig1104 will be called rtc-ds2404.