Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/ti/icssg/
Dicssg_prueth.c1931 static const struct of_device_id prueth_dt_match[]; variable
1951 match = of_match_device(prueth_dt_match, dev); in prueth_probe()
2316 static const struct of_device_id prueth_dt_match[] = { variable
2320 MODULE_DEVICE_TABLE(of, prueth_dt_match);
2327 .of_match_table = prueth_dt_match,