Lines Matching refs:fec_devinfo
100 struct fec_devinfo { struct
104 static const struct fec_devinfo fec_imx25_info = { argument
109 static const struct fec_devinfo fec_imx27_info = {
114 static const struct fec_devinfo fec_imx28_info = {
121 static const struct fec_devinfo fec_imx6q_info = {
129 static const struct fec_devinfo fec_mvf600_info = {
134 static const struct fec_devinfo fec_imx6x_info = {
144 static const struct fec_devinfo fec_imx6ul_info = {
153 static const struct fec_devinfo fec_imx8mq_info = {
164 static const struct fec_devinfo fec_imx8qm_info = {
174 static const struct fec_devinfo fec_s32v234_info = {
4317 const struct fec_devinfo *dev_info; in fec_probe()
4334 dev_info = (const struct fec_devinfo *)pdev->id_entry->driver_data; in fec_probe()