Searched refs:ds1343 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-ds1343.c | 2 /* rtc-ds1343.c 71 { "ds1343", DALLAS_MAXIM_DS1343 }, 129 struct ds1343_priv *ds1343 = priv; in ds1343_nvram_write() local 131 return regmap_bulk_write(ds1343->map, DS1343_NVRAM + off, val, bytes); in ds1343_nvram_write() 137 struct ds1343_priv *ds1343 = priv; in ds1343_nvram_read() local 139 return regmap_bulk_read(ds1343->map, DS1343_NVRAM + off, val, bytes); in ds1343_nvram_read() 352 .name = "ds1343-", in ds1343_probe() 381 dev_err(&spi->dev, "spi regmap init failed for rtc ds1343\n"); in ds1343_probe() 410 "unable to create sysfs entries for rtc ds1343\n"); in ds1343_probe() 424 "ds1343", pri in ds1343_probe() [all...] |
H A D | Makefile | 56 obj-$(CONFIG_RTC_DRV_DS1343) += rtc-ds1343.o
|
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-ds1343.c | 2 /* rtc-ds1343.c 71 { "ds1343", DALLAS_MAXIM_DS1343 }, 129 struct ds1343_priv *ds1343 = priv; in ds1343_nvram_write() local 131 return regmap_bulk_write(ds1343->map, DS1343_NVRAM + off, val, bytes); in ds1343_nvram_write() 137 struct ds1343_priv *ds1343 = priv; in ds1343_nvram_read() local 139 return regmap_bulk_read(ds1343->map, DS1343_NVRAM + off, val, bytes); in ds1343_nvram_read() 352 .name = "ds1343-", in ds1343_probe() 381 dev_err(&spi->dev, "spi regmap init failed for rtc ds1343\n"); in ds1343_probe() 409 "unable to create sysfs entries for rtc ds1343\n"); in ds1343_probe() 423 "ds1343", pri in ds1343_probe() [all...] |
H A D | Makefile | 54 obj-$(CONFIG_RTC_DRV_DS1343) += rtc-ds1343.o
|
Completed in 7 milliseconds