Home
last modified time | relevance | path

Searched defs:hva (Results 1 – 5 of 5) sorted by relevance

/drivers/media/platform/sti/hva/
Dhva-hw.c103 struct hva_dev *hva = data; in hva_hw_its_interrupt() local
117 struct hva_dev *hva = arg; in hva_hw_its_irq_thread() local
201 struct hva_dev *hva = data; in hva_hw_err_interrupt() local
221 struct hva_dev *hva = arg; in hva_hw_err_irq_thread() local
267 static unsigned long int hva_hw_get_ip_version(struct hva_dev *hva) in hva_hw_get_ip_version()
299 int hva_hw_probe(struct platform_device *pdev, struct hva_dev *hva) in hva_hw_probe()
416 void hva_hw_remove(struct hva_dev *hva) in hva_hw_remove()
429 struct hva_dev *hva = dev_get_drvdata(dev); in hva_hw_runtime_suspend() local
438 struct hva_dev *hva = dev_get_drvdata(dev); in hva_hw_runtime_resume() local
458 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_hw_execute_task() local
[all …]
Dhva-debugfs.c276 struct hva_dev *hva = s->private; in device_show() local
286 struct hva_dev *hva = s->private; in encoders_show() local
304 struct hva_dev *hva = s->private; in last_show() local
321 struct hva_dev *hva = s->private; in regs_show() local
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() local
389 struct hva_dev *hva = ctx->hva_dev; in hva_dbg_ctx_remove() local
Dhva-v4l2.c124 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_find_encoder() local
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() local
258 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_querycap() local
272 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_enum_fmt_stream() local
286 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_enum_fmt_frame() local
858 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_device_run() local
997 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_start_streaming() local
1068 struct hva_dev *hva = ctx_to_hdev(ctx); in hva_stop_streaming() local
[all …]
Dhva-h264.c590 struct hva_dev *hva = ctx_to_hdev(pctx); in hva_h264_prepare_task() local
891 struct hva_dev *hva = ctx_to_hdev(pctx); in hva_h264_open() local
/drivers/vhost/
Dvhost.c1877 static int log_write_hva(struct vhost_virtqueue *vq, u64 hva, u64 len) in log_write_hva()