Lines Matching refs:format
62 int format; /* vesa or jeida format */
248 val = lvds->format | LVDS_CH0_EN;
368 /* Set format */
370 PX30_LVDS_FORMAT(lvds->format),
371 PX30_LVDS_FORMAT(lvds->format));
596 /* default set it as format vesa 18 */
597 lvds->format = LVDS_VESA_18;
599 lvds->format = rockchip_lvds_name_to_format(name);
601 if (lvds->format < 0) {
602 DRM_DEV_ERROR(dev, "invalid data-mapping format [%s]\n", name);
603 ret = lvds->format;