Home
last modified time | relevance | path

Searched full:max31335 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/rtc/
H A Drtc-max31335.c3 * 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 DMakefile98 obj-$(CONFIG_RTC_DRV_MAX31335) += rtc-max31335.o
/linux/Documentation/devicetree/bindings/rtc/
H A Dadi,max31335.yaml4 $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 DMAINTAINERS16021 MAX31335 RTC DRIVER
16026 F: Documentation/devicetree/bindings/rtc/adi,max31335.yaml
16027 F: drivers/rtc/rtc-max31335.c