Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/watchdog/
Dat91rm9200_wdt.c202 static int __devinit at91wdt_probe(struct platform_device *pdev) in at91wdt_probe() function
256 .probe = at91wdt_probe,
Dat91sam9_wdt.c257 static int __init at91wdt_probe(struct platform_device *pdev) in at91wdt_probe() function
315 return platform_driver_probe(&at91wdt_driver, at91wdt_probe); in at91sam_wdt_init()