Home
last modified time | relevance | path

Searched refs:rx6110 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/rtc/
H A Drtc-rx6110.c320 if (IS_ERR(rx6110->rtc)) in rx6110_probe()
321 return PTR_ERR(rx6110->rtc); in rx6110_probe()
323 err = rx6110_init(rx6110); in rx6110_probe()
346 struct rx6110_data *rx6110; in rx6110_spi_probe() local
356 rx6110 = devm_kzalloc(&spi->dev, sizeof(*rx6110), GFP_KERNEL); in rx6110_spi_probe()
357 if (!rx6110) in rx6110_spi_probe()
361 if (IS_ERR(rx6110->regmap)) { in rx6110_spi_probe()
366 spi_set_drvdata(spi, rx6110); in rx6110_spi_probe()
423 struct rx6110_data *rx6110; in rx6110_i2c_probe() local
432 rx6110 = devm_kzalloc(&client->dev, sizeof(*rx6110), GFP_KERNEL); in rx6110_i2c_probe()
[all …]
H A DMakefile151 obj-$(CONFIG_RTC_DRV_RX6110) += rtc-rx6110.o
H A DKconfig948 will be called rtc-rx6110.
/openbmc/linux/Documentation/devicetree/bindings/rtc/
H A Depson,rx6110.txt11 - compatible: should be: "epson,rx6110"
17 compatible = "epson,rx6110"
25 - compatible: should be: "epson,rx6110"
34 compatible = "epson,rx6110"