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 "reg.h"
#include "boot.h"
#include "io.h"
#include "spi.h"
#include "event.h"
#include "acx.h"

Go to the source code of this file.

Functions

void wl1251_boot_target_enable_interrupts (struct wl1251 *wl)
 
int wl1251_boot_soft_reset (struct wl1251 *wl)
 
int wl1251_boot_init_seq (struct wl1251 *wl)
 
int wl1251_boot_run_firmware (struct wl1251 *wl)
 
int wl1251_boot (struct wl1251 *wl)
 

Function Documentation

int wl1251_boot ( struct wl1251 wl)

Definition at line 480 of file boot.c.

int wl1251_boot_init_seq ( struct wl1251 wl)

Definition at line 72 of file boot.c.

int wl1251_boot_run_firmware ( struct wl1251 wl)

Definition at line 222 of file boot.c.

int wl1251_boot_soft_reset ( struct wl1251 wl)

Definition at line 37 of file boot.c.

void wl1251_boot_target_enable_interrupts ( struct wl1251 wl)

Definition at line 31 of file boot.c.