Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
InterfaceDld.c File Reference
#include "headers.h"

Go to the source code of this file.

Functions

int InterfaceFileDownload (PVOID arg, struct file *flp, unsigned int on_chip_loc)
 
int InterfaceFileReadbackFromChip (PVOID arg, struct file *flp, unsigned int on_chip_loc)
 
int bcm_ioctl_fw_download (struct bcm_mini_adapter *Adapter, struct bcm_firmware_info *psFwInfo)
 
INT buffDnldVerify (struct bcm_mini_adapter *Adapter, unsigned char *mappedbuffer, unsigned int u32FirmwareLength, unsigned long u32StartingAddress)
 

Function Documentation

int bcm_ioctl_fw_download ( struct bcm_mini_adapter Adapter,
struct bcm_firmware_info psFwInfo 
)

Definition at line 232 of file InterfaceDld.c.

INT buffDnldVerify ( struct bcm_mini_adapter Adapter,
unsigned char mappedbuffer,
unsigned int  u32FirmwareLength,
unsigned long  u32StartingAddress 
)

Definition at line 337 of file InterfaceDld.c.

int InterfaceFileDownload ( PVOID  arg,
struct file flp,
unsigned int  on_chip_loc 
)

Definition at line 3 of file InterfaceDld.c.

int InterfaceFileReadbackFromChip ( PVOID  arg,
struct file flp,
unsigned int  on_chip_loc 
)

Definition at line 55 of file InterfaceDld.c.