Searched refs:pvr2_stream (Results 1 - 22 of 22) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-io.h | 21 struct pvr2_stream; 34 struct pvr2_stream *pvr2_stream_create(void); 35 void pvr2_stream_destroy(struct pvr2_stream *); 36 void pvr2_stream_setup(struct pvr2_stream *, 39 void pvr2_stream_set_callback(struct pvr2_stream *, 42 void pvr2_stream_get_stats(struct pvr2_stream *, 47 int pvr2_stream_get_buffer_count(struct pvr2_stream *); 48 int pvr2_stream_set_buffer_count(struct pvr2_stream *,unsigned int); 52 struct pvr2_buffer *pvr2_stream_get_idle_buffer(struct pvr2_stream *); 53 struct pvr2_buffer *pvr2_stream_get_ready_buffer(struct pvr2_stream *); [all...] |
H A D | pvrusb2-io.c | 35 struct pvr2_stream { struct 82 struct pvr2_stream *stream; 120 struct pvr2_stream *sp = bp->stream; in pvr2_buffer_remove() 152 struct pvr2_stream *sp; in pvr2_buffer_set_none() 169 struct pvr2_stream *sp; in pvr2_buffer_set_ready() 195 struct pvr2_stream *sp; in pvr2_buffer_set_idle() 219 struct pvr2_stream *sp; in pvr2_buffer_set_queued() 248 struct pvr2_stream *sp, in pvr2_buffer_init() 281 static int pvr2_stream_buffer_count(struct pvr2_stream *sp, unsigned int cnt) in pvr2_stream_buffer_count() 350 static int pvr2_stream_achieve_buffer_count(struct pvr2_stream *s [all...] |
H A D | pvrusb2-ioread.h | 15 int pvr2_ioread_setup(struct pvr2_ioread *,struct pvr2_stream *); 16 struct pvr2_stream *pvr2_ioread_get_stream(struct pvr2_ioread *);
|
H A D | pvrusb2-context.h | 14 struct pvr2_stream; /* stream interface - defined elsewhere */ 23 struct pvr2_stream *stream;
|
H A D | pvrusb2-ioread.c | 20 struct pvr2_stream *stream; 181 struct pvr2_stream *pvr2_ioread_get_stream(struct pvr2_ioread *cp) in pvr2_ioread_get_stream() 186 int pvr2_ioread_setup(struct pvr2_ioread *cp,struct pvr2_stream *sp) in pvr2_ioread_setup()
|
H A D | pvrusb2-dvb.c | 26 struct pvr2_stream *stream; in pvr2_dvb_feed_func() 99 struct pvr2_stream *stream; in pvr2_dvb_stream_end() 135 struct pvr2_stream *stream = NULL; in pvr2_dvb_stream_do_start()
|
H A D | pvrusb2-hdw.h | 202 struct pvr2_stream *pvr2_hdw_get_video_stream(struct pvr2_hdw *);
|
H A D | pvrusb2-hdw-internal.h | 162 struct pvr2_stream *vid_stream;
|
H A D | pvrusb2-debugifc.c | 140 struct pvr2_stream *sp; in pvr2_debugifc_print_status()
|
H A D | pvrusb2-v4l2.c | 920 struct pvr2_stream *sp; in pvr2_v4l2_release() 1048 struct pvr2_stream *sp; in pvr2_v4l2_iosetup()
|
H A D | pvrusb2-hdw.c | 3299 struct pvr2_stream *pvr2_hdw_get_video_stream(struct pvr2_hdw *hp) in pvr2_hdw_get_video_stream()
|
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-io.h | 21 struct pvr2_stream; 34 struct pvr2_stream *pvr2_stream_create(void); 35 void pvr2_stream_destroy(struct pvr2_stream *); 36 void pvr2_stream_setup(struct pvr2_stream *, 39 void pvr2_stream_set_callback(struct pvr2_stream *, 42 void pvr2_stream_get_stats(struct pvr2_stream *, 47 int pvr2_stream_get_buffer_count(struct pvr2_stream *); 48 int pvr2_stream_set_buffer_count(struct pvr2_stream *,unsigned int); 52 struct pvr2_buffer *pvr2_stream_get_idle_buffer(struct pvr2_stream *); 53 struct pvr2_buffer *pvr2_stream_get_ready_buffer(struct pvr2_stream *); [all...] |
H A D | pvrusb2-io.c | 35 struct pvr2_stream { struct 82 struct pvr2_stream *stream; 120 struct pvr2_stream *sp = bp->stream; in pvr2_buffer_remove() 152 struct pvr2_stream *sp; in pvr2_buffer_set_none() 169 struct pvr2_stream *sp; in pvr2_buffer_set_ready() 195 struct pvr2_stream *sp; in pvr2_buffer_set_idle() 219 struct pvr2_stream *sp; in pvr2_buffer_set_queued() 248 struct pvr2_stream *sp, in pvr2_buffer_init() 281 static int pvr2_stream_buffer_count(struct pvr2_stream *sp, unsigned int cnt) in pvr2_stream_buffer_count() 350 static int pvr2_stream_achieve_buffer_count(struct pvr2_stream *s [all...] |
H A D | pvrusb2-ioread.h | 15 int pvr2_ioread_setup(struct pvr2_ioread *,struct pvr2_stream *); 16 struct pvr2_stream *pvr2_ioread_get_stream(struct pvr2_ioread *);
|
H A D | pvrusb2-context.h | 14 struct pvr2_stream; /* stream interface - defined elsewhere */ 23 struct pvr2_stream *stream;
|
H A D | pvrusb2-ioread.c | 20 struct pvr2_stream *stream; 181 struct pvr2_stream *pvr2_ioread_get_stream(struct pvr2_ioread *cp) in pvr2_ioread_get_stream() 186 int pvr2_ioread_setup(struct pvr2_ioread *cp,struct pvr2_stream *sp) in pvr2_ioread_setup()
|
H A D | pvrusb2-dvb.c | 26 struct pvr2_stream *stream; in pvr2_dvb_feed_func() 101 struct pvr2_stream *stream; in pvr2_dvb_stream_end() 137 struct pvr2_stream *stream = NULL; in pvr2_dvb_stream_do_start()
|
H A D | pvrusb2-hdw.h | 202 struct pvr2_stream *pvr2_hdw_get_video_stream(struct pvr2_hdw *);
|
H A D | pvrusb2-hdw-internal.h | 162 struct pvr2_stream *vid_stream;
|
H A D | pvrusb2-debugifc.c | 140 struct pvr2_stream *sp; in pvr2_debugifc_print_status()
|
H A D | pvrusb2-v4l2.c | 916 struct pvr2_stream *sp; in pvr2_v4l2_release() 1046 struct pvr2_stream *sp; in pvr2_v4l2_iosetup()
|
H A D | pvrusb2-hdw.c | 3301 struct pvr2_stream *pvr2_hdw_get_video_stream(struct pvr2_hdw *hp) in pvr2_hdw_get_video_stream()
|
Completed in 30 milliseconds