Home
last modified time | relevance | path

Searched refs:nvram_old_abi (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/rtc/
H A Dnvmem.c95 if (rtc->nvram_old_abi) in rtc_nvmem_register()
H A Drtc-ds1742.c193 rtc->nvram_old_abi = true; in ds1742_rtc_probe()
H A Drtc-rp5c01.c254 rtc->nvram_old_abi = true; in rp5c01_rtc_probe()
H A Drtc-m48t86.c257 info->rtc->nvram_old_abi = true; in m48t86_rtc_probe()
H A Drtc-tx4939.c269 rtc->nvram_old_abi = true; in tx4939_rtc_probe()
H A Drtc-stk17ta8.c314 pdata->rtc->nvram_old_abi = true; in stk17ta8_rtc_probe()
H A Drtc-ds1553.c297 pdata->rtc->nvram_old_abi = true; in ds1553_rtc_probe()
H A Drtc-ds1511.c469 pdata->rtc->nvram_old_abi = true; in ds1511_rtc_probe()
H A Drtc-ds1343.c402 priv->rtc->nvram_old_abi = true; in ds1343_probe()
H A Drtc-m48t59.c466 m48t59->rtc->nvram_old_abi = true; in m48t59_rtc_probe()
H A Drtc-ds1305.c697 ds1305->rtc->nvram_old_abi = true; in ds1305_probe()
H A Drtc-rv8803.c588 rv8803->rtc->nvram_old_abi = true; in rv8803_probe()
H A Drtc-cmos.c926 cmos_rtc.rtc->nvram_old_abi = true; in cmos_do_probe()
H A Drtc-ds1685.c1319 rtc_dev->nvram_old_abi = true; in ds1685_rtc_probe()
H A Drtc-ds1307.c2058 ds1307->rtc->nvram_old_abi = true; in ds1307_probe()
/OK3568_Linux_fs/kernel/include/linux/
H A Drtc.h127 bool nvram_old_abi; member