Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
wl1251_if_operations Struct Reference

#include <wl1251.h>

Data Fields

void(* read )(struct wl1251 *wl, int addr, void *buf, size_t len)
 
void(* write )(struct wl1251 *wl, int addr, void *buf, size_t len)
 
void(* read_elp )(struct wl1251 *wl, int addr, u32 *val)
 
void(* write_elp )(struct wl1251 *wl, int addr, u32 val)
 
int(* power )(struct wl1251 *wl, bool enable)
 
void(* reset )(struct wl1251 *wl)
 
void(* enable_irq )(struct wl1251 *wl)
 
void(* disable_irq )(struct wl1251 *wl)
 

Detailed Description

Definition at line 260 of file wl1251.h.

Field Documentation

void(* disable_irq)(struct wl1251 *wl)

Definition at line 268 of file wl1251.h.

void(* enable_irq)(struct wl1251 *wl)

Definition at line 267 of file wl1251.h.

int(* power)(struct wl1251 *wl, bool enable)

Definition at line 265 of file wl1251.h.

void(* read)(struct wl1251 *wl, int addr, void *buf, size_t len)

Definition at line 261 of file wl1251.h.

void(* read_elp)(struct wl1251 *wl, int addr, u32 *val)

Definition at line 263 of file wl1251.h.

void(* reset)(struct wl1251 *wl)

Definition at line 266 of file wl1251.h.

void(* write)(struct wl1251 *wl, int addr, void *buf, size_t len)

Definition at line 262 of file wl1251.h.

void(* write_elp)(struct wl1251 *wl, int addr, u32 val)

Definition at line 264 of file wl1251.h.


The documentation for this struct was generated from the following file: