Lines Matching defs:wl
46 void wl1251_enable_interrupts(struct wl1251 *wl) in wl1251_enable_interrupts()
51 void wl1251_disable_interrupts(struct wl1251 *wl) in wl1251_disable_interrupts()
56 static int wl1251_power_off(struct wl1251 *wl) in wl1251_power_off()
61 static int wl1251_power_on(struct wl1251 *wl) in wl1251_power_on()
66 static int wl1251_fetch_firmware(struct wl1251 *wl) in wl1251_fetch_firmware()
105 static int wl1251_fetch_nvs(struct wl1251 *wl) in wl1251_fetch_nvs()
142 static void wl1251_fw_wakeup(struct wl1251 *wl) in wl1251_fw_wakeup()
154 static int wl1251_chip_wakeup(struct wl1251 *wl) in wl1251_chip_wakeup()
220 struct wl1251 *wl = in wl1251_irq_work() local
326 static int wl1251_join(struct wl1251 *wl, u8 bss_type, u8 channel, in wl1251_join()
362 struct wl1251 *wl = hw->priv; in wl1251_op_tx() local
390 struct wl1251 *wl = hw->priv; in wl1251_op_start() local
440 struct wl1251 *wl = hw->priv; in wl1251_op_stop() local
499 struct wl1251 *wl = hw->priv; in wl1251_op_add_interface() local
545 struct wl1251 *wl = hw->priv; in wl1251_op_remove_interface() local
554 static int wl1251_build_null_data(struct wl1251 *wl) in wl1251_build_null_data()
582 static int wl1251_build_qos_null_data(struct wl1251 *wl) in wl1251_build_qos_null_data()
603 static bool wl1251_can_do_pm(struct ieee80211_conf *conf, struct wl1251 *wl) in wl1251_can_do_pm()
610 struct wl1251 *wl = hw->priv; in wl1251_op_config() local
739 struct wl1251 *wl = hw->priv; in wl1251_op_prepare_multicast() local
778 struct wl1251 *wl = hw->priv; in wl1251_op_configure_filter() local
843 static int wl1251_set_key_type(struct wl1251 *wl, in wl1251_set_key_type()
887 struct wl1251 *wl = hw->priv; in wl1251_op_set_key() local
993 struct wl1251 *wl = hw->priv; in wl1251_op_hw_scan() local
1072 struct wl1251 *wl = hw->priv; in wl1251_op_set_rts_threshold() local
1098 struct wl1251 *wl = hw->priv; in wl1251_op_bss_info_changed() local
1306 struct wl1251 *wl = hw->priv; in wl1251_op_conf_tx() local
1348 struct wl1251 *wl = hw->priv; in wl1251_op_get_survey() local
1386 static int wl1251_read_eeprom_byte(struct wl1251 *wl, off_t offset, u8 *data) in wl1251_read_eeprom_byte()
1409 static int wl1251_read_eeprom(struct wl1251 *wl, off_t offset, in wl1251_read_eeprom()
1426 static int wl1251_read_eeprom_mac(struct wl1251 *wl) in wl1251_read_eeprom_mac()
1446 static int wl1251_register_hw(struct wl1251 *wl) in wl1251_register_hw()
1468 int wl1251_init_ieee80211(struct wl1251 *wl) in wl1251_init_ieee80211()
1509 struct wl1251 *wl; in wl1251_alloc_hw() local
1585 int wl1251_free_hw(struct wl1251 *wl) in wl1251_free_hw()