Lines Matching refs:wl1251
31 struct wl1251 *wl; in wl1251_irq()
42 static void wl1251_spi_reset(struct wl1251 *wl) in wl1251_spi_reset()
71 static void wl1251_spi_wake(struct wl1251 *wl) in wl1251_spi_wake()
124 static void wl1251_spi_reset_wake(struct wl1251 *wl) in wl1251_spi_reset_wake()
130 static void wl1251_spi_read(struct wl1251 *wl, int addr, void *buf, in wl1251_spi_read()
171 static void wl1251_spi_write(struct wl1251 *wl, int addr, void *buf, in wl1251_spi_write()
203 static void wl1251_spi_enable_irq(struct wl1251 *wl) in wl1251_spi_enable_irq()
208 static void wl1251_spi_disable_irq(struct wl1251 *wl) in wl1251_spi_disable_irq()
213 static int wl1251_spi_set_power(struct wl1251 *wl, bool enable) in wl1251_spi_set_power()
237 struct wl1251 *wl; in wl1251_spi_probe()
328 struct wl1251 *wl = spi_get_drvdata(spi); in wl1251_spi_remove()