Searched refs:mxsfb_devtype (Results 1 – 1 of 1) sorted by relevance
/drivers/video/fbdev/ |
D | mxsfb.c | 155 enum mxsfb_devtype { enum 852 static const struct platform_device_id mxsfb_devtype[] = { variable 863 MODULE_DEVICE_TABLE(platform, mxsfb_devtype); 866 { .compatible = "fsl,imx23-lcdif", .data = &mxsfb_devtype[0], }, 867 { .compatible = "fsl,imx28-lcdif", .data = &mxsfb_devtype[1], }, 1009 .id_table = mxsfb_devtype,
|