Searched refs:ds2404 (Results 1 – 3 of 3) sorted by relevance
32 struct ds2404;35 int (*map_io)(struct ds2404 *chip, struct platform_device *pdev,37 void (*unmap_io)(struct ds2404 *chip);49 struct ds2404 { struct61 static int ds2404_gpio_map(struct ds2404 *chip, struct platform_device *pdev, in ds2404_gpio_map() argument90 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()
66 obj-$(CONFIG_RTC_DRV_DS2404) += rtc-ds2404.o
1038 will be called rtc-ds2404.