Lines Matching refs:subdevice
108 u_int16_t subvendor, subdevice; member
605 buff->subdevice = envy24_rdrom(sc, ENVY24_E2PROM_SUBDEVICE) << 8; in envy24_rom2cfg()
606 buff->subdevice += envy24_rdrom(sc, ENVY24_E2PROM_SUBDEVICE + 1); in envy24_rom2cfg()
615 for (i = 0; cfg_table[i].subvendor != 0 || cfg_table[i].subdevice != 0; i++) in envy24_rom2cfg()
617 cfg_table[i].subdevice == buff->subdevice) in envy24_rom2cfg()
1026 ptr->parent->cfg->subdevice == 0x1138 && ptr->num == 100) { in envy24_delta_ak4524_init()
1142 if (sc->cfg->subvendor==0x153b && sc->cfg->subdevice==0x1138 ) { in envy24_setvolume()
2137 for (i = 0; cfg_table[i].subvendor != 0 || cfg_table[i].subdevice != 0; i++) { in envy24_pci_probe()
2139 cfg_table[i].subdevice == sd) { in envy24_pci_probe()
2294 sc->cfg->subvendor, sc->cfg->subdevice); in envy24_putcfg()
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()