Home | History | Annotate | Download | only in hardware

Lines Matching refs:Function

3  * Module Name: hwpci - Obtain PCI bus, device, and function numbers
207 * FUNCTION: AcpiHwDerivePciId
210 * modified by this function.
219 * DESCRIPTION: This function derives a full PCI ID for a PCI device,
221 * and function code.
225 * initialization. This function is invoked during configuration
227 * the Bus/Device/Function numbers in the PciId with the actual
232 * Region initialization. This function is then called, and is
234 * Function number PCI ID subfields as appropriate for the
267 /* Walk the list, updating the PCI device/function/bus numbers */
282 * FUNCTION: AcpiHwBuildPciList
358 * FUNCTION: AcpiHwProcessPciList
361 * modified by this function.
389 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function));
394 * Descend down the namespace tree, collecting PCI device, function,
397 * function, and bus numbers that are discovered, and assign them
416 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function,
425 * FUNCTION: AcpiHwDeletePciList
456 * FUNCTION: AcpiHwGetPciDeviceInfo
459 * modified by this function.
468 * _ADR (contains PCI device and function numbers), and for PCI
510 * From _ADR, get the PCI Device and Function and
514 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (ReturnValue));