Searched refs:pcf2127 (Results 1 – 3 of 3) sorted by relevance
41 struct pcf2127 { struct196 struct pcf2127 *pcf2127; in pcf2127_probe() local203 pcf2127 = devm_kzalloc(&client->dev, sizeof(struct pcf2127), in pcf2127_probe()205 if (!pcf2127) in pcf2127_probe()208 i2c_set_clientdata(client, pcf2127); in pcf2127_probe()210 pcf2127->rtc = devm_rtc_device_register(&client->dev, in pcf2127_probe()214 return PTR_ERR_OR_ZERO(pcf2127->rtc); in pcf2127_probe()
109 obj-$(CONFIG_RTC_DRV_PCF2127) += rtc-pcf2127.o
411 will be called rtc-pcf2127.