Home
last modified time | relevance | path

Searched defs:wl1271_if_operations (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/net/wireless/wl12xx/
Dwl12xx.h289 struct wl1271_if_operations { struct
290 void (*read)(struct wl1271 *wl, int addr, void *buf, size_t len,
292 void (*write)(struct wl1271 *wl, int addr, void *buf, size_t len,
294 void (*reset)(struct wl1271 *wl);
295 void (*init)(struct wl1271 *wl);
296 int (*power)(struct wl1271 *wl, bool enable);
297 struct device* (*dev)(struct wl1271 *wl);
298 void (*enable_irq)(struct wl1271 *wl);
299 void (*disable_irq)(struct wl1271 *wl);