Lines Matching defs:name
85 char driver[16]; /* driver name */
86 char shortname[32]; /* short name of this soundcard */
87 char longname[80]; /* name of this soundcard */
89 char mixername[80]; /* mixer name */
339 int snd_devm_request_dma(struct device *dev, int dma, const char *name);
460 const char *name; /* name of the device (optional) */
471 {_SND_PCI_QUIRK_ID(vend, dev), .value = (val), .name = (xname)}
473 {_SND_PCI_QUIRK_ID_MASK(vend, 0, 0), .value = (val), .name = (xname)}
476 .value = (val), .name = (xname)}
477 #define snd_pci_quirk_name(q) ((q)->name)