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

/drivers/net/wireless/ti/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"
149 struct wl1251;
262 void (*read)(struct wl1251 *wl, int addr, void *buf, size_t len);
263 void (*write)(struct wl1251 *wl, int addr, void *buf, size_t len);
264 void (*read_elp)(struct wl1251 *wl, int addr, u32 *val);
265 void (*write_elp)(struct wl1251 *wl, int addr, u32 val);
266 int (*power)(struct wl1251 *wl, bool enable);
267 void (*reset)(struct wl1251 *wl);
268 void (*enable_irq)(struct wl1251 *w
272 struct wl1251 { struct
[all...]

Completed in 137 milliseconds