Home
last modified time | relevance | path

Searched refs:is_hotplug_bridge (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.1/drivers/pci/
Dsetup-bus.c1251 if (bus->self->is_hotplug_bridge) { in __pci_bus_size_bridges()
1821 if (dev->is_hotplug_bridge) in pci_bus_distribute_available_resources()
1853 if (dev->is_hotplug_bridge) in pci_bus_distribute_available_resources()
1897 if (!b || !dev->is_hotplug_bridge) in pci_bus_distribute_available_resources()
1923 if (!bridge->is_hotplug_bridge) in pci_bridge_distribute_available_resources()
Dprobe.c1578 pdev->is_hotplug_bridge = 1; in set_pcie_hotplug_bridge()
2711 if (dev->is_hotplug_bridge && in pcie_find_smpss()
2904 if (dev->is_hotplug_bridge) in pci_scan_child_bus_extend()
2940 } else if (dev->is_hotplug_bridge) { in pci_scan_child_bus_extend()
2961 if (bus->self && bus->self->is_hotplug_bridge) { in pci_scan_child_bus_extend()
Dpci-acpi.c984 if (acpi_pci_disabled || !dev->is_hotplug_bridge) in acpi_pci_bridge_d3()
Dquirks.c3137 dev->is_hotplug_bridge = 1; in quirk_hotplug_bridge()
3686 if (pdev->is_hotplug_bridge && in quirk_thunderbolt_hotplug_msi()
Dpci.c2986 if (bridge->is_hotplug_bridge && !pciehp_is_native(bridge)) in pci_bridge_d3_possible()
3005 if (bridge->is_hotplug_bridge) in pci_bridge_d3_possible()
/Linux-v6.1/drivers/pci/hotplug/
Dacpiphp_glue.c411 if (dev->is_hotplug_bridge) in check_hotplug_bridge()
416 dev->is_hotplug_bridge = 1; in check_hotplug_bridge()
Dpciehp_hpc.c975 if (bus->self && bus->self->is_hotplug_bridge) in pcie_hotplug_depth()
/Linux-v6.1/drivers/pci/pcie/
Dportdrv_core.c211 if (dev->is_hotplug_bridge && in get_port_device_capability()
/Linux-v6.1/drivers/thunderbolt/
Dtb.c1774 !pdev->is_hotplug_bridge) in tb_apple_add_links()
/Linux-v6.1/include/linux/
Dpci.h439 unsigned int is_hotplug_bridge:1; member