Lines Matching defs:stream
833 struct vidtv_psi_table_pmt_stream *s = pmt->stream;
1072 struct vidtv_psi_table_pmt_stream *stream;
1078 stream = kzalloc(sizeof(*stream), GFP_KERNEL);
1079 if (!stream)
1082 stream->type = stream_type;
1084 stream->bitfield = cpu_to_be16((RESERVED1 << 13) | es_pid);
1086 desc_loop_len = vidtv_psi_desc_comp_loop_len(stream->descriptor);
1088 stream->bitfield2 = cpu_to_be16((RESERVED2 << 12) |
1091 stream->next = NULL;
1097 head->next = stream;
1100 return stream;
1121 if (s == pmt->stream)
1124 pmt->stream = s;
1200 struct vidtv_psi_table_pmt_stream *stream = args->pmt->stream;
1258 while (stream) {
1260 psi_args.from = stream;
1266 stream_descriptor = stream->descriptor;
1269 /* write the stream descriptors, if any */
1280 stream = stream->next;
1296 vidtv_psi_pmt_stream_destroy(pmt->stream);
1614 // Actually sets the transport stream loop len, maybe rename this function later