Lines Matching refs:wl1271
45 struct wl1271;
47 void wl1271_disable_interrupts(struct wl1271 *wl);
48 void wl1271_enable_interrupts(struct wl1271 *wl);
50 void wl1271_io_reset(struct wl1271 *wl);
51 void wl1271_io_init(struct wl1271 *wl);
53 static inline struct device *wl1271_wl_to_dev(struct wl1271 *wl) in wl1271_wl_to_dev()
60 static inline void wl1271_raw_write(struct wl1271 *wl, int addr, void *buf, in wl1271_raw_write()
66 static inline void wl1271_raw_read(struct wl1271 *wl, int addr, void *buf, in wl1271_raw_read()
72 static inline u32 wl1271_raw_read32(struct wl1271 *wl, int addr) in wl1271_raw_read32()
80 static inline void wl1271_raw_write32(struct wl1271 *wl, int addr, u32 val) in wl1271_raw_write32()
88 static inline int wl1271_translate_addr(struct wl1271 *wl, int addr) in wl1271_translate_addr()
111 static inline void wl1271_read(struct wl1271 *wl, int addr, void *buf, in wl1271_read()
121 static inline void wl1271_write(struct wl1271 *wl, int addr, void *buf, in wl1271_write()
131 static inline u32 wl1271_read32(struct wl1271 *wl, int addr) in wl1271_read32()
136 static inline void wl1271_write32(struct wl1271 *wl, int addr, u32 val) in wl1271_write32()
141 static inline void wl1271_power_off(struct wl1271 *wl) in wl1271_power_off()
147 static inline int wl1271_power_on(struct wl1271 *wl) in wl1271_power_on()
158 void wl1271_top_reg_write(struct wl1271 *wl, int addr, u16 val);
159 u16 wl1271_top_reg_read(struct wl1271 *wl, int addr);
161 int wl1271_set_partition(struct wl1271 *wl,
166 int wl1271_register_hw(struct wl1271 *wl);
167 void wl1271_unregister_hw(struct wl1271 *wl);
168 int wl1271_init_ieee80211(struct wl1271 *wl);
170 int wl1271_free_hw(struct wl1271 *wl);