Searched refs:denylist (Results 1 - 2 of 2) sorted by relevance

/linux-master/sound/hda/
H A Dhdac_i915.c131 static const struct pci_device_id denylist[] = { local
161 if (pci_match_id(denylist, display_dev))
/linux-master/sound/pci/
H A Dbt87x.c765 } denylist[] = { variable in typeref:struct:__anon73
781 /* return the id of the card, or a negative value if it's on the denylist */
791 for (i = 0; i < ARRAY_SIZE(denylist); ++i)
792 if (denylist[i].subvendor == pci->subsystem_vendor &&
793 denylist[i].subdevice == pci->subsystem_device) {

Completed in 79 milliseconds