Searched refs:cfg_table (Results 1 – 2 of 2) sorted by relevance
282 static struct cfg_info cfg_table[] = { variable658 for (i = 0; cfg_table[i].subvendor != 0 || cfg_table[i].subdevice != 0; in envy24ht_rom2cfg()663 buff->name = cfg_table[i].name; in envy24ht_rom2cfg()698 for (i = 0; cfg_table[i].subvendor != 0 || cfg_table[i].subdevice != 0; i++) in envy24ht_rom2cfg()702 buff->name = cfg_table[i].name; in envy24ht_rom2cfg()703 buff->codec = cfg_table[i].codec; in envy24ht_rom2cfg()2063 for (i = 0; cfg_table[i].subvendor != 0 || cfg_table[i].subdevice != 0; i++) { in envy24ht_pci_probe()2064 if (cfg_table[i].subvendor == sv && in envy24ht_pci_probe()2321 for (i = 0; cfg_table[i].subvendor != 0 || cfg_table[i].subdevice != 0; i++) { in envy24ht_init()2325 if (sv == cfg_table[i].subvendor && sd == cfg_table[i].subdevice) { in envy24ht_init()[all …]
283 static struct cfg_info cfg_table[] = { variable617 for (i = 0; cfg_table[i].subvendor != 0 || cfg_table[i].subdevice != 0; i++) in envy24_rom2cfg()621 buff->name = cfg_table[i].name; in envy24_rom2cfg()622 buff->codec = cfg_table[i].codec; in envy24_rom2cfg()2149 for (i = 0; cfg_table[i].subvendor != 0 || cfg_table[i].subdevice != 0; i++) { in envy24_pci_probe()2150 if (cfg_table[i].subvendor == sv && in envy24_pci_probe()2151 cfg_table[i].subdevice == sd) { in envy24_pci_probe()2155 device_set_desc(dev, cfg_table[i].name); in envy24_pci_probe()2412 for (i = 0; cfg_table[i].subvendor != 0 || cfg_table[i].subdevice != 0; i++) { in envy24_init()2416 if (sv == cfg_table[i].subvendor && sd == cfg_table[i].subdevice) { in envy24_init()[all …]