Lines Matching full:dsi
151 LOG_ERR("Number of DSI lanes (%d) not supported!", config->data_lanes); in mipi_dsi_stm32_host_init()
184 LOG_WRN("DSI TX escape clock disabled."); in mipi_dsi_stm32_host_init()
189 LOG_ERR("DSI init failed! (%d)", ret); in mipi_dsi_stm32_host_init()
196 LOG_ERR("Set DSI host timeouts failed! (%d)", ret); in mipi_dsi_stm32_host_init()
204 LOG_ERR("Set DSI PHY timings failed! (%d)", ret); in mipi_dsi_stm32_host_init()
211 LOG_ERR("Setup DSI flow control failed! (%d)", ret); in mipi_dsi_stm32_host_init()
218 LOG_ERR("Setup DSI LP RX filter failed! (%d)", ret); in mipi_dsi_stm32_host_init()
225 LOG_ERR("Setup DSI error monitor failed! (%d)", ret); in mipi_dsi_stm32_host_init()
242 LOG_ERR("DSI host supports video mode only!"); in mipi_dsi_stm32_attach()
288 LOG_ERR("Setup DSI video mode failed! (%d)", ret); in mipi_dsi_stm32_attach()
298 LOG_ERR("Start DSI host failed! (%d)", ret); in mipi_dsi_stm32_attach()
305 LOG_ERR("Start DSI pattern generator failed! (%d)", ret); in mipi_dsi_stm32_attach()
407 LOG_ERR("Enable DSI peripheral clock failed! (%d)", ret); in mipi_dsi_stm32_init()
415 LOG_ERR("Setup DSI host failed! (%d)", ret); in mipi_dsi_stm32_init()
468 /* Use only one (the first) display configuration for DSI HOST configuration */ \