post_ram_clear    611 drivers/rtc/rtc-ds1685.c 		if (rtc->post_ram_clear != NULL)
post_ram_clear    612 drivers/rtc/rtc-ds1685.c 			rtc->post_ram_clear();
post_ram_clear   1130 drivers/rtc/rtc-ds1685.c 		rtc->post_ram_clear = pdata->plat_post_ram_clear;
post_ram_clear     57 include/linux/rtc/ds1685.h 	void (*post_ram_clear)(void);