Searched refs:p2p_device (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | scan.c | 242 iwl_mvm_scan_type _iwl_mvm_get_scan_type(struct iwl_mvm *mvm, bool p2p_device, in _iwl_mvm_get_scan_type() argument 255 if ((load == IWL_MVM_TRAFFIC_HIGH || low_latency) && !p2p_device && in _iwl_mvm_get_scan_type() 266 iwl_mvm_scan_type iwl_mvm_get_scan_type(struct iwl_mvm *mvm, bool p2p_device) in iwl_mvm_get_scan_type() argument 274 return _iwl_mvm_get_scan_type(mvm, p2p_device, load, low_latency); in iwl_mvm_get_scan_type() 279 bool p2p_device, in iwl_mvm_get_scan_type_band() argument 288 return _iwl_mvm_get_scan_type(mvm, p2p_device, load, low_latency); in iwl_mvm_get_scan_type_band()
|
D | utils.c | 1237 return le32_to_cpu(txq_timer->p2p_device); in iwl_mvm_get_wd_timeout()
|
/Linux-v4.19/drivers/net/wireless/ |
D | mac80211_hwsim.c | 2411 bool p2p_device; member 2472 if (param->p2p_device) { in append_radio_msg() 2729 if (param->p2p_device) in mac80211_hwsim_new_radio() 2737 } else if (param->p2p_device) { in mac80211_hwsim_new_radio() 2759 if (param->p2p_device) in mac80211_hwsim_new_radio() 3023 param.p2p_device = !!(data->hw->wiphy->interface_modes & in mac80211_hwsim_get_radio() 3308 param.p2p_device = info->attrs[HWSIM_ATTR_SUPPORT_P2P_DEVICE]; in hwsim_new_radio_nl() 3795 param.p2p_device = support_p2p_device; in init_mac80211_hwsim()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/ |
D | file.h | 801 __le32 p2p_device; member
|