Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/
Ddrm_mipi_dsi.h21 #define MIPI_DSI_MSG_REQ_ACK BIT(0) macro
/Linux-v4.19/drivers/gpu/drm/tegra/
Ddsi.c1291 if ((msg->flags & MIPI_DSI_MSG_REQ_ACK) || in tegra_dsi_host_transfer()
1314 if ((msg->flags & MIPI_DSI_MSG_REQ_ACK) || in tegra_dsi_host_transfer()
/Linux-v4.19/drivers/gpu/drm/bridge/synopsys/
Ddw-mipi-dsi.c324 if (msg->flags & MIPI_DSI_MSG_REQ_ACK) in dw_mipi_message_config()
/Linux-v4.19/drivers/gpu/drm/rockchip/
Ddw-mipi-dsi.c620 if (msg->flags & MIPI_DSI_MSG_REQ_ACK) in dw_mipi_message_config()
/Linux-v4.19/drivers/gpu/drm/bridge/
Dcdns-dsi.c1270 } else if (msg->flags & MIPI_DSI_MSG_REQ_ACK) { in cdns_dsi_transfer()
/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_drm_dsi.c1015 if (xfer->flags & MIPI_DSI_MSG_REQ_ACK) in exynos_dsi_send_to_fifo()