Home
last modified time | relevance | path

Searched refs:MIPI_DSI_CLOCK_NON_CONTINUOUS (Results 1 - 25 of 71) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
H A Dtc358768.c648 if (mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS) { in tc358768_bridge_pre_enable()
650 mode_flags &= ~MIPI_DSI_CLOCK_NON_CONTINUOUS; in tc358768_bridge_pre_enable()
789 (mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS) ? 0 : BIT(0)); in tc358768_bridge_pre_enable()
846 if (!(mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS)) in tc358768_bridge_pre_enable()
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/rcar-du/
H A Drzg2l_mipi_dsi.c410 if (dsi->mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS) in rzg2l_mipi_dsi_set_display_timing()
426 is_clk_cont = !(dsi->mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS); in rzg2l_mipi_dsi_start_hs_clock()
456 is_clk_cont = !(dsi->mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS); in rzg2l_mipi_dsi_stop_hs_clock()
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
H A Dpanel-panasonic-vvx10f034n00.c229 MIPI_DSI_CLOCK_NON_CONTINUOUS | in wuxga_nt_panel_probe()
H A Dpanel-visionox-rm69299.c231 MIPI_DSI_CLOCK_NON_CONTINUOUS; in visionox_rm69299_probe()
H A Dpanel-samsung-s6d16d0.c187 dsi->mode_flags = MIPI_DSI_CLOCK_NON_CONTINUOUS; in s6d16d0_probe()
H A Dpanel-elida-kd35t133.c271 MIPI_DSI_CLOCK_NON_CONTINUOUS; in kd35t133_probe()
H A Dpanel-sharp-ls043t1le01.c285 MIPI_DSI_CLOCK_NON_CONTINUOUS | in sharp_nt_panel_probe()
H A Dpanel-boe-himax8279d.c529 MIPI_DSI_CLOCK_NON_CONTINUOUS | MIPI_DSI_MODE_LPM,
829 MIPI_DSI_CLOCK_NON_CONTINUOUS | MIPI_DSI_MODE_LPM,
H A Dpanel-jdi-lt070me05000.c462 MIPI_DSI_CLOCK_NON_CONTINUOUS; in jdi_panel_probe()
H A Dpanel-orisetech-otm8009a.c455 MIPI_DSI_MODE_LPM | MIPI_DSI_CLOCK_NON_CONTINUOUS; in otm8009a_probe()
H A Dpanel-truly-nt35597.c603 MIPI_DSI_CLOCK_NON_CONTINUOUS; in truly_nt35597_probe()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_mipi_dsi.h132 #define MIPI_DSI_CLOCK_NON_CONTINUOUS BIT(10) macro
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_mipi_dsi.h137 #define MIPI_DSI_CLOCK_NON_CONTINUOUS BIT(10) macro
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H A Dpanel-panasonic-vvx10f034n00.c229 MIPI_DSI_CLOCK_NON_CONTINUOUS | in wuxga_nt_panel_probe()
H A Dpanel-sharp-ls043t1le01.c253 MIPI_DSI_CLOCK_NON_CONTINUOUS | in sharp_nt_panel_probe()
H A Dpanel-samsung-s6d16d0.c187 dsi->mode_flags = MIPI_DSI_CLOCK_NON_CONTINUOUS; in s6d16d0_probe()
H A Dpanel-ebbg-ft8719.c232 MIPI_DSI_CLOCK_NON_CONTINUOUS; in ebbg_ft8719_probe()
H A Dpanel-visionox-rm69299.c231 MIPI_DSI_CLOCK_NON_CONTINUOUS; in visionox_rm69299_probe()
H A Dpanel-sharp-ls060t1sx01.c265 MIPI_DSI_CLOCK_NON_CONTINUOUS; in sharp_ls060_probe()
H A Dpanel-asus-z00t-tm5p5-n35596.c285 MIPI_DSI_CLOCK_NON_CONTINUOUS | MIPI_DSI_MODE_LPM; in tm5p5_nt35596_probe()
H A Dpanel-jdi-fhd-r63452.c255 MIPI_DSI_CLOCK_NON_CONTINUOUS; in jdi_fhd_r63452_probe()
H A Dpanel-sony-td4353-jdi.c277 dsi->mode_flags = MIPI_DSI_CLOCK_NON_CONTINUOUS; in sony_td4353_jdi_probe()
H A Dpanel-elida-kd35t133.c283 MIPI_DSI_CLOCK_NON_CONTINUOUS; in kd35t133_probe()
H A Dpanel-boe-himax8279d.c528 MIPI_DSI_CLOCK_NON_CONTINUOUS | MIPI_DSI_MODE_LPM,
828 MIPI_DSI_CLOCK_NON_CONTINUOUS | MIPI_DSI_MODE_LPM,
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dtc358768.c656 if (mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS) { in tc358768_bridge_pre_enable()
658 mode_flags &= ~MIPI_DSI_CLOCK_NON_CONTINUOUS; in tc358768_bridge_pre_enable()
802 (mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS) ? 0 : BIT(0)); in tc358768_bridge_pre_enable()
890 if (!(mode_flags & MIPI_DSI_CLOCK_NON_CONTINUOUS)) in tc358768_bridge_pre_enable()

Completed in 16 milliseconds

123