Lines Matching defs:PciId
82 ACPI_PCI_ID *PciId,
91 ACPI_PCI_ID *PciId,
101 * PARAMETERS: PciId - Initial values for the PCI ID. May be
119 * the Bus/Device/Function numbers in the PciId with the actual
123 * The PciId parameter is initially populated during the Operation
138 ACPI_PCI_ID *PciId,
149 if (!PciId)
161 Status = AcpiHwProcessPciList (PciId, ListHead);
252 * PARAMETERS: PciId - Initial values for the PCI ID. May be
267 ACPI_PCI_ID *PciId,
280 "Input PciId: Seg %4.4X Bus %4.4X Dev %4.4X Func %4.4X\n",
281 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function));
283 BusNumber = PciId->Bus;
295 Status = AcpiHwGetPciDeviceInfo (PciId, Info->Device,
306 "Output PciId: Seg %4.4X Bus %4.4X Dev %4.4X Func %4.4X "
308 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function,
350 * PARAMETERS: PciId - Initial values for the PCI ID. May be
368 ACPI_PCI_ID *PciId,
405 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (ReturnValue));
406 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (ReturnValue));
414 PciId->Bus = *BusNumber;
423 Status = AcpiOsReadPciConfiguration (PciId,
442 Status = AcpiOsReadPciConfiguration (PciId,
450 PciId->Bus = (UINT16) PciValue;
454 Status = AcpiOsReadPciConfiguration (PciId,