Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/mxsfb/
Dmxsfb_drv.c46 enum mxsfb_devtype { enum
355 static const struct platform_device_id mxsfb_devtype[] = { variable
361 MODULE_DEVICE_TABLE(platform, mxsfb_devtype);
364 { .compatible = "fsl,imx23-lcdif", .data = &mxsfb_devtype[0], },
365 { .compatible = "fsl,imx28-lcdif", .data = &mxsfb_devtype[1], },
366 { .compatible = "fsl,imx6sx-lcdif", .data = &mxsfb_devtype[2], },
420 .id_table = mxsfb_devtype,
/Linux-v4.19/drivers/video/fbdev/
Dmxsfb.c155 enum mxsfb_devtype { enum
858 static const struct platform_device_id mxsfb_devtype[] = { variable
869 MODULE_DEVICE_TABLE(platform, mxsfb_devtype);
872 { .compatible = "fsl,imx23-lcdif", .data = &mxsfb_devtype[0], },
873 { .compatible = "fsl,imx28-lcdif", .data = &mxsfb_devtype[1], },
1015 .id_table = mxsfb_devtype,