Searched refs:dvb_vb2_poll (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/media/ |
H A D | dvb_vb2.h | 129 static inline __poll_t dvb_vb2_poll(struct dvb_vb2_ctx *ctx, in dvb_vb2_poll() function 175 * dvb_vb2_poll - Wrapper to vb2_core_streamon() for Digital TV 186 __poll_t dvb_vb2_poll(struct dvb_vb2_ctx *ctx, struct file *file,
|
/kernel/linux/linux-6.6/include/media/ |
H A D | dvb_vb2.h | 129 static inline __poll_t dvb_vb2_poll(struct dvb_vb2_ctx *ctx, in dvb_vb2_poll() function 175 * dvb_vb2_poll - Wrapper to vb2_core_streamon() for Digital TV 186 __poll_t dvb_vb2_poll(struct dvb_vb2_ctx *ctx, struct file *file,
|
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
H A D | dvb_vb2.c | 447 __poll_t dvb_vb2_poll(struct dvb_vb2_ctx *ctx, struct file *file, in dvb_vb2_poll() function
|
H A D | dmxdev.c | 1208 return dvb_vb2_poll(&dmxdevfilter->vb2_ctx, file, wait); in dvb_demux_poll() 1359 return dvb_vb2_poll(&dmxdev->dvr_vb2_ctx, file, wait); in dvb_dvr_poll()
|
/kernel/linux/linux-6.6/drivers/media/dvb-core/ |
H A D | dvb_vb2.c | 443 __poll_t dvb_vb2_poll(struct dvb_vb2_ctx *ctx, struct file *file, in dvb_vb2_poll() function
|
H A D | dmxdev.c | 1198 return dvb_vb2_poll(&dmxdevfilter->vb2_ctx, file, wait); in dvb_demux_poll() 1349 return dvb_vb2_poll(&dmxdev->dvr_vb2_ctx, file, wait); in dvb_dvr_poll()
|
Completed in 6 milliseconds