Home
last modified time | relevance | path

Searched refs:nct3018y (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/rtc/
H A Drtc-nct3018y.c43 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 in nct3018y_rtc_set_time() local
52 clkout_hwnct3018y nct3018y_set_alarm_mode() argument
358 struct nct3018y *nct3018y = clkout_hw_to_nct3018y(hw); nct3018y_clkout_recalc_rate() local
390 struct nct3018y *nct3018y = clkout_hw_to_nct3018y(hw); nct3018y_clkout_set_rate() local
410 struct nct3018y *nct3018y = clkout_hw_to_nct3018y(hw); nct3018y_clkout_control() local
438 struct nct3018y *nct3018y = clkout_hw_to_nct3018y(hw); nct3018y_clkout_is_prepared() local
458 nct3018y_clkout_register_clk(struct nct3018y * nct3018y) nct3018y_clkout_register_clk() argument
496 struct nct3018y *nct3018y; nct3018y_probe() local
[all...]
H A DMakefile123 obj-$(CONFIG_RTC_DRV_NCT3018Y) += rtc-nct3018y.o
H A DKconfig437 called "rtc-nct3018y".
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-facebook-yosemite4.dts1041 compatible = "nuvoton,nct3018y";
/linux/
H A DMAINTAINERS3279 F: Documentation/devicetree/bindings/rtc/nuvoton,nct3018y.yaml
3285 F: drivers/rtc/rtc-nct3018y.c