Searched refs:check_feature (Results 1 – 3 of 3) sorted by relevance
/external/libjpeg-turbo/simd/arm/ |
D | jsimd.c | 38 check_feature(char *buffer, char *feature) in check_feature() function 86 if (check_feature(buffer, "neon")) in parse_proc_cpuinfo()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_capa.c | 1231 static int check_feature(enum qca_wlan_vendor_features feature, in check_feature() function 1264 if (check_feature(QCA_WLAN_VENDOR_FEATURE_KEY_MGMT_OFFLOAD, &info)) in qca_nl80211_get_features() 1267 if (check_feature(QCA_WLAN_VENDOR_FEATURE_SUPPORT_HW_MODE_ANY, &info)) in qca_nl80211_get_features() 1270 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OFFCHANNEL_SIMULTANEOUS, in qca_nl80211_get_features() 1273 if (check_feature(QCA_WLAN_VENDOR_FEATURE_P2P_LISTEN_OFFLOAD, &info)) in qca_nl80211_get_features() 1275 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OCE_STA, &info)) in qca_nl80211_get_features() 1277 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OCE_AP, &info)) in qca_nl80211_get_features() 1279 if (check_feature(QCA_WLAN_VENDOR_FEATURE_OCE_STA_CFON, &info)) in qca_nl80211_get_features()
|
/external/libjpeg-turbo/simd/powerpc/ |
D | jsimd.c | 47 check_feature(char *buffer, char *feature) in check_feature() function 95 if (check_feature(buffer, "altivec")) in parse_proc_cpuinfo()
|