Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
pvrusb2-dvb.h File Reference
#include "dvb_frontend.h"
#include "dvb_demux.h"
#include "dvb_net.h"
#include "dmxdev.h"
#include "pvrusb2-context.h"

Go to the source code of this file.

Data Structures

struct  pvr2_dvb_adapter
 
struct  pvr2_dvb_props
 

Macros

#define PVR2_DVB_BUFFER_COUNT   32
 
#define PVR2_DVB_BUFFER_SIZE   PAGE_ALIGN(0x4000)
 

Functions

struct pvr2_dvb_adapterpvr2_dvb_create (struct pvr2_context *pvr)
 

Macro Definition Documentation

#define PVR2_DVB_BUFFER_COUNT   32

Definition at line 10 of file pvrusb2-dvb.h.

#define PVR2_DVB_BUFFER_SIZE   PAGE_ALIGN(0x4000)

Definition at line 11 of file pvrusb2-dvb.h.

Function Documentation

struct pvr2_dvb_adapter* pvr2_dvb_create ( struct pvr2_context pvr)
read

Definition at line 408 of file pvrusb2-dvb.c.