Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.c31 static const struct of_device_id xgene_enet_of_match[]; variable
1453 of_id = of_match_device(xgene_enet_of_match, &pdev->dev); in xgene_enet_probe()
1554 static const struct of_device_id xgene_enet_of_match[] = { variable
1563 MODULE_DEVICE_TABLE(of, xgene_enet_of_match);
1569 .of_match_table = of_match_ptr(xgene_enet_of_match),