Home
last modified time | relevance | path

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

/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-v4l2.c127 spin_lock_irqsave(&ctx->bdisp_dev->slock, flags); in bdisp_ctx_state_lock_set()
129 spin_unlock_irqrestore(&ctx->bdisp_dev->slock, flags); in bdisp_ctx_state_lock_set()
136 spin_lock_irqsave(&ctx->bdisp_dev->slock, flags); in bdisp_ctx_state_lock_clear()
138 spin_unlock_irqrestore(&ctx->bdisp_dev->slock, flags); in bdisp_ctx_state_lock_clear()
146 spin_lock_irqsave(&ctx->bdisp_dev->slock, flags); in bdisp_ctx_state_is_set()
148 spin_unlock_irqrestore(&ctx->bdisp_dev->slock, flags); in bdisp_ctx_state_is_set()
176 dev_err(ctx->bdisp_dev->dev, in ctx_get_frame()
191 dev_dbg(ctx->bdisp_dev->dev, "%s\n", __func__); in bdisp_job_finish()
206 v4l2_m2m_job_finish(ctx->bdisp_dev->m2m.m2m_dev, in bdisp_job_finish()
214 struct bdisp_dev *bdisp = ctx->bdisp_dev; in bdisp_ctx_stop_req()
[all …]
H A Dbdisp.h119 struct bdisp_dev *bdisp_dev; member
185 struct bdisp_dev { struct
207 int bdisp_hw_reset(struct bdisp_dev *bdisp); argument
208 int bdisp_hw_get_and_clear_irq(struct bdisp_dev *bdisp);
211 void bdisp_debugfs_remove(struct bdisp_dev *bdisp);
212 void bdisp_debugfs_create(struct bdisp_dev *bdisp);
213 void bdisp_dbg_perf_begin(struct bdisp_dev *bdisp);
214 void bdisp_dbg_perf_end(struct bdisp_dev *bdisp);
H A Dbdisp-hw.c367 int bdisp_hw_reset(struct bdisp_dev *bdisp) in bdisp_hw_reset()
402 int bdisp_hw_get_and_clear_irq(struct bdisp_dev *bdisp) in bdisp_hw_get_and_clear_irq()
434 dma_free_attrs(ctx->bdisp_dev->dev, in bdisp_hw_free_nodes()
451 struct device *dev = ctx->bdisp_dev->dev; in bdisp_hw_alloc_nodes()
639 dev_err(ctx->bdisp_dev->dev, in bdisp_hw_get_hv_inc()
660 struct device *dev = ctx->bdisp_dev->dev; in bdisp_hw_get_op_cfg()
772 dev_dbg(ctx->bdisp_dev->dev, "%s\n", __func__); in bdisp_hw_build_node()
1000 dev_err(ctx->bdisp_dev->dev, "node %d is null\n", i); in bdisp_hw_build_all_nodes()
1049 struct bdisp_node **copy_node = ctx->bdisp_dev->dbg.copy_node; in bdisp_hw_save_request()
1050 struct bdisp_request *request = &ctx->bdisp_dev->dbg.copy_request; in bdisp_hw_save_request()
[all …]