Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Dfec_main.c89 struct fec_devinfo { struct
93 static const struct fec_devinfo fec_imx25_info = { argument
98 static const struct fec_devinfo fec_imx27_info = {
102 static const struct fec_devinfo fec_imx28_info = {
108 static const struct fec_devinfo fec_imx6q_info = {
115 static const struct fec_devinfo fec_mvf600_info = {
119 static const struct fec_devinfo fec_imx6x_info = {
128 static const struct fec_devinfo fec_imx6ul_info = {
3609 struct fec_devinfo *dev_info; in fec_probe()
3627 dev_info = (struct fec_devinfo *)pdev->id_entry->driver_data; in fec_probe()