Home
last modified time | relevance | path

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

123456

/drivers/rtc/
A Dclass.c363 struct rtc_device *devm_rtc_allocate_device(struct device *dev) in devm_rtc_allocate_device() function
390 EXPORT_SYMBOL_GPL(devm_rtc_allocate_device);
465 rtc = devm_rtc_allocate_device(dev); in devm_rtc_device_register()
A Drtc-starfire.c42 rtc = devm_rtc_allocate_device(&pdev->dev); in starfire_rtc_probe()
A Drtc-ps3.c50 rtc = devm_rtc_allocate_device(&dev->dev); in ps3_rtc_probe()
A Drtc-sun4v.c81 rtc = devm_rtc_allocate_device(&pdev->dev); in sun4v_rtc_probe()
A Drtc-au1xxx.c95 rtcdev = devm_rtc_allocate_device(&pdev->dev); in au1xtoy_rtc_probe()
A Drtc-88pm886.c65 rtc = devm_rtc_allocate_device(dev); in pm886_rtc_probe()
A Drtc-ds1672.c119 rtc = devm_rtc_allocate_device(&client->dev); in ds1672_probe()
A Drtc-meson-vrtc.c81 rtc = devm_rtc_allocate_device(&pdev->dev); in meson_vrtc_probe()
A Drtc-aspeed.c97 rtc_dev = devm_rtc_allocate_device(&pdev->dev); in aspeed_rtc_probe()
A Drtc-ntxec.c123 dev = devm_rtc_allocate_device(&pdev->dev); in ntxec_rtc_probe()
A Drtc-ep93xx.c138 rtc = devm_rtc_allocate_device(&pdev->dev); in ep93xx_rtc_probe()
A Drtc-pl030.c100 rtc_dev = devm_rtc_allocate_device(&dev->dev); in pl030_probe()
A Drtc-r9701.c121 rtc = devm_rtc_allocate_device(&spi->dev); in r9701_probe()
A Drtc-imx-sc.c150 imx_sc_rtc = devm_rtc_allocate_device(&pdev->dev); in imx_sc_rtc_probe()
A Drtc-imx-sm-bbm.c98 bbnsm->rtc_dev = devm_rtc_allocate_device(dev); in scmi_imx_bbm_rtc_init()
A Drtc-wilco-ec.c169 rtc = devm_rtc_allocate_device(&pdev->dev); in wilco_ec_rtc_probe()
A Drtc-ds1347.c161 rtc = devm_rtc_allocate_device(&spi->dev); in ds1347_probe()
A Drtc-goldfish.c174 rtcdrv->rtc = devm_rtc_allocate_device(&pdev->dev); in goldfish_rtc_probe()
A Drtc-pcap.c146 pcap_rtc->rtc = devm_rtc_allocate_device(&pdev->dev); in pcap_rtc_probe()
A Drtc-sd3078.c171 rtc = devm_rtc_allocate_device(&client->dev); in sd3078_probe()
A Drtc-test.c125 rtd->rtc = devm_rtc_allocate_device(&plat_dev->dev); in test_probe()
A Drtc-cv1800.c185 rtc->rtc_dev = devm_rtc_allocate_device(&pdev->dev); in cv1800_rtc_probe()
A Drtc-rs5c348.c192 rtc = devm_rtc_allocate_device(&spi->dev); in rs5c348_probe()
A Drtc-sd2405al.c185 rtc = devm_rtc_allocate_device(&client->dev); in sd2405al_probe()
/drivers/virtio/
A Dvirtio_rtc_class.c246 rtc = devm_rtc_allocate_device(parent_dev); in viortc_class_init()

Completed in 27 milliseconds

123456