pcf8583 43 drivers/rtc/rtc-pcf8583.c #define get_ctrl(x) ((struct pcf8583 *)i2c_get_clientdata(x))->ctrl pcf8583 281 drivers/rtc/rtc-pcf8583.c struct pcf8583 *pcf8583; pcf8583 286 drivers/rtc/rtc-pcf8583.c pcf8583 = devm_kzalloc(&client->dev, sizeof(struct pcf8583), pcf8583 288 drivers/rtc/rtc-pcf8583.c if (!pcf8583) pcf8583 291 drivers/rtc/rtc-pcf8583.c i2c_set_clientdata(client, pcf8583); pcf8583 293 drivers/rtc/rtc-pcf8583.c pcf8583->rtc = devm_rtc_device_register(&client->dev, pcf8583 297 drivers/rtc/rtc-pcf8583.c return PTR_ERR_OR_ZERO(pcf8583->rtc);