Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/rtc/
Drtc-ds2404.c29 struct ds2404 { struct
37 static int ds2404_gpio_map(struct ds2404 *chip, struct platform_device *pdev) in ds2404_gpio_map() argument
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()
[all …]
DMakefile63 obj-$(CONFIG_RTC_DRV_DS2404) += rtc-ds2404.o
DKconfig1104 will be called rtc-ds2404.