Searched refs:pvr2_ioread (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-ioread.h11 struct pvr2_ioread;
13 struct pvr2_ioread *pvr2_ioread_create(void);
14 void pvr2_ioread_destroy(struct pvr2_ioread *);
15 int pvr2_ioread_setup(struct pvr2_ioread *,struct pvr2_stream *);
16 struct pvr2_stream *pvr2_ioread_get_stream(struct pvr2_ioread *);
17 void pvr2_ioread_set_sync_key(struct pvr2_ioread *,
20 int pvr2_ioread_set_enabled(struct pvr2_ioread *,int fl);
21 int pvr2_ioread_read(struct pvr2_ioread *,void __user *buf,unsigned int cnt);
22 int pvr2_ioread_avail(struct pvr2_ioread *);
H A Dpvrusb2-ioread.c19 struct pvr2_ioread { struct
39 static int pvr2_ioread_init(struct pvr2_ioread *cp)
62 static void pvr2_ioread_done(struct pvr2_ioread *cp)
73 struct pvr2_ioread *pvr2_ioread_create(void)
75 struct pvr2_ioread *cp;
86 void pvr2_ioread_destroy(struct pvr2_ioread *cp)
98 void pvr2_ioread_set_sync_key(struct pvr2_ioread *cp,
126 static void pvr2_ioread_stop(struct pvr2_ioread *cp)
146 static int pvr2_ioread_start(struct pvr2_ioread *cp)
181 struct pvr2_stream *pvr2_ioread_get_stream(struct pvr2_ioread *c
[all...]
H A Dpvrusb2-context.h19 struct pvr2_ioread; /* Low level stream structure */
66 struct pvr2_ioread *pvr2_channel_create_mpeg_stream(
H A Dpvrusb2-context.c400 struct pvr2_ioread *pvr2_channel_create_mpeg_stream(
403 struct pvr2_ioread *cp;
H A Dpvrusb2-v4l2.c42 struct pvr2_ioread *rhp;

Completed in 111 milliseconds