Searched refs:cfg_table (Results 1 – 2 of 2) sorted by relevance
280 static struct cfg_info cfg_table[] = { variable656 for (i = 0; cfg_table[i].subvendor != 0 || cfg_table[i].subdevice != 0; in envy24ht_rom2cfg()658 if (cfg_table[i].subvendor == buff->subvendor && in envy24ht_rom2cfg()659 cfg_table[i].subdevice == buff->subdevice) in envy24ht_rom2cfg()661 buff->name = cfg_table[i].name; in envy24ht_rom2cfg()662 buff->codec = cfg_table[i].codec; in envy24ht_rom2cfg()696 for (i = 0; cfg_table[i].subvendor != 0 || cfg_table[i].subdevice != 0; i++) in envy24ht_rom2cfg()697 if (cfg_table[i].subvendor == buff->subvendor && in envy24ht_rom2cfg()698 cfg_table[i].subdevice == buff->subdevice) in envy24ht_rom2cfg()700 buff->name = cfg_table[i].name; in envy24ht_rom2cfg()[all …]
281 static struct cfg_info cfg_table[] = { variable615 for (i = 0; cfg_table[i].subvendor != 0 || cfg_table[i].subdevice != 0; i++) in envy24_rom2cfg()616 if (cfg_table[i].subvendor == buff->subvendor && in envy24_rom2cfg()617 cfg_table[i].subdevice == buff->subdevice) in envy24_rom2cfg()619 buff->name = cfg_table[i].name; in envy24_rom2cfg()620 buff->codec = cfg_table[i].codec; in envy24_rom2cfg()2137 for (i = 0; cfg_table[i].subvendor != 0 || cfg_table[i].subdevice != 0; i++) { in envy24_pci_probe()2138 if (cfg_table[i].subvendor == sv && in envy24_pci_probe()2139 cfg_table[i].subdevice == sd) { in envy24_pci_probe()2143 device_set_desc(dev, cfg_table[i].name); in envy24_pci_probe()[all …]