Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
pvrusb2-debugifc.c File Reference
#include <linux/string.h>
#include "pvrusb2-debugifc.h"
#include "pvrusb2-hdw.h"
#include "pvrusb2-debug.h"

Go to the source code of this file.

Data Structures

struct  debugifc_mask_item
 

Functions

int pvr2_debugifc_print_info (struct pvr2_hdw *hdw, char *buf, unsigned int acnt)
 
int pvr2_debugifc_print_status (struct pvr2_hdw *hdw, char *buf, unsigned int acnt)
 
int pvr2_debugifc_docmd (struct pvr2_hdw *hdw, const char *buf, unsigned int count)
 

Function Documentation

int pvr2_debugifc_docmd ( struct pvr2_hdw hdw,
const char buf,
unsigned int  count 
)

Definition at line 305 of file pvrusb2-debugifc.c.

int pvr2_debugifc_print_info ( struct pvr2_hdw hdw,
char buf,
unsigned int  acnt 
)

Definition at line 130 of file pvrusb2-debugifc.c.

int pvr2_debugifc_print_status ( struct pvr2_hdw hdw,
char buf,
unsigned int  acnt 
)

Definition at line 146 of file pvrusb2-debugifc.c.