Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rtc/
Drtc-mxc.c86 static const struct of_device_id imx_rtc_dt_ids[] = { variable
91 MODULE_DEVICE_TABLE(of, imx_rtc_dt_ids);
333 of_id = of_match_device(imx_rtc_dt_ids, &pdev->dev); in mxc_rtc_probe()
458 .of_match_table = of_match_ptr(imx_rtc_dt_ids),