Searched refs:nct3018y (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/rtc/ |
D | rtc-nct3018y.c | 41 struct nct3018y { struct 120 struct nct3018y *nct3018y = i2c_get_clientdata(dev_id); in nct3018y_irq() local 121 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() local 325 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 …]
|
D | Makefile | 115 obj-$(CONFIG_RTC_DRV_NCT3018Y) += rtc-nct3018y.o
|
D | Kconfig | 394 called "rtc-nct3018y".
|
/linux-6.1.9/Documentation/devicetree/bindings/rtc/ |
D | nuvoton,nct3018y.yaml | 4 $id: http://devicetree.org/schemas/rtc/nuvoton,nct3018y.yaml# 18 const: nuvoton,nct3018y 40 compatible = "nuvoton,nct3018y";
|
/linux-6.1.9/ |
D | MAINTAINERS | 2529 F: Documentation/devicetree/bindings/rtc/nuvoton,nct3018y.yaml 2535 F: drivers/rtc/rtc-nct3018y.c
|