Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
av7110_v4l.c File Reference
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/delay.h>
#include <linux/fs.h>
#include <linux/timer.h>
#include <linux/poll.h>
#include "av7110.h"
#include "av7110_hw.h"
#include "av7110_av.h"

Go to the source code of this file.

Macros

#define pr_fmt(fmt)   KBUILD_MODNAME ": " fmt
 

Functions

int msp_writereg (struct av7110 *av7110, u8 dev, u16 reg, u16 val)
 
int av7110_init_analog_module (struct av7110 *av7110)
 
int av7110_init_v4l (struct av7110 *av7110)
 
int av7110_exit_v4l (struct av7110 *av7110)
 

Macro Definition Documentation

#define pr_fmt (   fmt)    KBUILD_MODNAME ": " fmt

Definition at line 28 of file av7110_v4l.c.

Function Documentation

int av7110_exit_v4l ( struct av7110 av7110)

Definition at line 860 of file av7110_v4l.c.

int av7110_init_analog_module ( struct av7110 av7110)

Definition at line 707 of file av7110_v4l.c.

int av7110_init_v4l ( struct av7110 av7110)

Definition at line 805 of file av7110_v4l.c.

int msp_writereg ( struct av7110 av7110,
u8  dev,
u16  reg,
u16  val 
)

Definition at line 41 of file av7110_v4l.c.