Searched refs:priv_to_wiphy (Results 1 – 14 of 14) sorted by relevance
140 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_event_handle_bss_join()345 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_event_handle_scan_results()439 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_event_handle_freq_change()491 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_event_handle_radar()561 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_event_handle_external_auth()599 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_event_handle_mic_failure()635 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_event_handle_update_owe()
250 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_mac_init_bands()355 vif->wdev.wiphy = priv_to_wiphy(mac); in qtnf_mac_init_primary_intf()465 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_core_net_attach()517 wiphy = priv_to_wiphy(mac); in qtnf_core_mac_detach()614 wiphy_lock(priv_to_wiphy(mac)); in qtnf_core_mac_attach()616 wiphy_unlock(priv_to_wiphy(mac)); in qtnf_core_mac_attach()
819 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_cmd_send_change_intf_type()1635 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_cmd_send_update_phy_params()2237 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_cmd_reg_notify()2504 qlink_chandef_q2cfg(priv_to_wiphy(vif->mac), &resp->chan, chdef); in qtnf_cmd_get_channel()
1121 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_wiphy_register()
184 wiphy_unregister(priv_to_wiphy(priv)); in orinoco_pci_init_one()208 wiphy_unregister(priv_to_wiphy(priv)); in orinoco_pci_remove_one()
77 struct wiphy *wiphy = priv_to_wiphy(priv); in orinoco_add_hostscan_result()137 struct wiphy *wiphy = priv_to_wiphy(priv); in orinoco_add_extscan_result()
234 wiphy_unregister(priv_to_wiphy(priv)); in orinoco_nortel_init_one()268 wiphy_unregister(priv_to_wiphy(priv)); in orinoco_nortel_remove_one()
273 wiphy_unregister(priv_to_wiphy(priv)); in orinoco_plx_init_one()304 wiphy_unregister(priv_to_wiphy(priv)); in orinoco_plx_remove_one()
121 wiphy_unregister(priv_to_wiphy(priv)); in orinoco_cs_detach()
2015 struct wiphy *wiphy = priv_to_wiphy(priv); in orinoco_init()2233 struct wiphy *wiphy = priv_to_wiphy(priv); in orinoco_if_add()2305 struct wiphy *wiphy = priv_to_wiphy(priv); in free_orinocodev()
1546 wiphy_unregister(priv_to_wiphy(upriv)); in ezusb_delete()1739 wiphy_unregister(priv_to_wiphy(priv)); in ezusb_probe()
35 priv_to_wiphy
185 struct wiphy *wiphy = priv_to_wiphy(priv); in virt_wifi_scan_result()
5159 static inline struct wiphy *priv_to_wiphy(void *priv) in priv_to_wiphy() function