Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
boot.c File Reference
#include <linux/slab.h>
#include <linux/wl12xx.h>
#include <linux/export.h>
#include "debug.h"
#include "acx.h"
#include "boot.h"
#include "io.h"
#include "event.h"
#include "rx.h"
#include "hw_ops.h"

Go to the source code of this file.

Functions

int wlcore_boot_upload_firmware (struct wl1271 *wl)
 
 EXPORT_SYMBOL_GPL (wlcore_boot_upload_firmware)
 
int wlcore_boot_upload_nvs (struct wl1271 *wl)
 
 EXPORT_SYMBOL_GPL (wlcore_boot_upload_nvs)
 
int wlcore_boot_run_firmware (struct wl1271 *wl)
 
 EXPORT_SYMBOL_GPL (wlcore_boot_run_firmware)
 

Function Documentation

EXPORT_SYMBOL_GPL ( wlcore_boot_upload_firmware  )
EXPORT_SYMBOL_GPL ( wlcore_boot_upload_nvs  )
EXPORT_SYMBOL_GPL ( wlcore_boot_run_firmware  )
int wlcore_boot_run_firmware ( struct wl1271 wl)

Definition at line 428 of file boot.c.

int wlcore_boot_upload_firmware ( struct wl1271 wl)

Definition at line 240 of file boot.c.

int wlcore_boot_upload_nvs ( struct wl1271 wl)

Definition at line 274 of file boot.c.