Searched refs:nct3018y (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/rtc/ |
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() 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() 346 #define clkout_hw_to_nct3018y(_hw) container_of(_hw, struct nct3018y, clkout_hw) [all …]
|
D | Makefile | 118 obj-$(CONFIG_RTC_DRV_NCT3018Y) += rtc-nct3018y.o
|
D | Kconfig | 407 called "rtc-nct3018y".
|
/linux-6.12.1/arch/arm/boot/dts/aspeed/ |
D | aspeed-bmc-facebook-yosemite4.dts | 365 compatible = "nuvoton,nct3018y";
|
D | aspeed-bmc-facebook-catalina.dts | 657 compatible = "nuvoton,nct3018y";
|
/linux-6.12.1/ |
D | MAINTAINERS | 2750 F: Documentation/devicetree/bindings/rtc/nuvoton,nct3018y.yaml 2756 F: drivers/rtc/rtc-nct3018y.c
|