Lines Matching defs:stream
825 struct vidtv_psi_table_pmt_stream *s = pmt->stream;
1064 struct vidtv_psi_table_pmt_stream *stream;
1070 stream = kzalloc(sizeof(*stream), GFP_KERNEL);
1071 if (!stream)
1074 stream->type = stream_type;
1076 stream->bitfield = cpu_to_be16((RESERVED1 << 13) | es_pid);
1078 desc_loop_len = vidtv_psi_desc_comp_loop_len(stream->descriptor);
1080 stream->bitfield2 = cpu_to_be16((RESERVED2 << 12) |
1083 stream->next = NULL;
1089 head->next = stream;
1092 return stream;
1113 if (s == pmt->stream)
1116 pmt->stream = s;
1192 struct vidtv_psi_table_pmt_stream *stream = args->pmt->stream;
1250 while (stream) {
1252 psi_args.from = stream;
1258 stream_descriptor = stream->descriptor;
1261 /* write the stream descriptors, if any */
1272 stream = stream->next;
1288 vidtv_psi_pmt_stream_destroy(pmt->stream);
1606 // Actually sets the transport stream loop len, maybe rename this function later