Lines Matching refs:cfg_table
280 static struct cfg_info cfg_table[] = { variable
656 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()
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()
2053 cfg_table[i].subdevice == sd) { in envy24ht_pci_probe()
2057 device_set_desc(dev, cfg_table[i].name); 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()
2316 sc->cfg = &cfg_table[i]; in envy24ht_init()