Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi_cfg.c215 .tx_buf_get = dsi_tx_buf_get_v2,
227 .tx_buf_get = dsi_tx_buf_get_6g,
239 .tx_buf_get = dsi_tx_buf_get_6g,
H A Ddsi_cfg.h54 void* (*tx_buf_get)(struct msm_dsi_host *msm_host); member
H A Ddsi_host.c1212 data = cfg_hnd->ops->tx_buf_get(msm_host); in dsi_cmd_dma_add()