Searched refs:mplat (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/video/stm32/
H A Dstm32_dsi.c346 struct mipi_dsi_panel_plat *mplat; local
356 mplat = dev_get_plat(priv->panel);
357 mplat->device = &priv->device;
358 device->lanes = mplat->lanes;
359 device->format = mplat->format;
360 device->mode_flags = mplat->mode_flags;
/u-boot/board/anbernic/rgxx3_rk3566/
H A Drgxx3-rk3566.c316 struct mipi_dsi_panel_plat *mplat; local
370 mplat = dev_get_plat(dev);
371 dsi = mplat->device;
/u-boot/drivers/video/rockchip/
H A Ddw_mipi_dsi_rockchip.c716 struct mipi_dsi_panel_plat *mplat; local
726 mplat = dev_get_plat(priv->panel);
727 mplat->device = &priv->device;
728 device->lanes = mplat->lanes;
729 device->format = mplat->format;
730 device->mode_flags = mplat->mode_flags;

Completed in 112 milliseconds