Searched refs:priv_to_wiphy (Results 1 – 14 of 14) sorted by relevance
184 wiphy_unregister(priv_to_wiphy(priv)); in orinoco_pci_init_one()208 wiphy_unregister(priv_to_wiphy(priv)); in orinoco_pci_remove_one()
234 wiphy_unregister(priv_to_wiphy(priv)); in orinoco_nortel_init_one()268 wiphy_unregister(priv_to_wiphy(priv)); in orinoco_nortel_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()
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()2234 struct wiphy *wiphy = priv_to_wiphy(priv); in orinoco_if_add()2306 struct wiphy *wiphy = priv_to_wiphy(priv); in free_orinocodev()
1513 wiphy_unregister(priv_to_wiphy(upriv)); in ezusb_delete()1705 wiphy_unregister(priv_to_wiphy(priv)); in ezusb_probe()
148 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_event_handle_bss_join()365 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_event_handle_scan_results()467 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_event_handle_freq_change()519 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_event_handle_radar()589 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_event_handle_external_auth()
236 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_mac_init_bands()341 vif->wdev.wiphy = priv_to_wiphy(mac); in qtnf_mac_init_primary_intf()447 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_core_net_attach()499 wiphy = priv_to_wiphy(mac); in qtnf_core_mac_detach()
796 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_cmd_send_change_intf_type()1730 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_cmd_send_update_phy_params()2372 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_cmd_reg_notify()2546 qlink_chandef_q2cfg(priv_to_wiphy(vif->mac), &resp->chan, chdef); in qtnf_cmd_get_channel()
1078 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_wiphy_register()
72 :functions: priv_to_wiphy
169 struct wiphy *wiphy = priv_to_wiphy(priv); in virt_wifi_scan_result()
4710 static inline struct wiphy *priv_to_wiphy(void *priv) in priv_to_wiphy() function