Lines Matching refs:fec_devinfo
92 struct fec_devinfo { struct
96 static const struct fec_devinfo fec_imx25_info = { argument
101 static const struct fec_devinfo fec_imx27_info = {
105 static const struct fec_devinfo fec_imx28_info = {
112 static const struct fec_devinfo fec_imx6q_info = {
120 static const struct fec_devinfo fec_mvf600_info = {
124 static const struct fec_devinfo fec_imx6x_info = {
133 static const struct fec_devinfo fec_imx6ul_info = {
141 static const struct fec_devinfo fec_imx8mq_info = {
151 static const struct fec_devinfo fec_imx8qm_info = {
161 static const struct fec_devinfo fec_s32v234_info = {
3894 struct fec_devinfo *dev_info; in fec_probe()
3912 dev_info = (struct fec_devinfo *)pdev->id_entry->driver_data; in fec_probe()