Home
last modified time | relevance | path

Searched refs:check_feature (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_capa.c1134 static int check_feature(enum qca_wlan_vendor_features feature, in check_feature() function
1167 if (check_feature(QCA_WLAN_VENDOR_FEATURE_KEY_MGMT_OFFLOAD, &info)) in qca_nl80211_get_features()
1170 if (check_feature(QCA_WLAN_VENDOR_FEATURE_SUPPORT_HW_MODE_ANY, &info)) in qca_nl80211_get_features()
1173 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OFFCHANNEL_SIMULTANEOUS, in qca_nl80211_get_features()
1176 if (check_feature(QCA_WLAN_VENDOR_FEATURE_P2P_LISTEN_OFFLOAD, &info)) in qca_nl80211_get_features()
1178 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OCE_STA, &info)) in qca_nl80211_get_features()
1180 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OCE_AP, &info)) in qca_nl80211_get_features()
1182 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OCE_STA_CFON, &info)) in qca_nl80211_get_features()
/dragonfly/sys/dev/drm/amd/powerplay/smumgr/
H A Dsmu8_smumgr.c855 unsigned long check_feature) in smu8_dpm_check_smu_features() argument
863 if (features & check_feature) in smu8_dpm_check_smu_features()