Lines Matching defs:wl

44 static inline int __must_check wlcore_raw_write(struct wl1271 *wl, int addr,  in wlcore_raw_write()
62 static inline int __must_check wlcore_raw_read(struct wl1271 *wl, int addr, in wlcore_raw_read()
80 static inline int __must_check wlcore_raw_read_data(struct wl1271 *wl, int reg, in wlcore_raw_read_data()
87 static inline int __must_check wlcore_raw_write_data(struct wl1271 *wl, int reg, in wlcore_raw_write_data()
94 static inline int __must_check wlcore_raw_read32(struct wl1271 *wl, int addr, in wlcore_raw_read32()
110 static inline int __must_check wlcore_raw_write32(struct wl1271 *wl, int addr, in wlcore_raw_write32()
118 static inline int __must_check wlcore_read(struct wl1271 *wl, int addr, in wlcore_read()
128 static inline int __must_check wlcore_write(struct wl1271 *wl, int addr, in wlcore_write()
138 static inline int __must_check wlcore_write_data(struct wl1271 *wl, int reg, in wlcore_write_data()
145 static inline int __must_check wlcore_read_data(struct wl1271 *wl, int reg, in wlcore_read_data()
152 static inline int __must_check wlcore_read_hwaddr(struct wl1271 *wl, int hwaddr, in wlcore_read_hwaddr()
167 static inline int __must_check wlcore_read32(struct wl1271 *wl, int addr, in wlcore_read32()
173 static inline int __must_check wlcore_write32(struct wl1271 *wl, int addr, in wlcore_write32()
179 static inline int __must_check wlcore_read_reg(struct wl1271 *wl, int reg, in wlcore_read_reg()
187 static inline int __must_check wlcore_write_reg(struct wl1271 *wl, int reg, in wlcore_write_reg()
195 static inline void wl1271_power_off(struct wl1271 *wl) in wl1271_power_off()
208 static inline int wl1271_power_on(struct wl1271 *wl) in wl1271_power_on()