Lines Matching defs:stream
31 struct pvr2_context_stream *stream;
33 enum pvr2_config config; /* Expected stream format */
474 if (!fh->pdi->stream) {
475 /* No stream defined for this node. This means
476 that we're not currently allowed to stream from
491 if (!fh->pdi->stream) {
492 /* No stream defined for this node. This means
493 that we're not currently allowed to stream from
848 dip->stream = NULL;
1052 if (!fh->pdi->stream) {
1053 /* No stream defined for this node. This means that we're
1054 not currently allowed to stream from this node. */
1058 /* First read() attempt. Try to claim the stream and start
1061 fh->pdi->stream)) != 0) {
1066 fh->rhp = pvr2_channel_create_mpeg_stream(fh->pdi->stream);
1073 sp = fh->pdi->stream->stream;
1200 dip->stream = &vp->channel.mc_head->video_stream;
1205 if (!dip->stream) {
1207 ": Failed to set up pvrusb2 v4l video dev due to missing stream instance\n");
1218 dip->stream = &vp->channel.mc_head->video_stream;