Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
cx18-av-core.c File Reference
#include <media/v4l2-chip-ident.h>
#include "cx18-driver.h"
#include "cx18-io.h"
#include "cx18-cards.h"

Go to the source code of this file.

Functions

int cx18_av_write (struct cx18 *cx, u16 addr, u8 value)
 
int cx18_av_write_expect (struct cx18 *cx, u16 addr, u8 value, u8 eval, u8 mask)
 
int cx18_av_write4 (struct cx18 *cx, u16 addr, u32 value)
 
int cx18_av_write4_expect (struct cx18 *cx, u16 addr, u32 value, u32 eval, u32 mask)
 
int cx18_av_write4_noretry (struct cx18 *cx, u16 addr, u32 value)
 
u8 cx18_av_read (struct cx18 *cx, u16 addr)
 
u32 cx18_av_read4 (struct cx18 *cx, u16 addr)
 
int cx18_av_and_or (struct cx18 *cx, u16 addr, unsigned and_mask, u8 or_value)
 
int cx18_av_and_or4 (struct cx18 *cx, u16 addr, u32 and_mask, u32 or_value)
 
void cx18_av_std_setup (struct cx18 *cx)
 
int cx18_av_probe (struct cx18 *cx)
 

Function Documentation

int cx18_av_and_or ( struct cx18 cx,
u16  addr,
unsigned  and_mask,
u8  or_value 
)

Definition at line 86 of file cx18-av-core.c.

int cx18_av_and_or4 ( struct cx18 cx,
u16  addr,
u32  and_mask,
u32  or_value 
)

Definition at line 94 of file cx18-av-core.c.

int cx18_av_probe ( struct cx18 cx)

Definition at line 1340 of file cx18-av-core.c.

u8 cx18_av_read ( struct cx18 cx,
u16  addr 
)

Definition at line 73 of file cx18-av-core.c.

u32 cx18_av_read4 ( struct cx18 cx,
u16  addr 
)

Definition at line 81 of file cx18-av-core.c.

void cx18_av_std_setup ( struct cx18 cx)

Definition at line 288 of file cx18-av-core.c.

int cx18_av_write ( struct cx18 cx,
u16  addr,
u8  value 
)

Definition at line 30 of file cx18-av-core.c.

int cx18_av_write4 ( struct cx18 cx,
u16  addr,
u32  value 
)

Definition at line 54 of file cx18-av-core.c.

int cx18_av_write4_expect ( struct cx18 cx,
u16  addr,
u32  value,
u32  eval,
u32  mask 
)

Definition at line 61 of file cx18-av-core.c.

int cx18_av_write4_noretry ( struct cx18 cx,
u16  addr,
u32  value 
)

Definition at line 67 of file cx18-av-core.c.

int cx18_av_write_expect ( struct cx18 cx,
u16  addr,
u8  value,
u8  eval,
u8  mask 
)

Definition at line 42 of file cx18-av-core.c.