Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
pwc-if.c File Reference
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/mm.h>
#include <linux/module.h>
#include <linux/poll.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <asm/io.h>
#include <linux/kernel.h>
#include "pwc.h"
#include "pwc-kiara.h"
#include "pwc-timon.h"
#include "pwc-dec23.h"
#include "pwc-dec1.h"

Go to the source code of this file.

Macros

#define MAX_DEV_HINTS   20
 
#define MAX_ISOC_ERRORS   20
 

Functions

 MODULE_DEVICE_TABLE (usb, pwc_device_table)
 
struct pwc_frame_bufpwc_get_next_fill_buf (struct pwc_device *pdev)
 
 module_param (power_save, int, 0644)
 
 module_param_array (leds, int,&leds_nargs, 0444)
 
 MODULE_PARM_DESC (power_save,"Turn power saving for new cameras on or off")
 
 MODULE_PARM_DESC (leds,"LED on,off time in milliseconds")
 
 MODULE_DESCRIPTION ("Philips & OEM USB webcam driver")
 
 MODULE_AUTHOR ("Luc Saillard <[email protected]>")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_ALIAS ("pwcx")
 
 MODULE_VERSION (PWC_VERSION)
 
 module_usb_driver (pwc_driver)
 

Macro Definition Documentation

#define MAX_DEV_HINTS   20

Definition at line 128 of file pwc-if.c.

#define MAX_ISOC_ERRORS   20

Definition at line 129 of file pwc-if.c.

Function Documentation

MODULE_ALIAS ( "pwcx"  )
MODULE_AUTHOR ( "Luc Saillard <[email protected]>"  )
MODULE_DESCRIPTION ( "Philips & OEM USB webcam driver )
MODULE_DEVICE_TABLE ( usb  ,
pwc_device_table   
)
MODULE_LICENSE ( "GPL"  )
module_param ( power_save  ,
int  ,
0644   
)
module_param_array ( leds  ,
int  ,
leds_nargs,
0444   
)
MODULE_PARM_DESC ( power_save  ,
"Turn power saving for new cameras on or off"   
)
MODULE_PARM_DESC ( leds  ,
"LED  on,
off time in milliseconds"   
)
module_usb_driver ( pwc_driver  )
MODULE_VERSION ( PWC_VERSION  )
struct pwc_frame_buf* pwc_get_next_fill_buf ( struct pwc_device pdev)
read

Definition at line 158 of file pwc-if.c.