Searched refs:hva_dev (Results 1 – 6 of 6) sorted by relevance
20 #define ctx_to_dev(c) (c->hva_dev->dev)22 #define ctx_to_hdev(c) (c->hva_dev)212 struct hva_dev;248 struct hva_dev *hva_dev; member336 struct hva_dev { struct401 void hva_debugfs_create(struct hva_dev *hva);402 void hva_debugfs_remove(struct hva_dev *hva);
276 struct hva_dev *hva = s->private; in device_show()286 struct hva_dev *hva = s->private; in encoders_show()304 struct hva_dev *hva = s->private; in last_show()321 struct hva_dev *hva = s->private; in regs_show()337 void hva_debugfs_create(struct hva_dev *hva) in hva_debugfs_create()347 void hva_debugfs_remove(struct hva_dev *hva) in hva_debugfs_remove()373 struct hva_dev *hva = ctx->hva_dev; in hva_dbg_ctx_create()389 struct hva_dev *hva = ctx->hva_dev; in hva_dbg_ctx_remove()
103 struct hva_dev *hva = data; in hva_hw_its_interrupt()117 struct hva_dev *hva = arg; in hva_hw_its_irq_thread()201 struct hva_dev *hva = data; in hva_hw_err_interrupt()221 struct hva_dev *hva = arg; in hva_hw_err_irq_thread()267 static unsigned long int hva_hw_get_ip_version(struct hva_dev *hva) in hva_hw_get_ip_version()298 int hva_hw_probe(struct platform_device *pdev, struct hva_dev *hva) in hva_hw_probe()413 void hva_hw_remove(struct hva_dev *hva) in hva_hw_remove()426 struct hva_dev *hva = dev_get_drvdata(dev); in hva_hw_runtime_suspend()435 struct hva_dev *hva = dev_get_drvdata(dev); in hva_hw_runtime_resume()456 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_hw_execute_task()[all …]
35 int hva_hw_probe(struct platform_device *pdev, struct hva_dev *hva);36 void hva_hw_remove(struct hva_dev *hva);42 void hva_hw_dump_regs(struct hva_dev *hva, struct seq_file *s);
124 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_find_encoder()192 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_open_encoder()258 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_querycap()272 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_enum_fmt_stream()286 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_enum_fmt_frame()858 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_device_run()1135 vq->lock = &ctx->hva_dev->lock; in queue_init()1149 src_vq->dev = ctx->hva_dev->dev; in hva_queue_init()1158 dst_vq->dev = ctx->hva_dev->dev; in hva_queue_init()1175 ctx->hva_dev = hva; in hva_open()[all …]
592 struct hva_dev *hva = ctx_to_hdev(pctx); in hva_h264_prepare_task()893 struct hva_dev *hva = ctx_to_hdev(pctx); in hva_h264_open()
Completed in 17 milliseconds