Lines Matching refs:pci_id
72 acpi_hw_process_pci_list(struct acpi_pci_id *pci_id,
78 acpi_hw_get_pci_device_info(struct acpi_pci_id *pci_id,
122 acpi_hw_derive_pci_id(struct acpi_pci_id *pci_id, in acpi_hw_derive_pci_id() argument
130 if (!pci_id) { in acpi_hw_derive_pci_id()
142 status = acpi_hw_process_pci_list(pci_id, list_head); in acpi_hw_derive_pci_id()
242 acpi_hw_process_pci_list(struct acpi_pci_id *pci_id, in acpi_hw_process_pci_list() argument
254 pci_id->segment, pci_id->bus, pci_id->device, in acpi_hw_process_pci_list()
255 pci_id->function)); in acpi_hw_process_pci_list()
257 bus_number = pci_id->bus; in acpi_hw_process_pci_list()
268 status = acpi_hw_get_pci_device_info(pci_id, info->device, in acpi_hw_process_pci_list()
280 pci_id->segment, pci_id->bus, pci_id->device, in acpi_hw_process_pci_list()
281 pci_id->function, status, bus_number, is_bridge)); in acpi_hw_process_pci_list()
333 acpi_hw_get_pci_device_info(struct acpi_pci_id *pci_id, in acpi_hw_get_pci_device_info() argument
365 pci_id->device = ACPI_HIWORD(ACPI_LODWORD(return_value)); in acpi_hw_get_pci_device_info()
366 pci_id->function = ACPI_LOWORD(ACPI_LODWORD(return_value)); in acpi_hw_get_pci_device_info()
373 pci_id->bus = *bus_number; in acpi_hw_get_pci_device_info()
382 status = acpi_os_read_pci_configuration(pci_id, in acpi_hw_get_pci_device_info()
400 status = acpi_os_read_pci_configuration(pci_id, in acpi_hw_get_pci_device_info()
408 pci_id->bus = (u16)pci_value; in acpi_hw_get_pci_device_info()
412 status = acpi_os_read_pci_configuration(pci_id, in acpi_hw_get_pci_device_info()