Home
last modified time | relevance | path

Searched refs:hantro_queue_ops (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/media/hantro/
H A Dhantro_v4l2.h22 extern const struct vb2_ops hantro_queue_ops;
H A Dhantro_drv.c195 src_vq->ops = &hantro_queue_ops; in queue_init()
234 dst_vq->ops = &hantro_queue_ops; in queue_init()
H A Dhantro_v4l2.c766 const struct vb2_ops hantro_queue_ops = { variable