| /Linux-v6.6/drivers/pcmcia/ |
| D | cardbus.c | 54 if (dev->subordinate) in cardbus_config_irq_and_cls() 55 cardbus_config_irq_and_cls(dev->subordinate, irq); in cardbus_config_irq_and_cls() 68 struct pci_bus *bus = s->cb_dev->subordinate; in cb_alloc() 114 bus = bridge->subordinate; in cb_free()
|
| D | yenta_socket.c | 709 res->name = dev->subordinate->name; in yenta_allocate_res() 781 pci_setup_cardbus(socket->dev->subordinate); in yenta_allocate_resources() 1064 ((unsigned int)dev->subordinate->busn_res.end << 16) | /* subordinate bus */ in yenta_config_init() 1065 ((unsigned int)dev->subordinate->busn_res.start << 8) | /* secondary bus */ in yenta_config_init() 1066 dev->subordinate->primary); /* primary bus */ in yenta_config_init() 1081 * yenta_fixup_parent_bridge - Fix subordinate bus# of the parent bridge 1085 * invisible during PCI scans because of a misconfigured subordinate number 1103 return; /* The subordinate number is ok, nothing to do */ in yenta_fixup_parent_bridge() 1125 /* Show that the wanted subordinate number is not possible: */ in yenta_fixup_parent_bridge() 1131 /* If we have room to increase the bridge's subordinate number, */ in yenta_fixup_parent_bridge() [all …]
|
| /Linux-v6.6/drivers/pci/pcie/ |
| D | err.c | 167 * If the device provided is a bridge, walk the subordinate bus, including 171 * If the device provided has no subordinate bus, e.g., an RCEC or RCiEP, 178 if (bridge->subordinate) in pci_walk_bridge() 179 pci_walk_bus(bridge->subordinate, cb, userdata); in pci_walk_bridge() 196 * also includes any subordinate devices. in pcie_do_recovery() 214 pci_warn(bridge, "subordinate device reset failed\n"); in pcie_do_recovery()
|
| D | pme.c | 85 if (dev->subordinate && pcie_pme_walk_bus(dev->subordinate)) in pcie_pme_walk_bus() 154 found = pcie_pme_walk_bus(port->subordinate); in pcie_pme_handle_request() 316 else if (port->subordinate) in pcie_pme_mark_devices() 317 pci_walk_bus(port->subordinate, pcie_pme_can_wakeup, NULL); in pcie_pme_mark_devices() 370 || pcie_pme_check_wakeup(dev->subordinate)) in pcie_pme_check_wakeup() 401 wakeup = pcie_pme_check_wakeup(port->subordinate); in pcie_pme_suspend()
|
| D | aspm.c | 144 struct pci_bus *linkbus = link->pdev->subordinate; in pcie_set_clkpm_nocheck() 174 struct pci_bus *linkbus = link->pdev->subordinate; in pcie_clkpm_cap_init() 204 struct pci_bus *linkbus = parent->subordinate; in pcie_aspm_configure_common_clock() 382 struct pci_dev *dev = pci_function_0(link->pdev->subordinate); in pcie_aspm_check_latency() 589 struct pci_bus *linkbus = parent->subordinate; in pcie_aspm_cap_init() 725 struct pci_bus *linkbus = parent->subordinate; in pcie_config_aspm_link() 795 list_for_each_entry(child, &pdev->subordinate->devices, bus_list) { in pcie_aspm_sanity_check() 831 link->downstream = pci_function_0(pdev->subordinate); in alloc_pcie_link_state() 838 * its subordinate endpoints. in alloc_pcie_link_state() 866 list_for_each_entry(child, &pdev->subordinate->devices, bus_list) in pcie_aspm_update_sysfs_visibility() [all …]
|
| /Linux-v6.6/drivers/pci/ |
| D | remove.c | 69 struct pci_bus *bus = dev->subordinate; in pci_stop_bus_device() 89 struct pci_bus *bus = dev->subordinate; in pci_remove_bus_device() 98 dev->subordinate = NULL; in pci_remove_bus_device() 109 * that the device has been removed. We also remove any subordinate
|
| D | probe.c | 865 * The bus can be a root bus, a subordinate bus, or a virtual bus in pci_set_bus_msi_domain() 1113 /* Set up the primary, secondary and subordinate bus numbers */ in pci_alloc_child_bus() 1144 bridge->subordinate = child; in pci_alloc_child_bus() 1194 * pci_ea_fixed_busnrs() - Read fixed Secondary and Subordinate bus 1198 * @sub: updated with subordinate bus number from EA 1201 * and subordinate bus numbers, return true with the bus numbers in @sec 1234 * @max: Starting subordinate number of buses behind this bridge 1251 * Return: New subordinate number covering all buses behind this bridge. 1261 u8 primary, secondary, subordinate; in pci_scan_bridge_extend() local 1276 subordinate = (buses >> 16) & 0xFF; in pci_scan_bridge_extend() [all …]
|
| D | of_property.c | 94 u32 bus_range[] = { pdev->subordinate->busn_res.start, in of_pci_prop_bus_range() 95 pdev->subordinate->busn_res.end }; in of_pci_prop_bus_range() 224 list_for_each_entry(child, &pdev->subordinate->devices, bus_list) { in of_pci_prop_intr_map() 243 list_for_each_entry(child, &pdev->subordinate->devices, bus_list) { in of_pci_prop_intr_map()
|
| D | bus.c | 382 child = dev->subordinate; in pci_bus_add_devices() 423 if (dev->subordinate) { in pci_walk_bus() 425 next = dev->subordinate->devices.next; in pci_walk_bus() 426 bus = dev->subordinate; in pci_walk_bus()
|
| D | pci-sysfs.c | 168 if (pci_dev->subordinate) in resource_show() 388 struct pci_bus *subordinate = pdev->subordinate; in msi_bus_show() local 390 return sysfs_emit(buf, "%u\n", subordinate ? in msi_bus_show() 391 !(subordinate->bus_flags & PCI_BUS_FLAGS_NO_MSI) in msi_bus_show() 399 struct pci_bus *subordinate = pdev->subordinate; in msi_bus_store() local 413 if (!subordinate) { in msi_bus_store() 421 subordinate->bus_flags &= ~PCI_BUS_FLAGS_NO_MSI; in msi_bus_store() 423 subordinate->bus_flags |= PCI_BUS_FLAGS_NO_MSI; in msi_bus_store() 425 dev_info(&subordinate->dev, "MSI/MSI-X %s for future drivers of devices on this bus\n", in msi_bus_store()
|
| D | setup-bus.c | 1209 struct pci_bus *b = dev->subordinate; in __pci_bus_size_bridges() 1384 b = dev->subordinate; in __pci_bus_assign_resources() 1450 child = dev->subordinate; in pci_bus_allocate_dev_resources() 1490 b = bridge->subordinate; in __pci_bridge_assign_resources() 1592 struct pci_bus *b = dev->subordinate; in pci_bus_release_bridge_resources() 1638 b = dev->subordinate; in pci_bus_dump_resources() 1914 b = dev->subordinate; in pci_bus_distribute_available_resources() 1976 pci_bus_distribute_available_resources(bridge->subordinate, in pci_bridge_distribute_available_resources() 2014 b = dev->subordinate; in pci_root_bus_distribute_available_resources() 2065 * Depth first, calculate sizes and alignments of all subordinate buses. in pci_assign_unassigned_root_bus_resources() [all …]
|
| D | pci.c | 1494 pci_bus_set_current_state(dev->subordinate, PCI_D3cold); in pci_set_power_state() 2432 * configuration space of subordinate devices in pci_pme_list_scan() 2591 * wakeup on behalf of subordinate devices which is set up in __pci_enable_wake() 3127 pci_walk_bus(bridge->subordinate, pci_dev_check_d3cold, in pci_bridge_d3_update() 5084 if (!dev->subordinate || list_empty(&dev->subordinate->devices)) { in pci_bridge_wait_for_secondary_bus() 5090 delay = pci_bus_max_d3cold_delay(dev->subordinate); in pci_bridge_wait_for_secondary_bus() 5096 child = list_first_entry(&dev->subordinate->devices, struct pci_dev, in pci_bridge_wait_for_secondary_bus() 5207 if (pci_is_root_bus(dev->bus) || dev->subordinate || in pci_parent_bus_reset() 5238 if (dev->multifunction || dev->subordinate || !dev->slot || in pci_dev_reset_slot_function() 5650 (dev->subordinate && !pci_bus_resettable(dev->subordinate))) in pci_bus_resettable() [all …]
|
| D | search.c | 75 * devices using the subordinate bus number (PCI Express to in pci_for_each_dma_alias() 90 PCI_DEVID(tmp->subordinate->number, in pci_for_each_dma_alias() 104 PCI_DEVID(tmp->subordinate->number, in pci_for_each_dma_alias()
|
| /Linux-v6.6/drivers/pci/hotplug/ |
| D | acpiphp_glue.c | 24 * - When a P2P bridge is present, we elevate the refcount on the subordinate 379 * that is equivalent to the bus->subordinate in acpiphp_max_busnr() 381 * bus->subordinate value because it could have in acpiphp_max_busnr() 446 struct pci_bus *bus = bridge->subordinate; in acpiphp_native_scan_bridge() 466 if (dev->subordinate) { in acpiphp_native_scan_bridge() 467 pcibios_resource_survey_bus(dev->subordinate); in acpiphp_native_scan_bridge() 468 pci_bus_size_bridges(dev->subordinate); in acpiphp_native_scan_bridge() 469 pci_bus_assign_resources(dev->subordinate); in acpiphp_native_scan_bridge() 512 if (pass && dev->subordinate) { in enable_slot() 514 pcibios_resource_survey_bus(dev->subordinate); in enable_slot() [all …]
|
| D | shpchp_pci.c | 28 struct pci_bus *parent = bridge->subordinate; in shpchp_configure_device() 66 struct pci_bus *parent = p_slot->ctrl->pci_dev->subordinate; in shpchp_unconfigure_device()
|
| D | pciehp_pci.c | 36 struct pci_bus *parent = bridge->subordinate; in pciehp_configure_device() 94 struct pci_bus *parent = ctrl->pcie->port->subordinate; in pciehp_unconfigure_device()
|
| D | shpchp_core.c | 82 slot->bus = ctrl->pci_dev->subordinate->number; in init_slots() 101 pci_domain_nr(ctrl->pci_dev->subordinate), in init_slots() 105 ctrl->pci_dev->subordinate, slot->device, name); in init_slots()
|
| D | shpchp_ctrl.c | 236 struct pci_bus *parent = ctrl->pci_dev->subordinate; in board_added() 272 bsp = ctrl->pci_dev->subordinate->cur_bus_speed; in board_added() 273 msp = ctrl->pci_dev->subordinate->max_bus_speed; in board_added() 276 if (!list_empty(&ctrl->pci_dev->subordinate->devices)) in board_added()
|
| /Linux-v6.6/arch/mips/pci/ |
| D | fixup-sb1250.c | 27 * width, so we record the PCI-HT bridge's secondary and subordinate bus 51 exclude->start = dev->subordinate->number; in sb1250_bus_dma_limit() 52 exclude->end = pci_bus_max_busnr(dev->subordinate); in sb1250_bus_dma_limit()
|
| /Linux-v6.6/arch/x86/pci/ |
| D | sta2x11-fixup.c | 53 /* This has a subordinate bridge, with 4 more-subordinate ones */ in sta2x11_new_instance() 54 instance->bus0 = pdev->subordinate->number + 1; in sta2x11_new_instance()
|
| /Linux-v6.6/drivers/pci/controller/ |
| D | pci-thunder-ecam.c | 278 v = 0x0101; /* subordinate:secondary = 1:1 */ in thunder_ecam_config_read() 280 v = 0x0202; /* subordinate:secondary = 2:2 */ in thunder_ecam_config_read() 282 v = 0x0303; /* subordinate:secondary = 3:3 */ in thunder_ecam_config_read() 284 v = 0x0404; /* subordinate:secondary = 4:4 */ in thunder_ecam_config_read()
|
| /Linux-v6.6/drivers/irqchip/ |
| D | irq-gic-v3-its-pci-msi.c | 74 if (alias_dev->subordinate) in its_pci_msi_prepare() 75 pci_walk_bus(alias_dev->subordinate, in its_pci_msi_prepare()
|
| /Linux-v6.6/drivers/firmware/ |
| D | ti_sci.h | 922 * completion queue must be assigned to the host, or a subordinate of the host, 1019 * The specified completion queue must be assigned to the host, or a subordinate 1042 * The additional flows must be assigned to the host, or a subordinate of the 1054 * subordinate of the host, requesting configuration of the receive channel. 1165 * owned by the host, or a subordinate of the host, requesting allocation and 1213 * by the host, or a subordinate of the host, requesting allocation and 1221 * by the host, or a subordinate of the host, requesting allocation and 1229 * by the host, or a subordinate of the host, requesting allocation and 1237 * by the host, or a subordinate of the host, requesting allocation and
|
| /Linux-v6.6/arch/sh/drivers/pci/ |
| D | pci.c | 254 if (dev->subordinate) in pcibios_bus_report_status() 255 pcibios_bus_report_status(dev->subordinate, status_mask, warn); in pcibios_bus_report_status()
|
| /Linux-v6.6/Documentation/devicetree/bindings/input/ |
| D | pine64,pinephone-keyboard.yaml | 15 subordinate I2C bus for communication with a battery charger IC.
|