Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/platform/st/sti/hva/
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);
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()
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);
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()
415 void hva_hw_remove(struct hva_dev *hva) in hva_hw_remove()
428 struct hva_dev *hva = dev_get_drvdata(dev); in hva_hw_runtime_suspend()
437 struct hva_dev *hva = dev_get_drvdata(dev); in hva_hw_runtime_resume()
458 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_hw_execute_task()
[all …]
Dhva-v4l2.c124 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_find_encoder()
154 static void register_formats(struct hva_dev *hva) in register_formats()
169 static void register_encoders(struct hva_dev *hva) in register_encoders()
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()
852 v4l2_m2m_job_finish(ctx->hva_dev->m2m_dev, ctx->fh.m2m_ctx); in hva_run_work()
858 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_device_run()
997 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_start_streaming()
[all …]
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()