Searched refs:orion_wdt_of_match_table (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/watchdog/
H A Dorion_wdt.c454 static const struct of_device_id orion_wdt_of_match_table[] = { variable in typeref:struct:of_device_id
477 MODULE_DEVICE_TABLE(of, orion_wdt_of_match_table);
546 match = of_match_device(orion_wdt_of_match_table, &pdev->dev); orion_wdt_probe()
549 match = &orion_wdt_of_match_table[0]; orion_wdt_probe()
638 .of_match_table = orion_wdt_of_match_table,

Completed in 78 milliseconds