Lines Matching refs:device_get_parent
96 rv = ACPI_ID_PROBE(device_get_parent(dev), dev, syscont_ids, NULL); in acpi_syscont_probe()
115 device_t parent = device_get_parent(bus); in acpi_syscont_alloc_msi()
117 return (PCIB_ALLOC_MSI(device_get_parent(parent), dev, count, maxcount, in acpi_syscont_alloc_msi()
124 device_t parent = device_get_parent(bus); in acpi_syscont_release_msi()
126 return (PCIB_RELEASE_MSI(device_get_parent(parent), dev, count, irqs)); in acpi_syscont_release_msi()
132 device_t parent = device_get_parent(bus); in acpi_syscont_alloc_msix()
134 return (PCIB_ALLOC_MSIX(device_get_parent(parent), dev, irq)); in acpi_syscont_alloc_msix()
140 device_t parent = device_get_parent(bus); in acpi_syscont_release_msix()
142 return (PCIB_RELEASE_MSIX(device_get_parent(parent), dev, irq)); in acpi_syscont_release_msix()
149 device_t parent = device_get_parent(bus); in acpi_syscont_map_msi()
151 return (PCIB_MAP_MSI(device_get_parent(parent), dev, irq, addr, data)); in acpi_syscont_map_msi()