Searched refs:CodecIndex (Results 1 – 2 of 2) sorted by relevance
699 ULONG CodecIndex, AFGIndex; in HDA_FDORemoveDevice() local728 for (CodecIndex = 0; CodecIndex < HDA_MAX_CODECS; CodecIndex++) in HDA_FDORemoveDevice()730 CodecEntry = DeviceExtension->Codecs[CodecIndex]; in HDA_FDORemoveDevice()765 ULONG DeviceCount, CodecIndex, AFGIndex; in HDA_FDOQueryBusRelations() local775 for (CodecIndex = 0; CodecIndex < HDA_MAX_CODECS; CodecIndex++) in HDA_FDOQueryBusRelations()777 if (DeviceExtension->Codecs[CodecIndex] == NULL) in HDA_FDOQueryBusRelations()780 Codec = DeviceExtension->Codecs[CodecIndex]; in HDA_FDOQueryBusRelations()792 for (CodecIndex = 0; CodecIndex < HDA_MAX_CODECS; CodecIndex++) in HDA_FDOQueryBusRelations()794 if (DeviceExtension->Codecs[CodecIndex] == NULL) in HDA_FDOQueryBusRelations()797 Codec = DeviceExtension->Codecs[CodecIndex]; in HDA_FDOQueryBusRelations()
41 ULONG CodecIndex, AFGIndex; in HDA_FdoPnp() local58 for (CodecIndex = 0; CodecIndex < HDA_MAX_CODECS; CodecIndex++) in HDA_FdoPnp()60 CodecEntry = FDODeviceExtension->Codecs[CodecIndex]; in HDA_FdoPnp()