Home
last modified time | relevance | path

Searched refs:matching_channels (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/vc4/
H A Dvc4_kms.c928 unsigned int matching_channels; in vc4_pv_muxing_atomic_check() local
974 matching_channels = unassigned_channels & vc4_crtc->data->hvs_available_channels; in vc4_pv_muxing_atomic_check()
975 if (!matching_channels) { in vc4_pv_muxing_atomic_check()
980 channel = ffs(matching_channels) - 1; in vc4_pv_muxing_atomic_check()
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dscan.h1208 u8 matching_channels[SCAN_OFFLOAD_MATCHING_CHANNELS_LEN_V1]; member
1252 u8 matching_channels[SCAN_OFFLOAD_MATCHING_CHANNELS_LEN]; member
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dd3.c1174 hweight8(matches[i].matching_channels[k]); in iwl_mld_set_netdetect_info()
1196 (unsigned long *)&matches[i].matching_channels[0], in iwl_mld_set_netdetect_info()
1197 sizeof(matches[i].matching_channels)) { in iwl_mld_set_netdetect_info()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c2493 n_chans += hweight8(matches[idx].matching_channels[i]); in iwl_mvm_query_num_match_chans()
2499 n_chans += hweight8(matches[idx].matching_channels[i]); in iwl_mvm_query_num_match_chans()
2519 if (matches[idx].matching_channels[i / 8] & (BIT(i % 8))) in iwl_mvm_query_set_freqs()
2527 if (matches[idx].matching_channels[i / 8] & (BIT(i % 8))) in iwl_mvm_query_set_freqs()