Searched defs:wl1271_if_operations (Results 1 – 1 of 1) sorted by relevance
289 struct wl1271_if_operations { struct290 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);