Lines Matching defs:dvb_demux_feed
130 struct dvb_demux_feed { struct
131 union {
134 } feed;
136 union {
139 } cb;
141 struct dvb_demux *demux;
142 void *priv;
143 enum dvb_dmx_filter_type type;
144 enum dvb_dmx_state state;
145 u16 pid;
147 ktime_t timeout;
148 struct dvb_demux_filter *filter;
150 u32 buffer_flags;
152 enum ts_filter_type ts_type;
153 enum dmx_ts_pes pes_type;
155 int cc;
156 bool pusi_seen;
158 u16 peslen;
160 struct list_head list_head;
161 unsigned int index;