Searched full:max31335 (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/rtc/ |
| H A D | rtc-max31335.c | 3 * RTC driver for the MAX31335 27 /* MAX31335 Register Map */ 181 /* MAX31335 Miscellaneous Definitions */ 259 struct max31335_data *max31335 = dev_get_drvdata(dev); in max31335_volatile_reg() local 260 const struct chip_desc *chip = max31335->chip; in max31335_volatile_reg() 286 struct max31335_data *max31335 = dev_get_drvdata(dev); in max31335_read_time() local 290 ret = regmap_bulk_read(max31335->regmap, max31335->chip->sec_reg, date, in max31335_read_time() 311 struct max31335_data *max31335 = dev_get_drvdata(dev); in max31335_set_time() local 325 return regmap_bulk_write(max31335->regmap, max31335->chip->sec_reg, date, in max31335_set_time() 331 struct max31335_data *max31335 = dev_get_drvdata(dev); in max31335_read_alarm() local [all …]
|
| H A D | Makefile | 96 obj-$(CONFIG_RTC_DRV_MAX31335) += rtc-max31335.o
|
| H A D | Kconfig | 387 tristate "Analog Devices MAX31335" 394 MAX31335. 397 will be called rtc-max31335.
|
| /linux/Documentation/devicetree/bindings/rtc/ |
| H A D | adi,max31335.yaml | 4 $id: http://devicetree.org/schemas/rtc/adi,max31335.yaml# 7 title: Analog Devices MAX31335 RTC 13 Analog Devices MAX31335 I2C RTC ±2ppm Automotive Real-Time Clock with 23 - adi,max31335 63 compatible = "adi,max31335";
|
| /linux/ |
| H A D | MAINTAINERS | 15195 MAX31335 RTC DRIVER 15200 F: Documentation/devicetree/bindings/rtc/adi,max31335.yaml 15201 F: drivers/rtc/rtc-max31335.c
|