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()661 buff->name = cfg_table[i].name; in envy24ht_rom2cfg()696 for (i = 0; cfg_table[i].subvendor != 0 || cfg_table[i].subdevice != 0; i++) in envy24ht_rom2cfg()700 buff->name = cfg_table[i].name; in envy24ht_rom2cfg()701 buff->codec = cfg_table[i].codec; in envy24ht_rom2cfg()2051 for (i = 0; cfg_table[i].subvendor != 0 || cfg_table[i].subdevice != 0; i++) { in envy24ht_pci_probe()2052 if (cfg_table[i].subvendor == sv && in envy24ht_pci_probe()2308 for (i = 0; cfg_table[i].subvendor != 0 || cfg_table[i].subdevice != 0; i++) { in envy24ht_init()2312 if (sv == cfg_table[i].subvendor && sd == cfg_table[i].subdevice) { in envy24ht_init()[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()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()2401 for (i = 0; cfg_table[i].subvendor != 0 || cfg_table[i].subdevice != 0; i++) { in envy24_init()2405 if (sv == cfg_table[i].subvendor && sd == cfg_table[i].subdevice) { in envy24_init()[all …]