Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/media/platform/st/sti/bdisp/
Dbdisp-v4l2.c124 spin_lock_irqsave(&ctx->bdisp_dev->slock, flags); in bdisp_ctx_state_lock_set()
126 spin_unlock_irqrestore(&ctx->bdisp_dev->slock, flags); in bdisp_ctx_state_lock_set()
133 spin_lock_irqsave(&ctx->bdisp_dev->slock, flags); in bdisp_ctx_state_lock_clear()
135 spin_unlock_irqrestore(&ctx->bdisp_dev->slock, flags); in bdisp_ctx_state_lock_clear()
143 spin_lock_irqsave(&ctx->bdisp_dev->slock, flags); in bdisp_ctx_state_is_set()
145 spin_unlock_irqrestore(&ctx->bdisp_dev->slock, flags); in bdisp_ctx_state_is_set()
173 dev_err(ctx->bdisp_dev->dev, in ctx_get_frame()
188 dev_dbg(ctx->bdisp_dev->dev, "%s\n", __func__); in bdisp_job_finish()
203 v4l2_m2m_job_finish(ctx->bdisp_dev->m2m.m2m_dev, in bdisp_job_finish()
211 struct bdisp_dev *bdisp = ctx->bdisp_dev; in bdisp_ctx_stop_req()
[all …]
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);
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 …]
Dbdisp-debug.c14 void bdisp_dbg_perf_begin(struct bdisp_dev *bdisp) in bdisp_dbg_perf_begin()
19 void bdisp_dbg_perf_end(struct bdisp_dev *bdisp) in bdisp_dbg_perf_end()
321 struct bdisp_dev *bdisp = s->private; in last_nodes_show()
393 struct bdisp_dev *bdisp = s->private; in last_nodes_raw_show()
442 struct bdisp_dev *bdisp = s->private; in last_request_show()
479 struct bdisp_dev *bdisp = s->private; in regs_show()
587 struct bdisp_dev *bdisp = s->private; in perf_show()
640 void bdisp_debugfs_create(struct bdisp_dev *bdisp) in bdisp_debugfs_create()
654 void bdisp_debugfs_remove(struct bdisp_dev *bdisp) in bdisp_debugfs_remove()