Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/watchdog/
Dmpc8xxx_wdt.c151 static const struct of_device_id mpc8xxx_wdt_match[]; variable
162 match = of_match_device(mpc8xxx_wdt_match, &ofdev->dev); in mpc8xxx_wdt_probe()
222 static const struct of_device_id mpc8xxx_wdt_match[] = { variable
245 MODULE_DEVICE_TABLE(of, mpc8xxx_wdt_match);
252 .of_match_table = mpc8xxx_wdt_match,