Home
last modified time | relevance | path

Searched refs:devm_rtc_allocate_device (Results 1 – 25 of 41) sorted by relevance

12

/Linux-v4.19/drivers/rtc/
Dclass.c460 struct rtc_device *devm_rtc_allocate_device(struct device *dev) in devm_rtc_allocate_device() function
496 EXPORT_SYMBOL_GPL(devm_rtc_allocate_device);
Drtc-ls1x.c174 rtcdev = devm_rtc_allocate_device(&pdev->dev); in ls1x_rtc_probe()
Drtc-test.c129 rtd->rtc = devm_rtc_allocate_device(&plat_dev->dev); in test_probe()
Drtc-ftrtc010.c168 rtc->rtc_dev = devm_rtc_allocate_device(dev); in ftrtc010_rtc_probe()
Drtc-rx8581.c206 rx8581->rtc = devm_rtc_allocate_device(&client->dev); in rx8581_probe()
Drtc-ds1742.c191 rtc = devm_rtc_allocate_device(&pdev->dev); in ds1742_rtc_probe()
Drtc-puv3.c216 rtc = devm_rtc_allocate_device(&pdev->dev); in puv3_rtc_probe()
Drtc-rp5c01.c248 rtc = devm_rtc_allocate_device(&dev->dev); in rp5c01_rtc_probe()
Drtc-brcmstb-waketimer.c226 timer->rtc = devm_rtc_allocate_device(dev); in brcmstb_waketmr_probe()
Drtc-tps6586x.c259 rtc->rtc = devm_rtc_allocate_device(&pdev->dev); in tps6586x_rtc_probe()
Drtc-vr41xx.c295 rtc = devm_rtc_allocate_device(&pdev->dev); in rtc_probe()
Drtc-st-lpc.c215 rtc->rtc_dev = devm_rtc_allocate_device(&pdev->dev); in st_rtc_probe()
Drtc-m48t86.c262 info->rtc = devm_rtc_allocate_device(&pdev->dev); in m48t86_rtc_probe()
Drtc-tx4939.c282 rtc = devm_rtc_allocate_device(&pdev->dev); in tx4939_rtc_probe()
Drtc-mxc_v2.c337 pdata->rtc = devm_rtc_allocate_device(&pdev->dev); in mxc_rtc_probe()
Drtc-pcf85363.c351 pcf85363->rtc = devm_rtc_allocate_device(pcf85363->dev); in pcf85363_probe()
Drtc-88pm80x.c288 info->rtc_dev = devm_rtc_allocate_device(&pdev->dev); in pm80x_rtc_probe()
Drtc-mrst.c342 mrst_rtc.rtc = devm_rtc_allocate_device(dev); in vrtc_mrst_do_probe()
Drtc-tps65910.c383 tps_rtc->rtc = devm_rtc_allocate_device(&pdev->dev); in tps65910_rtc_probe()
Drtc-ds1553.c297 pdata->rtc = devm_rtc_allocate_device(&pdev->dev); in ds1553_rtc_probe()
Drtc-stk17ta8.c314 pdata->rtc = devm_rtc_allocate_device(&pdev->dev); in stk17ta8_rtc_probe()
Drtc-at91rm9200.c405 rtc = devm_rtc_allocate_device(&pdev->dev); in at91_rtc_probe()
Drtc-ds1511.c468 pdata->rtc = devm_rtc_allocate_device(&pdev->dev); in ds1511_rtc_probe()
Drtc-sunxi.c448 chip->rtc = devm_rtc_allocate_device(&pdev->dev); in sunxi_rtc_probe()
/Linux-v4.19/include/linux/
Drtc.h178 struct rtc_device *devm_rtc_allocate_device(struct device *dev);

12