Searched full:nct3018y (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/rtc/ |
H A D | rtc-nct3018y.c | 43 struct nct3018y { struct 123 struct nct3018y *nct3018y = i2c_get_clientdata(dev_id); in nct3018y_irq() local 124 struct i2c_client *client = nct3018y->client; in nct3018y_irq() 130 err = nct3018y_get_alarm_mode(nct3018y->client, &alarm_enable, &alarm_flag); in nct3018y_irq() 137 rtc_update_irq(nct3018y->rtc, 1, RTC_IRQF | RTC_AF); in nct3018y_irq() 138 nct3018y_set_alarm_mode(nct3018y->client, 0); in nct3018y_irq() 147 * In the routines that deal directly with the nct3018y hardware, we use 183 struct nct3018y *nct3018y = dev_get_drvdata(dev); in nct3018y_rtc_set_time() local 195 if (nct3018y->part_num == NCT3018Y_REG_PART_NCT3018Y && !(flags & NCT3018Y_BIT_TWO)) { in nct3018y_rtc_set_time() 239 if (nct3018y->part_num == NCT3018Y_REG_PART_NCT3018Y) in nct3018y_rtc_set_time() [all …]
|
H A D | Makefile | 120 obj-$(CONFIG_RTC_DRV_NCT3018Y) += rtc-nct3018y.o
|
H A D | Kconfig | 410 tristate "Nuvoton NCT3018Y" 413 If you say yes here you get support for the Nuvoton NCT3018Y I2C RTC 417 called "rtc-nct3018y".
|
/linux/Documentation/devicetree/bindings/rtc/ |
H A D | nuvoton,nct3018y.yaml | 4 $id: http://devicetree.org/schemas/rtc/nuvoton,nct3018y.yaml# 7 title: NUVOTON NCT3018Y Real Time Clock 18 const: nuvoton,nct3018y 40 compatible = "nuvoton,nct3018y";
|
/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-facebook-catalina.dts | 657 compatible = "nuvoton,nct3018y";
|
/linux/ |
H A D | MAINTAINERS | 2795 F: Documentation/devicetree/bindings/rtc/nuvoton,nct3018y.yaml 2801 F: drivers/rtc/rtc-nct3018y.c
|