Home
last modified time | relevance | path

Searched refs:dvb_vb2_ctx (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/include/media/
A Ddvb_vb2.h97 struct dvb_vb2_ctx { struct
117 static inline int dvb_vb2_init(struct dvb_vb2_ctx *ctx, in dvb_vb2_init() argument
122 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 …]
A Ddmxdev.h144 struct dvb_vb2_ctx vb2_ctx;
191 struct dvb_vb2_ctx dvr_vb2_ctx;
/linux-6.3-rc2/drivers/media/dvb-core/
A Ddvb_vb2.c33 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vq); in _queue_setup()
82 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vq); in _start_streaming()
90 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vq); in _stop_streaming()
108 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vq); in _dmxdev_lock()
116 struct dvb_vb2_ctx *ctx = vb2_get_drv_priv(vq); in _dmxdev_unlock()
168 memset(ctx, 0, sizeof(struct dvb_vb2_ctx)); in dvb_vb2_init()
201 int dvb_vb2_release(struct dvb_vb2_ctx *ctx) in dvb_vb2_release()
214 int dvb_vb2_stream_on(struct dvb_vb2_ctx *ctx) in dvb_vb2_stream_on()
231 int dvb_vb2_stream_off(struct dvb_vb2_ctx *ctx) in dvb_vb2_stream_off()
248 int dvb_vb2_is_streaming(struct dvb_vb2_ctx *ctx) in dvb_vb2_is_streaming()
[all …]
A Ddmxdev.c429 struct dvb_vb2_ctx *ctx; in dvb_dmxdev_ts_callback()

Completed in 17 milliseconds