Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
msp3400-kthreads.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/i2c.h>
#include <linux/freezer.h>
#include <linux/videodev2.h>
#include <media/v4l2-common.h>
#include <media/msp3400.h>
#include <linux/kthread.h>
#include <linux/suspend.h>
#include "msp3400-driver.h"

Go to the source code of this file.

Data Structures

struct  msp3400c_init_data_dem
 
struct  msp3400c_carrier_detect
 

Functions

const charmsp_standard_std_name (int std)
 
void msp3400c_set_carrier (struct i2c_client *client, int cdo1, int cdo2)
 
void msp3400c_set_mode (struct i2c_client *client, int mode)
 
int msp3400c_thread (void *data)
 
int msp3410d_thread (void *data)
 
int msp34xxg_thread (void *data)
 
void msp_set_audmode (struct i2c_client *client)
 
int msp_detect_stereo (struct i2c_client *client)
 

Function Documentation

void msp3400c_set_carrier ( struct i2c_client client,
int  cdo1,
int  cdo2 
)

Definition at line 207 of file msp3400-kthreads.c.

void msp3400c_set_mode ( struct i2c_client client,
int  mode 
)

Definition at line 216 of file msp3400-kthreads.c.

int msp3400c_thread ( void data)

Definition at line 504 of file msp3400-kthreads.c.

int msp3410d_thread ( void data)

Definition at line 695 of file msp3400-kthreads.c.

int msp34xxg_thread ( void data)

Definition at line 993 of file msp3400-kthreads.c.

int msp_detect_stereo ( struct i2c_client client)

Definition at line 1152 of file msp3400-kthreads.c.

void msp_set_audmode ( struct i2c_client client)

Definition at line 1137 of file msp3400-kthreads.c.

const char* msp_standard_std_name ( int  std)

Definition at line 169 of file msp3400-kthreads.c.

Variable Documentation

int main

Definition at line 38 of file msp3400-kthreads.c.

char* name

Definition at line 39 of file msp3400-kthreads.c.

int retval

Definition at line 37 of file msp3400-kthreads.c.

int second

Definition at line 38 of file msp3400-kthreads.c.

Definition at line 40 of file msp3400-kthreads.c.