Searched defs:wl1271_if_operations (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/drivers/net/wireless/wl12xx/ |
D | wl12xx.h | 213 struct wl1271_if_operations { struct 214 void (*read)(struct device *child, int addr, void *buf, size_t len, 216 void (*write)(struct device *child, int addr, void *buf, size_t len, 218 void (*reset)(struct device *child); 219 void (*init)(struct device *child); 220 int (*power)(struct device *child, bool enable); 221 void (*set_block_size) (struct device *child, unsigned int blksz);
|