Searched refs:dvb_vb2_ctx (Results 1 – 4 of 4) sorted by relevance
97 struct dvb_vb2_ctx { struct117 static inline int dvb_vb2_init(struct dvb_vb2_ctx *ctx, in dvb_vb2_init() argument122 static inline int dvb_vb2_release(struct dvb_vb2_ctx *ctx) in dvb_vb2_release()129 static inline __poll_t dvb_vb2_poll(struct dvb_vb2_ctx *ctx, in dvb_vb2_poll()151 int dvb_vb2_release(struct dvb_vb2_ctx *ctx);159 int dvb_vb2_is_streaming(struct dvb_vb2_ctx *ctx);170 int dvb_vb2_fill_buffer(struct dvb_vb2_ctx *ctx,186 __poll_t dvb_vb2_poll(struct dvb_vb2_ctx *ctx, struct file *file,198 int dvb_vb2_stream_on(struct dvb_vb2_ctx *ctx);207 int dvb_vb2_stream_off(struct dvb_vb2_ctx *ctx);[all …]
145 struct dvb_vb2_ctx vb2_ctx;192 struct dvb_vb2_ctx dvr_vb2_ctx;
37 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vq); in _queue_setup()86 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vq); in _start_streaming()94 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vq); in _stop_streaming()112 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vq); in _dmxdev_lock()120 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vq); in _dmxdev_unlock()172 memset(ctx, 0, sizeof(struct dvb_vb2_ctx)); in dvb_vb2_init()205 int dvb_vb2_release(struct dvb_vb2_ctx *ctx) in dvb_vb2_release()218 int dvb_vb2_stream_on(struct dvb_vb2_ctx *ctx) in dvb_vb2_stream_on()235 int dvb_vb2_stream_off(struct dvb_vb2_ctx *ctx) in dvb_vb2_stream_off()252 int dvb_vb2_is_streaming(struct dvb_vb2_ctx *ctx) in dvb_vb2_is_streaming()[all …]
439 struct dvb_vb2_ctx *ctx; in dvb_dmxdev_ts_callback()
Completed in 11 milliseconds