Home
last modified time | relevance | path

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

/linux/drivers/rtc/
H A Drtc-ds2404.c29 struct ds2404 { struct
36 static int ds2404_gpio_map(struct ds2404 *chip, struct platform_device *pdev) in ds2404_gpio_map() argument
56 static void ds2404_reset(struct ds2404 *chip) in ds2404_reset()
66 static void ds2404_write_byte(struct ds2404 *chip, u8 byte) in ds2404_write_byte()
81 static u8 ds2404_read_byte(struct ds2404 *chip) in ds2404_read_byte()
99 static void ds2404_read_memory(struct ds2404 *chip, u16 offset, in ds2404_read_memory()
110 static void ds2404_write_memory(struct ds2404 *chip, u16 offset, in ds2404_write_memory()
148 static void ds2404_enable_osc(struct ds2404 *chip) in ds2404_enable_osc()
157 struct ds2404 *chip = dev_get_drvdata(dev); in ds2404_read_time()
170 struct ds2404 *chi in ds2404_set_time()
[all...]
H A DMakefile66 obj-$(CONFIG_RTC_DRV_DS2404) += rtc-ds2404.o
H A DKconfig1163 will be called rtc-ds2404.