Searched refs:orion_wdt_of_match_table (Results 1 – 1 of 1) sorted by relevance
473 static const struct of_device_id orion_wdt_of_match_table[] = { variable496 MODULE_DEVICE_TABLE(of, orion_wdt_of_match_table);563 match = of_match_device(orion_wdt_of_match_table, &pdev->dev); in orion_wdt_probe()566 match = &orion_wdt_of_match_table[0]; in orion_wdt_probe()670 .of_match_table = orion_wdt_of_match_table,