Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
hysdn_boot.c File Reference
#include <linux/vmalloc.h>
#include <linux/slab.h>
#include <asm/uaccess.h>
#include "hysdn_defs.h"
#include "hysdn_pof.h"

Go to the source code of this file.

Data Structures

struct  boot_data
 

Macros

#define POF_READ_FILE_HEAD   0
 
#define POF_READ_TAG_HEAD   1
 
#define POF_READ_TAG_DATA   2
 

Functions

int pof_write_buffer (hysdn_card *card, int datlen)
 
int pof_write_open (hysdn_card *card, unsigned char **bufp)
 
int pof_write_close (hysdn_card *card)
 
int EvalSysrTokData (hysdn_card *card, unsigned char *cp, int len)
 

Macro Definition Documentation

#define POF_READ_FILE_HEAD   0

Definition at line 24 of file hysdn_boot.c.

#define POF_READ_TAG_DATA   2

Definition at line 26 of file hysdn_boot.c.

#define POF_READ_TAG_HEAD   1

Definition at line 25 of file hysdn_boot.c.

Function Documentation

int EvalSysrTokData ( hysdn_card card,
unsigned char cp,
int  len 
)

Definition at line 337 of file hysdn_boot.c.

int pof_write_buffer ( hysdn_card card,
int  datlen 
)

Definition at line 174 of file hysdn_boot.c.

int pof_write_close ( hysdn_card card)

Definition at line 313 of file hysdn_boot.c.

int pof_write_open ( hysdn_card card,
unsigned char **  bufp 
)

Definition at line 271 of file hysdn_boot.c.