Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dcore.h457 unsigned short subdevice_mask; /* bitmask to match */ member
465 .subvendor = (vend), .subdevice = (dev), .subdevice_mask = (mask)
/openbmc/linux/sound/core/
H A Dmisc.c120 (device & q->subdevice_mask) == q->subdevice) in snd_pci_quirk_lookup_id()
/openbmc/linux/sound/pci/hda/
H A Dhda_local.h303 unsigned short subdevice_mask; /* bitmask to match */ member
H A Dhda_auto_parser.c965 (device & q->subdevice_mask) == q->subdevice; in hda_quirk_match()