Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/sprd/
H A Dsprd_dsi.c136 dsi_reg_rd(struct dsi_context *ctx, u32 offset, u32 mask, in dsi_reg_rd()
143 dsi_reg_wr(struct dsi_context *ctx, u32 offset, u32 mask, in dsi_reg_wr()
155 dsi_reg_up(struct dsi_context *ctx, u32 offset, u32 mask, in dsi_reg_up()
166 struct dsi_context *ctx = &dsi->ctx; in regmap_tst_io_write()
188 struct dsi_context *ctx = &dsi->ctx; in regmap_tst_io_read()
222 static int dphy_wait_pll_locked(struct dsi_context *ctx) in dphy_wait_pll_locked()
237 static int dsi_wait_tx_payload_fifo_empty(struct dsi_context *ctx) in dsi_wait_tx_payload_fifo_empty()
250 static int dsi_wait_tx_cmd_fifo_empty(struct dsi_context *ctx) in dsi_wait_tx_cmd_fifo_empty()
263 static int dsi_wait_rd_resp_completed(struct dsi_context *ctx) in dsi_wait_rd_resp_completed()
389 static void sprd_dsi_init(struct dsi_context *ctx) in sprd_dsi_init()
[all …]
H A Dsprd_dsi.h86 struct dsi_context { struct
120 struct dsi_context ctx; argument
123 int dphy_pll_config(struct dsi_context *ctx);
124 void dphy_timing_config(struct dsi_context *ctx);
H A Dmegacores_pll.c107 int dphy_pll_config(struct dsi_context *ctx) in dphy_pll_config()
214 void dphy_timing_config(struct dsi_context *ctx) in dphy_timing_config()