Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/freescale/
Dfec_main.c87 struct fec_devinfo { struct
91 static const struct fec_devinfo fec_imx25_info = { argument
96 static const struct fec_devinfo fec_imx27_info = {
100 static const struct fec_devinfo fec_imx28_info = {
106 static const struct fec_devinfo fec_imx6q_info = {
113 static const struct fec_devinfo fec_mvf600_info = {
117 static const struct fec_devinfo fec_imx6x_info = {
126 static const struct fec_devinfo fec_imx6ul_info = {
3527 struct fec_devinfo *dev_info; in fec_probe()
3545 dev_info = (struct fec_devinfo *)pdev->id_entry->driver_data; in fec_probe()