Searched refs:MIPI_DSI_CLOCK_NON_CONTINUOUS (Results 1 – 25 of 45) sorted by relevance
12
528 MIPI_DSI_CLOCK_NON_CONTINUOUS | MIPI_DSI_MODE_LPM,828 MIPI_DSI_CLOCK_NON_CONTINUOUS | MIPI_DSI_MODE_LPM,
187 dsi->mode_flags = MIPI_DSI_CLOCK_NON_CONTINUOUS; in s6d16d0_probe()
229 MIPI_DSI_CLOCK_NON_CONTINUOUS | in wuxga_nt_panel_probe()
253 MIPI_DSI_CLOCK_NON_CONTINUOUS | in sharp_nt_panel_probe()
232 MIPI_DSI_CLOCK_NON_CONTINUOUS; in ebbg_ft8719_probe()
255 MIPI_DSI_CLOCK_NON_CONTINUOUS; in jdi_fhd_r63452_probe()
231 MIPI_DSI_CLOCK_NON_CONTINUOUS; in visionox_rm69299_probe()
265 MIPI_DSI_CLOCK_NON_CONTINUOUS; in sharp_ls060_probe()
277 dsi->mode_flags = MIPI_DSI_CLOCK_NON_CONTINUOUS; in sony_td4353_jdi_probe()
298 MIPI_DSI_CLOCK_NON_CONTINUOUS; in visionox_vtdr6130_probe()
283 MIPI_DSI_CLOCK_NON_CONTINUOUS; in kd35t133_probe()
340 dsi->mode_flags = MIPI_DSI_MODE_LPM | MIPI_DSI_CLOCK_NON_CONTINUOUS; in visionox_r66451_probe()
285 MIPI_DSI_CLOCK_NON_CONTINUOUS | MIPI_DSI_MODE_LPM; in tm5p5_nt35596_probe()
394 MIPI_DSI_MODE_LPM | MIPI_DSI_CLOCK_NON_CONTINUOUS; in rm68200_probe()
383 MIPI_DSI_CLOCK_NON_CONTINUOUS | in boe_bf060y8m_aj0_probe()
602 MIPI_DSI_CLOCK_NON_CONTINUOUS; in truly_nt35597_probe()
492 MIPI_DSI_CLOCK_NON_CONTINUOUS; in nt35560_probe()
468 MIPI_DSI_MODE_LPM | MIPI_DSI_CLOCK_NON_CONTINUOUS; in otm8009a_probe()
454 MIPI_DSI_CLOCK_NON_CONTINUOUS; in jdi_panel_probe()
995 .mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_CLOCK_NON_CONTINUOUS | MIPI_DSI_MODE_LPM,1013 .mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_CLOCK_NON_CONTINUOUS | MIPI_DSI_MODE_LPM,1027 MIPI_DSI_CLOCK_NON_CONTINUOUS | MIPI_DSI_MODE_LPM,
490 MIPI_DSI_CLOCK_NON_CONTINUOUS; in truly_nt35521_probe()
591 | MIPI_DSI_CLOCK_NON_CONTINUOUS
410 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()
656 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()
137 #define MIPI_DSI_CLOCK_NON_CONTINUOUS BIT(10) macro