Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations | Functions
wm8775.c File Reference
#include <linux/module.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/ioctl.h>
#include <asm/uaccess.h>
#include <linux/i2c.h>
#include <linux/videodev2.h>
#include <media/v4l2-device.h>
#include <media/v4l2-chip-ident.h>
#include <media/v4l2-ctrls.h>
#include <media/wm8775.h>

Go to the source code of this file.

Data Structures

struct  wm8775_state
 

Macros

#define ALC_HOLD   0x85 /* R17: use zero cross detection, ALC hold time 42.6 ms */
 
#define ALC_EN   0x100 /* R17: ALC enable */
 

Enumerations

enum  {
  R7 = 7, R11 = 11, R12, R13,
  R14, R15, R16, R17,
  R18, R19, R20, R21,
  R23 = 23, TOT_REGS
}
 

Functions

 MODULE_DESCRIPTION ("wm8775 driver")
 
 MODULE_AUTHOR ("Ulf Eklund, Hans Verkuil")
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DEVICE_TABLE (i2c, wm8775_id)
 
 module_i2c_driver (wm8775_driver)
 

Macro Definition Documentation

#define ALC_EN   0x100 /* R17: ALC enable */

Definition at line 55 of file wm8775.c.

#define ALC_HOLD   0x85 /* R17: use zero cross detection, ALC hold time 42.6 ms */

Definition at line 54 of file wm8775.c.

Enumeration Type Documentation

anonymous enum
Enumerator:
R7 
R11 
R12 
R13 
R14 
R15 
R16 
R17 
R18 
R19 
R20 
R21 
R23 
TOT_REGS 

Definition at line 48 of file wm8775.c.

Function Documentation

MODULE_AUTHOR ( "Ulf  Eklund,
Hans Verkuil"   
)
MODULE_DESCRIPTION ( "wm8775 driver )
MODULE_DEVICE_TABLE ( i2c  ,
wm8775_id   
)
module_i2c_driver ( wm8775_driver  )
MODULE_LICENSE ( "GPL"  )