Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rtc/
Drtc-ds2404.c32 struct ds2404;
35 int (*map_io)(struct ds2404 *chip, struct platform_device *pdev,
37 void (*unmap_io)(struct ds2404 *chip);
49 struct ds2404 { struct
61 static int ds2404_gpio_map(struct ds2404 *chip, struct platform_device *pdev, in ds2404_gpio_map() argument
90 static void ds2404_gpio_unmap(struct ds2404 *chip) in ds2404_gpio_unmap()
228 struct ds2404 *chip; in rtc_probe()
231 chip = devm_kzalloc(&pdev->dev, sizeof(struct ds2404), GFP_KERNEL); in rtc_probe()
265 struct ds2404 *chip = platform_get_drvdata(dev); in rtc_remove()
DMakefile66 obj-$(CONFIG_RTC_DRV_DS2404) += rtc-ds2404.o
DKconfig1038 will be called rtc-ds2404.