Lines Matching refs:wl1251
3 * This file is part of wl1251
20 #include "wl1251.h"
31 struct wl1251 *wl;
42 static void wl1251_spi_reset(struct wl1251 *wl)
71 static void wl1251_spi_wake(struct wl1251 *wl)
124 static void wl1251_spi_reset_wake(struct wl1251 *wl)
130 static void wl1251_spi_read(struct wl1251 *wl, int addr, void *buf,
171 static void wl1251_spi_write(struct wl1251 *wl, int addr, void *buf,
203 static void wl1251_spi_enable_irq(struct wl1251 *wl)
208 static void wl1251_spi_disable_irq(struct wl1251 *wl)
213 static int wl1251_spi_set_power(struct wl1251 *wl, bool enable)
237 struct wl1251 *wl;
271 wl->use_eeprom = of_property_read_bool(np, "ti,wl1251-has-eeprom");
282 gpiod_set_consumer_name(wl_spi->power_gpio, "wl1251 power");
328 struct wl1251 *wl = spi_get_drvdata(spi);
347 MODULE_ALIAS("spi:wl1251");