Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
stk1160-video.c File Reference
#include <linux/module.h>
#include <linux/usb.h>
#include <linux/slab.h>
#include <linux/ratelimit.h>
#include "stk1160.h"

Go to the source code of this file.

Functions

 module_param (debug, int, 0644)
 
 MODULE_PARM_DESC (debug,"enable debug messages")
 
void stk1160_cancel_isoc (struct stk1160 *dev)
 
void stk1160_free_isoc (struct stk1160 *dev)
 
void stk1160_uninit_isoc (struct stk1160 *dev)
 
int stk1160_alloc_isoc (struct stk1160 *dev)
 

Function Documentation

module_param ( debug  ,
int  ,
0644   
)
MODULE_PARM_DESC ( debug  ,
"enable debug messages"   
)
int stk1160_alloc_isoc ( struct stk1160 dev)

Definition at line 424 of file stk1160-video.c.

void stk1160_cancel_isoc ( struct stk1160 dev)

Definition at line 343 of file stk1160-video.c.

void stk1160_free_isoc ( struct stk1160 dev)

Definition at line 373 of file stk1160-video.c.

void stk1160_uninit_isoc ( struct stk1160 dev)

Definition at line 415 of file stk1160-video.c.