Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/userspace-api/media/dvb/
Ddmx-expbuf.rst22 ``int ioctl(int fd, DMX_EXPBUF, struct dmx_exportbuffer *argp)``
31 Pointer to struct :c:type:`dmx_exportbuffer`.
40 To export a buffer, applications fill struct :c:type:`dmx_exportbuffer`.
63 struct dmx_exportbuffer expbuf;
/Linux-v6.6/include/uapi/linux/dvb/
Ddmx.h283 struct dmx_exportbuffer { struct
311 #define DMX_EXPBUF _IOWR('o', 62, struct dmx_exportbuffer)
/Linux-v6.6/include/media/
Ddvb_vb2.h244 int dvb_vb2_expbuf(struct dvb_vb2_ctx *ctx, struct dmx_exportbuffer *exp);
/Linux-v6.6/drivers/media/dvb-core/
Ddvb_vb2.c368 int dvb_vb2_expbuf(struct dvb_vb2_ctx *ctx, struct dmx_exportbuffer *exp) in dvb_vb2_expbuf()