Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/media/uapi/dvb/
Ddmx-expbuf.rst27 .. c:function:: int ioctl( int fd, DMX_EXPBUF, struct dmx_exportbuffer *argp )
38 Pointer to struct :c:type:`dmx_exportbuffer`.
48 To export a buffer, applications fill struct :c:type:`dmx_exportbuffer`.
73 struct dmx_exportbuffer expbuf;
/Linux-v5.4/include/uapi/linux/dvb/
Ddmx.h298 struct dmx_exportbuffer { struct
326 #define DMX_EXPBUF _IOWR('o', 62, struct dmx_exportbuffer)
/Linux-v5.4/include/media/
Ddvb_vb2.h244 int dvb_vb2_expbuf(struct dvb_vb2_ctx *ctx, struct dmx_exportbuffer *exp);
/Linux-v5.4/drivers/media/dvb-core/
Ddvb_vb2.c366 int dvb_vb2_expbuf(struct dvb_vb2_ctx *ctx, struct dmx_exportbuffer *exp) in dvb_vb2_expbuf()