Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
io.c File Reference
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/spi/spi.h>
#include <linux/interrupt.h>
#include "wlcore.h"
#include "debug.h"
#include "wl12xx_80211.h"
#include "io.h"
#include "tx.h"

Go to the source code of this file.

Functions

bool wl1271_set_block_size (struct wl1271 *wl)
 
void wlcore_disable_interrupts (struct wl1271 *wl)
 
 EXPORT_SYMBOL_GPL (wlcore_disable_interrupts)
 
void wlcore_disable_interrupts_nosync (struct wl1271 *wl)
 
 EXPORT_SYMBOL_GPL (wlcore_disable_interrupts_nosync)
 
void wlcore_enable_interrupts (struct wl1271 *wl)
 
 EXPORT_SYMBOL_GPL (wlcore_enable_interrupts)
 
void wlcore_synchronize_interrupts (struct wl1271 *wl)
 
 EXPORT_SYMBOL_GPL (wlcore_synchronize_interrupts)
 
int wlcore_translate_addr (struct wl1271 *wl, int addr)
 
 EXPORT_SYMBOL_GPL (wlcore_translate_addr)
 
int wlcore_set_partition (struct wl1271 *wl, const struct wlcore_partition_set *p)
 
 EXPORT_SYMBOL_GPL (wlcore_set_partition)
 
void wl1271_io_reset (struct wl1271 *wl)
 
void wl1271_io_init (struct wl1271 *wl)
 

Function Documentation

EXPORT_SYMBOL_GPL ( wlcore_disable_interrupts  )
EXPORT_SYMBOL_GPL ( wlcore_disable_interrupts_nosync  )
EXPORT_SYMBOL_GPL ( wlcore_enable_interrupts  )
EXPORT_SYMBOL_GPL ( wlcore_synchronize_interrupts  )
EXPORT_SYMBOL_GPL ( wlcore_translate_addr  )
EXPORT_SYMBOL_GPL ( wlcore_set_partition  )
void wl1271_io_init ( struct wl1271 wl)

Definition at line 196 of file io.c.

void wl1271_io_reset ( struct wl1271 wl)

Definition at line 190 of file io.c.

bool wl1271_set_block_size ( struct wl1271 wl)

Definition at line 35 of file io.c.

void wlcore_disable_interrupts ( struct wl1271 wl)

Definition at line 45 of file io.c.

void wlcore_disable_interrupts_nosync ( struct wl1271 wl)

Definition at line 51 of file io.c.

void wlcore_enable_interrupts ( struct wl1271 wl)

Definition at line 57 of file io.c.

int wlcore_set_partition ( struct wl1271 wl,
const struct wlcore_partition_set p 
)

Definition at line 137 of file io.c.

void wlcore_synchronize_interrupts ( struct wl1271 wl)

Definition at line 63 of file io.c.

int wlcore_translate_addr ( struct wl1271 wl,
int  addr 
)

Definition at line 69 of file io.c.