Home
last modified time | relevance | path

Searched refs:tx_buf_put (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/msm/dsi/
Ddsi_cfg.c223 .tx_buf_put = NULL,
235 .tx_buf_put = dsi_tx_buf_put_6g,
247 .tx_buf_put = dsi_tx_buf_put_6g,
Ddsi_cfg.h49 void (*tx_buf_put)(struct msm_dsi_host *msm_host); member
Ddsi_host.c1219 if (cfg_hnd->ops->tx_buf_put) in dsi_cmd_dma_add()
1220 cfg_hnd->ops->tx_buf_put(msm_host); in dsi_cmd_dma_add()