Lines Matching refs:pci_id

36 acpi_hw_process_pci_list(struct acpi_pci_id *pci_id,
42 acpi_hw_get_pci_device_info(struct acpi_pci_id *pci_id,
86 acpi_hw_derive_pci_id(struct acpi_pci_id *pci_id, in acpi_hw_derive_pci_id() argument
94 if (!pci_id) { in acpi_hw_derive_pci_id()
106 status = acpi_hw_process_pci_list(pci_id, list_head); in acpi_hw_derive_pci_id()
205 acpi_hw_process_pci_list(struct acpi_pci_id *pci_id, in acpi_hw_process_pci_list() argument
217 pci_id->segment, pci_id->bus, pci_id->device, in acpi_hw_process_pci_list()
218 pci_id->function)); in acpi_hw_process_pci_list()
220 bus_number = pci_id->bus; in acpi_hw_process_pci_list()
231 status = acpi_hw_get_pci_device_info(pci_id, info->device, in acpi_hw_process_pci_list()
243 pci_id->segment, pci_id->bus, pci_id->device, in acpi_hw_process_pci_list()
244 pci_id->function, status, bus_number, is_bridge)); in acpi_hw_process_pci_list()
296 acpi_hw_get_pci_device_info(struct acpi_pci_id *pci_id, in acpi_hw_get_pci_device_info() argument
328 pci_id->device = ACPI_HIWORD(ACPI_LODWORD(return_value)); in acpi_hw_get_pci_device_info()
329 pci_id->function = ACPI_LOWORD(ACPI_LODWORD(return_value)); in acpi_hw_get_pci_device_info()
336 pci_id->bus = *bus_number; in acpi_hw_get_pci_device_info()
345 status = acpi_os_read_pci_configuration(pci_id, in acpi_hw_get_pci_device_info()
363 status = acpi_os_read_pci_configuration(pci_id, in acpi_hw_get_pci_device_info()
371 pci_id->bus = (u16)pci_value; in acpi_hw_get_pci_device_info()
375 status = acpi_os_read_pci_configuration(pci_id, in acpi_hw_get_pci_device_info()