• Home
  • Raw
  • Download

Lines Matching full:wilc

169 	struct wilc *wl = vif->wilc;  in cfg_connect_result()
223 struct wilc_vif *wilc_get_wl_to_vif(struct wilc *wl) in wilc_get_wl_to_vif()
237 struct wilc *wl = wiphy_priv(wiphy); in set_channel()
418 vif->wilc->op_ch = ch; in connect()
420 vif->wilc->sta_ch = ch; in connect()
436 vif->wilc->sta_ch = WILC_INVALID_CHANNEL; in connect()
460 struct wilc *wilc = vif->wilc; in disconnect() local
465 if (!wilc) in disconnect()
468 if (wilc->close) { in disconnect()
475 wilc->sta_ch = WILC_INVALID_CHANNEL; in disconnect()
791 struct wilc *wl = wiphy_priv(wiphy); in set_wiphy_params()
1001 struct wilc *wl = vif->wilc; in wilc_wfi_p2p_rx()
1054 wilc_wfi_cfg_parse_ch_attr(p->attr, p->tag_len - 4, vif->wilc->sta_ch); in wilc_wfi_p2p_rx()
1108 vif->wilc->op_ch = chan->hw_value; in remain_on_channel()
1180 vif->wilc->op_ch = chan->hw_value; in mgmt_tx()
1191 vif->wilc->op_ch = chan->hw_value; in mgmt_tx()
1204 wilc_wfi_cfg_parse_ch_attr(p->attr, p->tag_len - 4, vif->wilc->sta_ch); in mgmt_tx()
1248 struct wilc *wl = wiphy_priv(wiphy); in wilc_update_mgmt_frame_registrations()
1314 struct wilc *wl = wiphy_priv(wiphy); in change_virtual_intf()
1471 static struct wilc_vif *wilc_get_vif_from_type(struct wilc *wl, int type) in wilc_get_vif_from_type()
1489 struct wilc *wl = wiphy_priv(wiphy); in add_virtual_intf()
1555 struct wilc *wl = wiphy_priv(wiphy); in del_virtual_intf()
1577 struct wilc *wl = wiphy_priv(wiphy); in wilc_suspend()
1594 struct wilc *wl = wiphy_priv(wiphy); in wilc_set_wakeup()
1615 struct wilc *wl = wiphy_priv(wiphy); in set_tx_power()
1646 struct wilc *wl = vif->wilc; in get_tx_power()
1702 static void wlan_init_locks(struct wilc *wl) in wlan_init_locks()
1719 void wlan_deinit_locks(struct wilc *wilc) in wlan_deinit_locks() argument
1721 mutex_destroy(&wilc->hif_cs); in wlan_deinit_locks()
1722 mutex_destroy(&wilc->rxq_cs); in wlan_deinit_locks()
1723 mutex_destroy(&wilc->cfg_cmd_lock); in wlan_deinit_locks()
1724 mutex_destroy(&wilc->txq_add_to_head_cs); in wlan_deinit_locks()
1725 mutex_destroy(&wilc->vif_mutex); in wlan_deinit_locks()
1726 cleanup_srcu_struct(&wilc->srcu); in wlan_deinit_locks()
1729 int wilc_cfg80211_init(struct wilc **wilc, struct device *dev, int io_type, in wilc_cfg80211_init() argument
1732 struct wilc *wl; in wilc_cfg80211_init()
1746 *wilc = wl; in wilc_cfg80211_init()
1782 struct wilc *wilc_create_wiphy(struct device *dev) in wilc_create_wiphy()
1785 struct wilc *wl; in wilc_create_wiphy()
1864 flush_workqueue(vif->wilc->hif_workqueue); in wilc_deinit_host_int()