Searched refs:priv_to_wiphy (Results 1 – 13 of 13) 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()
273 wiphy_unregister(priv_to_wiphy(priv)); in orinoco_plx_init_one()304 wiphy_unregister(priv_to_wiphy(priv)); in orinoco_plx_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()
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()
1516 wiphy_unregister(priv_to_wiphy(upriv)); in ezusb_delete()1708 wiphy_unregister(priv_to_wiphy(priv)); in ezusb_probe()
242 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_mac_init_bands()334 vif->wdev.wiphy = priv_to_wiphy(mac); in qtnf_mac_init_primary_intf()414 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_core_net_attach()466 wiphy = priv_to_wiphy(mac); in qtnf_core_mac_detach()
265 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_event_handle_scan_results()367 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_event_handle_freq_change()413 struct wiphy *wiphy = priv_to_wiphy(vif->mac); in qtnf_event_handle_radar()
991 wiphy = priv_to_wiphy(mac); in qtnf_cfg80211_reg_notifier()1054 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_wiphy_register()
1911 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_cmd_send_update_phy_params()2770 qlink_chandef_q2cfg(priv_to_wiphy(vif->mac), &resp->chan, chdef); in qtnf_cmd_get_channel()
72 :functions: priv_to_wiphy
4139 static inline struct wiphy *priv_to_wiphy(void *priv) in priv_to_wiphy() function