Searched refs:nct3018y (Results 1 – 5 of 5) sorted by relevance
41 struct nct3018y { struct120 struct nct3018y *nct3018y = i2c_get_clientdata(dev_id); in nct3018y_irq() local121 struct i2c_client *client = nct3018y->client; in nct3018y_irq()127 err = nct3018y_get_alarm_mode(nct3018y->client, &alarm_enable, &alarm_flag); in nct3018y_irq()134 rtc_update_irq(nct3018y->rtc, 1, RTC_IRQF | RTC_AF); in nct3018y_irq()135 nct3018y_set_alarm_mode(nct3018y->client, 0); in nct3018y_irq()312 #define clkout_hw_to_nct3018y(_hw) container_of(_hw, struct nct3018y, clkout_hw)324 struct nct3018y *nct3018y = clkout_hw_to_nct3018y(hw); in nct3018y_clkout_recalc_rate() local325 struct i2c_client *client = nct3018y->client; in nct3018y_clkout_recalc_rate()351 struct nct3018y *nct3018y = clkout_hw_to_nct3018y(hw); in nct3018y_clkout_set_rate() local[all …]
114 obj-$(CONFIG_RTC_DRV_NCT3018Y) += rtc-nct3018y.o
394 called "rtc-nct3018y".
365 compatible = "nuvoton,nct3018y";
2491 F: Documentation/devicetree/bindings/rtc/nuvoton,nct3018y.yaml2497 F: drivers/rtc/rtc-nct3018y.c