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

Go to the source code of this file.

Macros

#define _NOHANDSHAKE
 

Functions

int av7110_debiwrite (struct av7110 *av7110, u32 config, int addr, u32 val, int count)
 
u32 av7110_debiread (struct av7110 *av7110, u32 config, int addr, int count)
 
int av7110_bootarm (struct av7110 *av7110)
 
 MODULE_FIRMWARE ("av7110/bootcode.bin")
 
int av7110_wait_msgstate (struct av7110 *av7110, u16 flags)
 
int av7110_fw_cmd (struct av7110 *av7110, int type, int com, int num,...)
 
int av7110_fw_request (struct av7110 *av7110, u16 *request_buf, int request_buf_len, u16 *reply_buf, int reply_buf_len)
 
int av7110_firmversion (struct av7110 *av7110)
 
int av7110_diseqc_send (struct av7110 *av7110, int len, u8 *msg, unsigned long burst)
 

Macro Definition Documentation

#define _NOHANDSHAKE

Definition at line 41 of file av7110_hw.c.

Function Documentation

int av7110_bootarm ( struct av7110 av7110)

Definition at line 201 of file av7110_hw.c.

u32 av7110_debiread ( struct av7110 av7110,
u32  config,
int  addr,
int  count 
)

Definition at line 73 of file av7110_hw.c.

int av7110_debiwrite ( struct av7110 av7110,
u32  config,
int  addr,
u32  val,
int  count 
)

Definition at line 50 of file av7110_hw.c.

int av7110_diseqc_send ( struct av7110 av7110,
int  len,
u8 msg,
unsigned long  burst 
)

Definition at line 663 of file av7110_hw.c.

int av7110_firmversion ( struct av7110 av7110)

Definition at line 628 of file av7110_hw.c.

int av7110_fw_cmd ( struct av7110 av7110,
int  type,
int  com,
int  num,
  ... 
)

Definition at line 488 of file av7110_hw.c.

int av7110_fw_request ( struct av7110 av7110,
u16 request_buf,
int  request_buf_len,
u16 reply_buf,
int  reply_buf_len 
)

Definition at line 536 of file av7110_hw.c.

int av7110_wait_msgstate ( struct av7110 av7110,
u16  flags 
)

Definition at line 300 of file av7110_hw.c.

MODULE_FIRMWARE ( "av7110/bootcode.bin"  )