pvr2_ioread
struct pvr2_ioread *pvr2_channel_create_mpeg_stream(
struct pvr2_ioread *cp;
struct pvr2_ioread; /* Low level stream structure */
struct pvr2_ioread *pvr2_channel_create_mpeg_stream(
static void pvr2_ioread_stop(struct pvr2_ioread *cp)
static int pvr2_ioread_start(struct pvr2_ioread *cp)
struct pvr2_stream *pvr2_ioread_get_stream(struct pvr2_ioread *cp)
int pvr2_ioread_setup(struct pvr2_ioread *cp,struct pvr2_stream *sp)
int pvr2_ioread_set_enabled(struct pvr2_ioread *cp,int fl)
static int pvr2_ioread_get_buffer(struct pvr2_ioread *cp)
static void pvr2_ioread_filter(struct pvr2_ioread *cp)
int pvr2_ioread_avail(struct pvr2_ioread *cp)
int pvr2_ioread_read(struct pvr2_ioread *cp,void __user *buf,unsigned int cnt)
static int pvr2_ioread_init(struct pvr2_ioread *cp)
static void pvr2_ioread_done(struct pvr2_ioread *cp)
struct pvr2_ioread *pvr2_ioread_create(void)
struct pvr2_ioread *cp;
void pvr2_ioread_destroy(struct pvr2_ioread *cp)
void pvr2_ioread_set_sync_key(struct pvr2_ioread *cp,
struct pvr2_ioread;
struct pvr2_ioread *pvr2_ioread_create(void);
void pvr2_ioread_destroy(struct pvr2_ioread *);
int pvr2_ioread_setup(struct pvr2_ioread *,struct pvr2_stream *);
struct pvr2_stream *pvr2_ioread_get_stream(struct pvr2_ioread *);
void pvr2_ioread_set_sync_key(struct pvr2_ioread *,
int pvr2_ioread_set_enabled(struct pvr2_ioread *,int fl);
int pvr2_ioread_read(struct pvr2_ioread *,void __user *buf,unsigned int cnt);
int pvr2_ioread_avail(struct pvr2_ioread *);
struct pvr2_ioread *rhp;