Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
event.c File Reference
#include "wl1251.h"
#include "reg.h"
#include "io.h"
#include "event.h"
#include "ps.h"

Go to the source code of this file.

Functions

int wl1251_event_wait (struct wl1251 *wl, u32 mask, int timeout_ms)
 
int wl1251_event_unmask (struct wl1251 *wl)
 
void wl1251_event_mbox_config (struct wl1251 *wl)
 
int wl1251_event_handle (struct wl1251 *wl, u8 mbox_num)
 

Function Documentation

int wl1251_event_handle ( struct wl1251 wl,
u8  mbox_num 
)

Definition at line 164 of file event.c.

void wl1251_event_mbox_config ( struct wl1251 wl)

Definition at line 155 of file event.c.

int wl1251_event_unmask ( struct wl1251 wl)

Definition at line 144 of file event.c.

int wl1251_event_wait ( struct wl1251 wl,
u32  mask,
int  timeout_ms 
)

Definition at line 119 of file event.c.