Lines Matching refs:bdisp_dev
62 int bdisp_hw_reset(struct bdisp_dev *bdisp) in bdisp_hw_reset()
97 int bdisp_hw_get_and_clear_irq(struct bdisp_dev *bdisp) in bdisp_hw_get_and_clear_irq()
132 dma_free_attrs(ctx->bdisp_dev->dev, in bdisp_hw_free_nodes()
149 struct device *dev = ctx->bdisp_dev->dev; in bdisp_hw_alloc_nodes()
344 dev_err(ctx->bdisp_dev->dev, in bdisp_hw_get_hv_inc()
365 struct device *dev = ctx->bdisp_dev->dev; in bdisp_hw_get_op_cfg()
477 dev_dbg(ctx->bdisp_dev->dev, "%s\n", __func__); in bdisp_hw_build_node()
705 dev_err(ctx->bdisp_dev->dev, "node %d is null\n", i); in bdisp_hw_build_all_nodes()
754 struct bdisp_node **copy_node = ctx->bdisp_dev->dbg.copy_node; in bdisp_hw_save_request()
755 struct bdisp_request *request = &ctx->bdisp_dev->dbg.copy_request; in bdisp_hw_save_request()
770 copy_node[i] = devm_kzalloc(ctx->bdisp_dev->dev, in bdisp_hw_save_request()
792 struct bdisp_dev *bdisp = ctx->bdisp_dev; in bdisp_hw_update()