Searched refs:feats (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/pci/ |
| H A D | doe.c | 57 struct xarray feats; member 149 xa_for_each(&doe_mb->feats, i, entry) { in pci_doe_sysfs_feature_remove() 169 xa_for_each(&doe_mb->feats, i, entry) in pci_doe_sysfs_feature_populate() 179 xa_for_each(&doe_mb->feats, i, entry) { in pci_doe_sysfs_feature_populate() 609 rc = xa_insert(&doe_mb->feats, xa_idx++, in pci_doe_cache_features() 653 xa_init(&doe_mb->feats); in pci_doe_create_mb() 689 xa_destroy(&doe_mb->feats); in pci_doe_create_mb() 707 xa_destroy(&doe_mb->feats); in pci_doe_destroy_mb() 730 xa_for_each(&doe_mb->feats, index, entry) in pci_doe_supports_feat()
|
| /linux-6.15/arch/x86/tools/ |
| H A D | cpufeaturemasks.awk | 32 feats[nfeat] = feat; 59 feat = feats[i*32 + j];
|
| /linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | feature.c | 69 u32 feats = bus_if->drvr->feat_flags; in brcmf_feat_debugfs_read() local 73 seq_printf(seq, "Features: %08x\n", feats); in brcmf_feat_debugfs_read() 75 if (feats & BIT(id)) in brcmf_feat_debugfs_read()
|
| /linux-6.15/tools/testing/selftests/arm64/signal/ |
| H A D | test_signals_utils.c | 39 static inline char *feats_to_string(unsigned long feats) in feats_to_string() argument 46 if (feats & (1UL << i)) { in feats_to_string()
|