Lines Matching defs:ds1343
2 /* rtc-ds1343.c
71 { "ds1343", DALLAS_MAXIM_DS1343 },
129 struct ds1343_priv *ds1343 = priv;
131 return regmap_bulk_write(ds1343->map, DS1343_NVRAM + off, val, bytes);
137 struct ds1343_priv *ds1343 = priv;
139 return regmap_bulk_read(ds1343->map, DS1343_NVRAM + off, val, bytes);
352 .name = "ds1343-",
381 dev_err(&spi->dev, "spi regmap init failed for rtc ds1343\n");
409 "unable to create sysfs entries for rtc ds1343\n");
423 "ds1343", priv);
427 "unable to request irq for rtc ds1343\n");
465 .name = "ds1343",