Lines Matching defs:wl
36 struct wl1251 *wl; in wl1251_irq() local
47 static struct spi_device *wl_to_spi(struct wl1251 *wl) in wl_to_spi()
52 static void wl1251_spi_reset(struct wl1251 *wl) in wl1251_spi_reset()
78 static void wl1251_spi_wake(struct wl1251 *wl) in wl1251_spi_wake()
132 static void wl1251_spi_reset_wake(struct wl1251 *wl) in wl1251_spi_reset_wake()
138 static void wl1251_spi_read(struct wl1251 *wl, int addr, void *buf, in wl1251_spi_read()
178 static void wl1251_spi_write(struct wl1251 *wl, int addr, void *buf, in wl1251_spi_write()
209 static void wl1251_spi_enable_irq(struct wl1251 *wl) in wl1251_spi_enable_irq()
214 static void wl1251_spi_disable_irq(struct wl1251 *wl) in wl1251_spi_disable_irq()
219 static int wl1251_spi_set_power(struct wl1251 *wl, bool enable) in wl1251_spi_set_power()
240 struct wl1251 *wl; in wl1251_spi_probe() local
310 struct wl1251 *wl = dev_get_drvdata(&spi->dev); in wl1251_spi_remove() local