Lines Matching refs:wl1271
313 static void __wl1271_op_remove_interface(struct wl1271 *wl);
314 static void wl1271_free_ap_keys(struct wl1271 *wl);
341 struct wl1271 *wl; in wl1271_dev_notify()
342 struct wl1271 *wl_temp; in wl1271_dev_notify()
417 static void wl1271_conf_init(struct wl1271 *wl) in wl1271_conf_init()
435 static int wl1271_plt_init(struct wl1271 *wl) in wl1271_plt_init()
540 static void wl1271_irq_ps_regulate_link(struct wl1271 *wl, u8 hlid, u8 tx_blks) in wl1271_irq_ps_regulate_link()
562 static void wl1271_irq_update_links_status(struct wl1271 *wl, in wl1271_irq_update_links_status()
591 static void wl1271_fw_status(struct wl1271 *wl, in wl1271_fw_status()
638 static void wl1271_flush_deferred_work(struct wl1271 *wl) in wl1271_flush_deferred_work()
653 struct wl1271 *wl = in wl1271_netstack_work()
654 container_of(work, struct wl1271, netstack_work); in wl1271_netstack_work()
668 struct wl1271 *wl = (struct wl1271 *)cookie; in wl1271_irq()
780 static int wl1271_fetch_firmware(struct wl1271 *wl) in wl1271_fetch_firmware()
836 static int wl1271_fetch_nvs(struct wl1271 *wl) in wl1271_fetch_nvs()
866 struct wl1271 *wl = in wl1271_recovery_work()
867 container_of(work, struct wl1271, recovery_work); in wl1271_recovery_work()
887 static void wl1271_fw_wakeup(struct wl1271 *wl) in wl1271_fw_wakeup()
895 static int wl1271_setup(struct wl1271 *wl) in wl1271_setup()
910 static int wl1271_chip_wakeup(struct wl1271 *wl) in wl1271_chip_wakeup()
981 int wl1271_plt_start(struct wl1271 *wl) in wl1271_plt_start()
1043 int __wl1271_plt_stop(struct wl1271 *wl) in __wl1271_plt_stop()
1071 int wl1271_plt_stop(struct wl1271 *wl) in wl1271_plt_stop()
1083 struct wl1271 *wl = hw->priv; in wl1271_op_tx()
1160 struct wl1271 *wl = hw->priv; in wl1271_op_add_interface()
1271 static void __wl1271_op_remove_interface(struct wl1271 *wl) in __wl1271_op_remove_interface()
1355 struct wl1271 *wl = hw->priv; in wl1271_op_remove_interface()
1371 static void wl1271_configure_filters(struct wl1271 *wl, unsigned int filters) in wl1271_configure_filters()
1404 static int wl1271_dummy_join(struct wl1271 *wl) in wl1271_dummy_join()
1426 static int wl1271_join(struct wl1271 *wl, bool set_assoc) in wl1271_join()
1481 static int wl1271_unjoin(struct wl1271 *wl) in wl1271_unjoin()
1500 static void wl1271_set_band_rate(struct wl1271 *wl) in wl1271_set_band_rate()
1508 static int wl1271_sta_handle_idle(struct wl1271 *wl, bool idle) in wl1271_sta_handle_idle()
1545 struct wl1271 *wl = hw->priv; in wl1271_op_config()
1681 struct wl1271 *wl = hw->priv; in wl1271_op_prepare_multicast()
1720 struct wl1271 *wl = hw->priv; in wl1271_op_configure_filter()
1770 static int wl1271_record_ap_key(struct wl1271 *wl, u8 id, u8 key_type, in wl1271_record_ap_key()
1815 static void wl1271_free_ap_keys(struct wl1271 *wl) in wl1271_free_ap_keys()
1825 static int wl1271_ap_init_hwenc(struct wl1271 *wl) in wl1271_ap_init_hwenc()
1859 static int wl1271_set_key(struct wl1271 *wl, u16 action, u8 id, u8 key_type, in wl1271_set_key()
1942 struct wl1271 *wl = hw->priv; in wl1271_op_set_key()
2042 struct wl1271 *wl = hw->priv; in wl1271_op_hw_scan()
2082 struct wl1271 *wl = hw->priv; in wl1271_op_set_frag_threshold()
2110 struct wl1271 *wl = hw->priv; in wl1271_op_set_rts_threshold()
2136 static int wl1271_ssid_set(struct wl1271 *wl, struct sk_buff *skb, in wl1271_ssid_set()
2155 static int wl1271_bss_erp_info_changed(struct wl1271 *wl, in wl1271_bss_erp_info_changed()
2194 static int wl1271_bss_beacon_info_changed(struct wl1271 *wl, in wl1271_bss_beacon_info_changed()
2258 static void wl1271_bss_info_changed_ap(struct wl1271 *wl, in wl1271_bss_info_changed_ap()
2325 static void wl1271_bss_info_changed_sta(struct wl1271 *wl, in wl1271_bss_info_changed_sta()
2587 struct wl1271 *wl = hw->priv; in wl1271_op_bss_info_changed()
2617 struct wl1271 *wl = hw->priv; in wl1271_op_conf_tx()
2689 struct wl1271 *wl = hw->priv; in wl1271_op_get_tsf()
2719 struct wl1271 *wl = hw->priv; in wl1271_op_get_survey()
2732 static int wl1271_allocate_sta(struct wl1271 *wl, in wl1271_allocate_sta()
2753 static void wl1271_free_sta(struct wl1271 *wl, u8 hlid) in wl1271_free_sta()
2771 struct wl1271 *wl = hw->priv; in wl1271_op_sta_add()
2813 struct wl1271 *wl = hw->priv; in wl1271_op_sta_remove()
2855 struct wl1271 *wl = hw->priv; in wl1271_op_ampdu_action()
3188 struct wl1271 *wl = dev_get_drvdata(dev); in wl1271_sysfs_show_bt_coex_state()
3206 struct wl1271 *wl = dev_get_drvdata(dev); in wl1271_sysfs_store_bt_coex_state()
3249 struct wl1271 *wl = dev_get_drvdata(dev); in wl1271_sysfs_show_hw_pg_ver()
3267 int wl1271_register_hw(struct wl1271 *wl) in wl1271_register_hw()
3306 void wl1271_unregister_hw(struct wl1271 *wl) in wl1271_unregister_hw()
3318 int wl1271_init_ieee80211(struct wl1271 *wl) in wl1271_init_ieee80211()
3396 struct wl1271 *wl; in wl1271_alloc_hw()
3527 int wl1271_free_hw(struct wl1271 *wl) in wl1271_free_hw()