Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
pvrusb2-ioread.h File Reference
#include "pvrusb2-io.h"

Go to the source code of this file.

Functions

struct pvr2_ioreadpvr2_ioread_create (void)
 
void pvr2_ioread_destroy (struct pvr2_ioread *)
 
int pvr2_ioread_setup (struct pvr2_ioread *, struct pvr2_stream *)
 
struct pvr2_streampvr2_ioread_get_stream (struct pvr2_ioread *)
 
void pvr2_ioread_set_sync_key (struct pvr2_ioread *, const char *sync_key_ptr, unsigned int sync_key_len)
 
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 *)
 

Function Documentation

int pvr2_ioread_avail ( struct pvr2_ioread )

Definition at line 368 of file pvrusb2-ioread.c.

struct pvr2_ioread* pvr2_ioread_create ( void  )
read

Definition at line 87 of file pvrusb2-ioread.c.

void pvr2_ioread_destroy ( struct pvr2_ioread )

Definition at line 100 of file pvrusb2-ioread.c.

struct pvr2_stream* pvr2_ioread_get_stream ( struct pvr2_ioread )
read

Definition at line 197 of file pvrusb2-ioread.c.

int pvr2_ioread_read ( struct pvr2_ioread ,
void __user buf,
unsigned int  cnt 
)

Definition at line 404 of file pvrusb2-ioread.c.

int pvr2_ioread_set_enabled ( struct pvr2_ioread ,
int  fl 
)

Definition at line 243 of file pvrusb2-ioread.c.

void pvr2_ioread_set_sync_key ( struct pvr2_ioread ,
const char sync_key_ptr,
unsigned int  sync_key_len 
)

Definition at line 112 of file pvrusb2-ioread.c.

int pvr2_ioread_setup ( struct pvr2_ioread ,
struct pvr2_stream  
)

Definition at line 202 of file pvrusb2-ioread.c.