Home
last modified time | relevance | path

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

/drivers/rtc/
Drtc-at91rm9200.c323 static const struct of_device_id at91_rtc_dt_ids[] = { variable
334 MODULE_DEVICE_TABLE(of, at91_rtc_dt_ids);
343 match = of_match_node(at91_rtc_dt_ids, pdev->dev.of_node); in at91_rtc_get_config()
535 .of_match_table = of_match_ptr(at91_rtc_dt_ids),
Drtc-at91sam9.c528 static const struct of_device_id at91_rtc_dt_ids[] = { variable
532 MODULE_DEVICE_TABLE(of, at91_rtc_dt_ids);
541 .of_match_table = of_match_ptr(at91_rtc_dt_ids),