Home
last modified time | relevance | path

Searched refs:hva_dev (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/media/platform/st/sti/hva/
H A Dhva.h20 #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; member
336 struct hva_dev { struct
401 void hva_debugfs_create(struct hva_dev *hva);
402 void hva_debugfs_remove(struct hva_dev *hva);
H A Dhva-debugfs.c276 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()
H A Dhva-hw.c103 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()
414 void hva_hw_remove(struct hva_dev *hva) in hva_hw_remove()
427 struct hva_dev *hva = dev_get_drvdata(dev); in hva_hw_runtime_suspend()
436 struct hva_dev *hva = dev_get_drvdata(dev); in hva_hw_runtime_resume()
457 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_hw_execute_task()
[all …]
H A Dhva-hw.h35 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);
H A Dhva-h264.c592 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()