Home
last modified time | relevance | path

Searched refs:pvr2_stream (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/drivers/media/usb/pvrusb2/
Dpvrusb2-io.h35 struct pvr2_stream;
48 struct pvr2_stream *pvr2_stream_create(void);
49 void pvr2_stream_destroy(struct pvr2_stream *);
50 void pvr2_stream_setup(struct pvr2_stream *,
53 void pvr2_stream_set_callback(struct pvr2_stream *,
56 void pvr2_stream_get_stats(struct pvr2_stream *,
61 int pvr2_stream_get_buffer_count(struct pvr2_stream *);
62 int pvr2_stream_set_buffer_count(struct pvr2_stream *,unsigned int);
66 struct pvr2_buffer *pvr2_stream_get_idle_buffer(struct pvr2_stream *);
67 struct pvr2_buffer *pvr2_stream_get_ready_buffer(struct pvr2_stream *);
[all …]
Dpvrusb2-io.c49 struct pvr2_stream { struct
96 struct pvr2_stream *stream; argument
135 struct pvr2_stream *sp = bp->stream; in pvr2_buffer_remove()
168 struct pvr2_stream *sp; in pvr2_buffer_set_none()
185 struct pvr2_stream *sp; in pvr2_buffer_set_ready()
212 struct pvr2_stream *sp; in pvr2_buffer_set_idle()
237 struct pvr2_stream *sp; in pvr2_buffer_set_queued()
267 struct pvr2_stream *sp, in pvr2_buffer_init()
300 static int pvr2_stream_buffer_count(struct pvr2_stream *sp,unsigned int cnt) in pvr2_stream_buffer_count()
369 static int pvr2_stream_achieve_buffer_count(struct pvr2_stream *sp) in pvr2_stream_achieve_buffer_count()
[all …]
Dpvrusb2-ioread.h29 int pvr2_ioread_setup(struct pvr2_ioread *,struct pvr2_stream *);
30 struct pvr2_stream *pvr2_ioread_get_stream(struct pvr2_ioread *);
Dpvrusb2-context.h27 struct pvr2_stream; /* stream interface - defined elsewhere */
36 struct pvr2_stream *stream;
Dpvrusb2-dvb.c39 struct pvr2_stream *stream; in pvr2_dvb_feed_func()
112 struct pvr2_stream *stream; in pvr2_dvb_stream_end()
148 struct pvr2_stream *stream = NULL; in pvr2_dvb_stream_do_start()
Dpvrusb2-ioread.c34 struct pvr2_stream *stream;
197 struct pvr2_stream *pvr2_ioread_get_stream(struct pvr2_ioread *cp) in pvr2_ioread_get_stream()
202 int pvr2_ioread_setup(struct pvr2_ioread *cp,struct pvr2_stream *sp) in pvr2_ioread_setup()
Dpvrusb2-hdw.h215 struct pvr2_stream *pvr2_hdw_get_video_stream(struct pvr2_hdw *);
Dpvrusb2-hdw-internal.h177 struct pvr2_stream *vid_stream;
Dpvrusb2-debugifc.c154 struct pvr2_stream *sp; in pvr2_debugifc_print_status()
Dpvrusb2-v4l2.c942 struct pvr2_stream *sp; in pvr2_v4l2_release()
1068 struct pvr2_stream *sp; in pvr2_v4l2_iosetup()
Dpvrusb2-hdw.c3344 struct pvr2_stream *pvr2_hdw_get_video_stream(struct pvr2_hdw *hp) in pvr2_hdw_get_video_stream()