Home
last modified time | relevance | path

Searched refs:MIPI_DSI_CLOCK_NON_CONTINUOUS (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/include/drm/
Ddrm_mipi_dsi.h134 #define MIPI_DSI_CLOCK_NON_CONTINUOUS BIT(10) macro
/Linux-v4.19/drivers/gpu/drm/panel/
Dpanel-panasonic-vvx10f034n00.c271 MIPI_DSI_CLOCK_NON_CONTINUOUS | in wuxga_nt_panel_probe()
Dpanel-sharp-ls043t1le01.c299 MIPI_DSI_CLOCK_NON_CONTINUOUS | in sharp_nt_panel_probe()
Dpanel-jdi-lt070me05000.c472 MIPI_DSI_CLOCK_NON_CONTINUOUS; in jdi_panel_probe()
Dpanel-simple.c2644 .flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_CLOCK_NON_CONTINUOUS,
2702 .flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_CLOCK_NON_CONTINUOUS,
2759 MIPI_DSI_CLOCK_NON_CONTINUOUS,
Dpanel-samsung-s6e3ha2.c697 dsi->mode_flags = MIPI_DSI_CLOCK_NON_CONTINUOUS; in s6e3ha2_probe()
/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_dsi.c739 bool non_continuous = dsi->mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS; in vc4_dsi_ulps()
1075 ((dsi->mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS) ? in vc4_dsi_encoder_enable()
/Linux-v4.19/drivers/gpu/drm/mediatek/
Dmtk_dsi.c367 tmp_reg |= (dsi->mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS) << 6; in mtk_dsi_rxtx_control()
/Linux-v4.19/drivers/gpu/drm/tegra/
Ddsi.c528 if (dsi->flags & MIPI_DSI_CLOCK_NON_CONTINUOUS) in tegra_dsi_configure()
/Linux-v4.19/drivers/gpu/drm/bridge/
Dcdns-dsi.c952 if (!(output->dev->mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS)) in cdns_dsi_init_link()
/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_drm_dsi.c848 dsi->mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS) { in exynos_dsi_init_link()
/Linux-v4.19/drivers/gpu/drm/msm/dsi/
Ddsi_host.c915 if (!(flags & MIPI_DSI_CLOCK_NON_CONTINUOUS)) in dsi_ctrl_config()