Lines Matching refs:wl1251

3  * This file is part of wl1251
19 #include "wl1251.h"
32 void wl1251_enable_interrupts(struct wl1251 *wl)
37 void wl1251_disable_interrupts(struct wl1251 *wl)
42 static int wl1251_power_off(struct wl1251 *wl)
47 static int wl1251_power_on(struct wl1251 *wl)
52 static int wl1251_fetch_firmware(struct wl1251 *wl)
91 static int wl1251_fetch_nvs(struct wl1251 *wl)
129 static void wl1251_fw_wakeup(struct wl1251 *wl)
141 static int wl1251_chip_wakeup(struct wl1251 *wl)
200 struct wl1251 *wl =
201 container_of(work, struct wl1251, irq_work);
306 static int wl1251_join(struct wl1251 *wl, u8 bss_type, u8 channel,
342 struct wl1251 *wl = hw->priv;
370 struct wl1251 *wl = hw->priv;
420 struct wl1251 *wl = hw->priv;
483 struct wl1251 *wl = hw->priv;
529 struct wl1251 *wl = hw->priv;
538 static int wl1251_build_null_data(struct wl1251 *wl)
566 static int wl1251_build_qos_null_data(struct wl1251 *wl)
587 static bool wl1251_can_do_pm(struct ieee80211_conf *conf, struct wl1251 *wl)
594 struct wl1251 *wl = hw->priv;
723 struct wl1251 *wl = hw->priv;
762 struct wl1251 *wl = hw->priv;
827 static int wl1251_set_key_type(struct wl1251 *wl,
871 struct wl1251 *wl = hw->priv;
977 struct wl1251 *wl = hw->priv;
1056 struct wl1251 *wl = hw->priv;
1082 struct wl1251 *wl = hw->priv;
1290 struct wl1251 *wl = hw->priv;
1332 struct wl1251 *wl = hw->priv;
1371 static int wl1251_read_eeprom_byte(struct wl1251 *wl, off_t offset, u8 *data)
1394 static int wl1251_read_eeprom(struct wl1251 *wl, off_t offset,
1411 static int wl1251_read_eeprom_mac(struct wl1251 *wl)
1436 static int wl1251_check_nvs_mac(struct wl1251 *wl)
1450 static int wl1251_read_nvs_mac(struct wl1251 *wl)
1463 /* 00:00:20:07:03:09 is in example file wl1251-nvs.bin, so invalid */
1471 static int wl1251_write_nvs_mac(struct wl1251 *wl)
1486 static int wl1251_register_hw(struct wl1251 *wl)
1508 int wl1251_init_ieee80211(struct wl1251 *wl)
1580 struct wl1251 *wl;
1649 int wl1251_free_hw(struct wl1251 *wl)
1671 MODULE_DESCRIPTION("TI wl1251 Wireless LAN Driver Core");