Home
last modified time | relevance | path

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

/openbmc/linux/include/media/drv-intf/
H A Dsaa7146_vv.h168 extern const struct vb2_ops vbi_qops;
/openbmc/linux/drivers/media/common/saa7146/
H A Dsaa7146_vbi.c402 const struct vb2_ops vbi_qops = { variable
H A Dsaa7146_fops.c384 q->ops = type == VFL_TYPE_VIDEO ? &video_qops : &vbi_qops; in saa7146_register_device()