Searched defs:wl1251 (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/wl1251/
H A DMakefile0 wl1251-objs = main.o event.o tx.o rx.o ps.o cmd.o \
6 obj-$(CONFIG_WL1251) += wl1251.o
H A Dwl1251.h2 * This file is part of wl1251
31 #define DRIVER_NAME "wl1251"
148 struct wl1251;
261 void (*read)(struct wl1251 *wl, int addr, void *buf, size_t len);
262 void (*write)(struct wl1251 *wl, int addr, void *buf, size_t len);
263 void (*read_elp)(struct wl1251 *wl, int addr, u32 *val);
264 void (*write_elp)(struct wl1251 *wl, int addr, u32 val);
265 int (*power)(struct wl1251 *wl, bool enable);
266 void (*reset)(struct wl1251 *wl);
267 void (*enable_irq)(struct wl1251 *w
271 struct wl1251 { struct
[all...]

Completed in 83 milliseconds