Lines Matching refs:wl1271
71 static inline struct spi_device *wl_to_spi(struct wl1271 *wl) in wl_to_spi()
76 static struct device *wl1271_spi_wl_to_dev(struct wl1271 *wl) in wl1271_spi_wl_to_dev()
81 static void wl1271_spi_disable_interrupts(struct wl1271 *wl) in wl1271_spi_disable_interrupts()
86 static void wl1271_spi_enable_interrupts(struct wl1271 *wl) in wl1271_spi_enable_interrupts()
91 static void wl1271_spi_reset(struct wl1271 *wl) in wl1271_spi_reset()
118 static void wl1271_spi_init(struct wl1271 *wl) in wl1271_spi_init()
174 static int wl1271_spi_read_busy(struct wl1271 *wl) in wl1271_spi_read_busy()
207 static void wl1271_spi_raw_read(struct wl1271 *wl, int addr, void *buf, in wl1271_spi_raw_read()
273 static void wl1271_spi_raw_write(struct wl1271 *wl, int addr, void *buf, in wl1271_spi_raw_write()
325 struct wl1271 *wl = cookie; in wl1271_hardirq()
342 static int wl1271_spi_set_power(struct wl1271 *wl, bool enable) in wl1271_spi_set_power()
365 struct wl1271 *wl; in wl1271_probe()
444 struct wl1271 *wl = dev_get_drvdata(&spi->dev); in wl1271_remove()