Lines Matching defs:wl
45 void wl1251_enable_interrupts(struct wl1251 *wl) in wl1251_enable_interrupts()
50 void wl1251_disable_interrupts(struct wl1251 *wl) in wl1251_disable_interrupts()
55 static int wl1251_power_off(struct wl1251 *wl) in wl1251_power_off()
60 static int wl1251_power_on(struct wl1251 *wl) in wl1251_power_on()
65 static int wl1251_fetch_firmware(struct wl1251 *wl) in wl1251_fetch_firmware()
104 static int wl1251_fetch_nvs(struct wl1251 *wl) in wl1251_fetch_nvs()
141 static void wl1251_fw_wakeup(struct wl1251 *wl) in wl1251_fw_wakeup()
153 static int wl1251_chip_wakeup(struct wl1251 *wl) in wl1251_chip_wakeup()
219 struct wl1251 *wl = in wl1251_irq_work() local
325 static int wl1251_join(struct wl1251 *wl, u8 bss_type, u8 channel, in wl1251_join()
353 struct wl1251 *wl = in wl1251_filter_work() local
380 struct wl1251 *wl = hw->priv; in wl1251_op_tx() local
408 struct wl1251 *wl = hw->priv; in wl1251_op_start() local
458 struct wl1251 *wl = hw->priv; in wl1251_op_stop() local
514 struct wl1251 *wl = hw->priv; in wl1251_op_add_interface() local
556 struct wl1251 *wl = hw->priv; in wl1251_op_remove_interface() local
564 static int wl1251_build_qos_null_data(struct wl1251 *wl) in wl1251_build_qos_null_data()
587 struct wl1251 *wl = hw->priv; in wl1251_op_config() local
686 struct wl1251 *wl = hw->priv; in wl1251_op_configure_filter() local
732 static int wl1251_set_key_type(struct wl1251 *wl, in wl1251_set_key_type()
776 struct wl1251 *wl = hw->priv; in wl1251_op_set_key() local
877 struct wl1251 *wl = hw->priv; in wl1251_op_hw_scan() local
939 struct wl1251 *wl = hw->priv; in wl1251_op_set_rts_threshold() local
965 struct wl1251 *wl = hw->priv; in wl1251_op_bss_info_changed() local
1166 struct wl1251 *wl = hw->priv; in wl1251_op_conf_tx() local
1208 struct wl1251 *wl = hw->priv; in wl1251_op_get_survey() local
1245 static int wl1251_read_eeprom_byte(struct wl1251 *wl, off_t offset, u8 *data) in wl1251_read_eeprom_byte()
1268 static int wl1251_read_eeprom(struct wl1251 *wl, off_t offset, in wl1251_read_eeprom()
1285 static int wl1251_read_eeprom_mac(struct wl1251 *wl) in wl1251_read_eeprom_mac()
1305 static int wl1251_register_hw(struct wl1251 *wl) in wl1251_register_hw()
1327 int wl1251_init_ieee80211(struct wl1251 *wl) in wl1251_init_ieee80211()
1372 struct wl1251 *wl; in wl1251_alloc_hw() local
1445 int wl1251_free_hw(struct wl1251 *wl) in wl1251_free_hw()