Home
last modified time | relevance | path

Searched refs:videobuf_poll_stream (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/include/media/
Dvideobuf-core.h219 __poll_t videobuf_poll_stream(struct file *file,
/linux-6.1.9/drivers/media/v4l2-core/
Dvideobuf-core.c1119 __poll_t videobuf_poll_stream(struct file *file, in videobuf_poll_stream() function
1170 EXPORT_SYMBOL_GPL(videobuf_poll_stream);
/linux-6.1.9/drivers/staging/media/deprecated/saa7146/common/
Dsaa7146_fops.c334 return res | videobuf_poll_stream(file, &fh->vbi_q, wait); in __fops_poll()
/linux-6.1.9/drivers/media/pci/cx18/
Dcx18-fileops.c623 __poll_t videobuf_poll = videobuf_poll_stream(filp, &s->vbuf_q, wait); in cx18_v4l2_enc_poll()
/linux-6.1.9/drivers/staging/media/atomisp/pci/
Datomisp_fops.c1111 return videobuf_poll_stream(file, &pipe->capq, pt); in atomisp_poll()
/linux-6.1.9/drivers/staging/media/deprecated/zr364xx/
Dzr364xx.c1280 return res | videobuf_poll_stream(file, q, wait); in zr364xx_poll()
/linux-6.1.9/Documentation/driver-api/media/
Dv4l2-videobuf.rst238 unsigned int videobuf_poll_stream(struct file *file,
/linux-6.1.9/drivers/staging/media/deprecated/fsl-viu/
Dfsl-viu.c1257 res |= videobuf_poll_stream(file, q, wait); in viu_poll()
/linux-6.1.9/drivers/staging/media/deprecated/vpfe_capture/
Dvpfe_capture.c701 return videobuf_poll_stream(file, in vpfe_poll()
/linux-6.1.9/drivers/staging/media/deprecated/tm6000/
Dtm6000-video.c1438 return res | videobuf_poll_stream(file, &fh->vb_vidq, wait); in __tm6000_poll()
/linux-6.1.9/drivers/media/pci/bt8xx/
Dbttv-driver.c2911 return rc | videobuf_poll_stream(file, &fh->vbi, wait); in bttv_poll()