Searched refs:allocate_ts_feed (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/media/ |
H A D | demux.h | 426 * @allocate_ts_feed: Allocates a new TS feed, which is used to filter the TS 441 * @release_ts_feed: Releases the resources allocated with @allocate_ts_feed. 568 int (*allocate_ts_feed)(struct dmx_demux *demux, member
|
/kernel/linux/linux-6.6/include/media/ |
H A D | demux.h | 426 * @allocate_ts_feed: Allocates a new TS feed, which is used to filter the TS 441 * @release_ts_feed: Releases the resources allocated with @allocate_ts_feed. 568 int (*allocate_ts_feed)(struct dmx_demux *demux, member
|
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
H A D | dvb_demux.c | 1301 dmx->allocate_ts_feed = dvbdmx_allocate_ts_feed; in dvb_dmx_init()
|
H A D | dmxdev.c | 650 ret = dmxdev->demux->allocate_ts_feed(dmxdev->demux, &feed->ts, in dvb_dmxdev_start_feed()
|
H A D | dvb_net.c | 1118 ret = demux->allocate_ts_feed(demux, &priv->tsfeed, dvb_net_ts_callback);
|
/kernel/linux/linux-6.6/drivers/media/dvb-core/ |
H A D | dvb_demux.c | 1291 dmx->allocate_ts_feed = dvbdmx_allocate_ts_feed; in dvb_dmx_init()
|
H A D | dmxdev.c | 640 ret = dmxdev->demux->allocate_ts_feed(dmxdev->demux, &feed->ts, in dvb_dmxdev_start_feed()
|
H A D | dvb_net.c | 1118 ret = demux->allocate_ts_feed(demux, &priv->tsfeed, dvb_net_ts_callback);
|
Completed in 13 milliseconds