Home
last modified time | relevance | path

Searched refs:MIPI_DSI_MSG_REQ_ACK (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/include/drm/
Ddrm_mipi_dsi.h19 #define MIPI_DSI_MSG_REQ_ACK BIT(0) macro
/linux-6.1.9/drivers/gpu/drm/tegra/
Ddsi.c1375 if ((msg->flags & MIPI_DSI_MSG_REQ_ACK) || in tegra_dsi_host_transfer()
1398 if ((msg->flags & MIPI_DSI_MSG_REQ_ACK) || in tegra_dsi_host_transfer()
/linux-6.1.9/drivers/gpu/drm/bridge/synopsys/
Ddw-mipi-dsi.c383 if (msg->flags & MIPI_DSI_MSG_REQ_ACK) in dw_mipi_message_config()
/linux-6.1.9/drivers/gpu/drm/bridge/
Dnwl-dsi.c590 xfer.need_bta |= (msg->flags & MIPI_DSI_MSG_REQ_ACK) ? 1 : 0; in nwl_dsi_host_transfer()
Dcdns-dsi.c1101 } else if (msg->flags & MIPI_DSI_MSG_REQ_ACK) { in cdns_dsi_transfer()
/linux-6.1.9/drivers/gpu/drm/exynos/
Dexynos_drm_dsi.c1013 if (xfer->flags & MIPI_DSI_MSG_REQ_ACK) in exynos_dsi_send_to_fifo()