Searched refs:subordinate (Results 1 - 78 of 78) sorted by relevance

/linux-4.1.27/drivers/pci/
H A Dhotplug-pci.c24 if (!dev->subordinate) pci_hp_add_bridge()
H A Dremove.c64 struct pci_bus *bus = dev->subordinate; pci_stop_bus_device()
84 struct pci_bus *bus = dev->subordinate; pci_remove_bus_device()
93 dev->subordinate = NULL; pci_remove_bus_device()
104 * that the device has been removed. We also remove any subordinate
H A Dbus.c320 child = dev->subordinate; pci_bus_add_devices()
361 if (dev->subordinate) { pci_walk_bus()
363 next = dev->subordinate->devices.next; pci_walk_bus()
364 bus = dev->subordinate; pci_walk_bus()
H A Dprobe.c694 * Set up the primary, secondary and subordinate pci_alloc_child_bus()
717 bridge->subordinate = child; pci_alloc_child_bus()
773 u8 primary, secondary, subordinate; pci_scan_bridge() local
779 subordinate = (buses >> 16) & 0xFF; pci_scan_bridge()
782 secondary, subordinate, pass); pci_scan_bridge()
784 if (!primary && (primary != bus->number) && secondary && subordinate) { pci_scan_bridge()
792 secondary > subordinate)) { pci_scan_bridge()
794 secondary, subordinate); pci_scan_bridge()
806 if ((secondary || subordinate) && !pcibios_assign_all_busses() && pci_scan_bridge()
828 pci_bus_insert_busn_res(child, secondary, subordinate); pci_scan_bridge()
833 if (cmax > subordinate) pci_scan_bridge()
834 dev_warn(&dev->dev, "bridge has subordinate %02x but max busn %02x\n", pci_scan_bridge()
835 subordinate, cmax); pci_scan_bridge()
836 /* subordinate should equal child->busn_res.end */ pci_scan_bridge()
837 if (subordinate > max) pci_scan_bridge()
838 max = subordinate; pci_scan_bridge()
925 * Set the subordinate bus number to its real value. pci_scan_bridge()
2176 * Returns the max number of subordinate bus discovered.
2181 struct pci_bus *bus = bridge->subordinate; pci_rescan_bus_bridge_resize()
2199 * Returns the max number of subordinate bus discovered.
H A Dpci.c751 pci_wakeup_bus(dev->subordinate); __pci_start_power_transition()
796 __pci_bus_set_current_state(dev->subordinate, PCI_D3cold); __pci_complete_power_transition()
1682 * configuration space of subordinate devices pci_pme_list_scan()
3278 * delay before we can consider subordinate devices to pci_reset_secondary_bus()
3307 if (pci_is_root_bus(dev->bus) || dev->subordinate || pci_parent_bus_reset()
3342 if (dev->subordinate || !dev->slot || pci_dev_reset_slot_function()
3602 (dev->subordinate && !pci_bus_resetable(dev->subordinate))) pci_bus_resetable()
3616 if (dev->subordinate) pci_bus_lock()
3617 pci_bus_lock(dev->subordinate); pci_bus_lock()
3627 if (dev->subordinate) pci_bus_unlock()
3628 pci_bus_unlock(dev->subordinate); pci_bus_unlock()
3641 if (dev->subordinate) { pci_bus_trylock()
3642 if (!pci_bus_trylock(dev->subordinate)) { pci_bus_trylock()
3652 if (dev->subordinate) pci_bus_trylock()
3653 pci_bus_unlock(dev->subordinate); pci_bus_trylock()
3668 (dev->subordinate && !pci_bus_resetable(dev->subordinate))) pci_slot_resetable()
3684 if (dev->subordinate) pci_slot_lock()
3685 pci_bus_lock(dev->subordinate); pci_slot_lock()
3697 if (dev->subordinate) pci_slot_unlock()
3698 pci_bus_unlock(dev->subordinate); pci_slot_unlock()
3713 if (dev->subordinate) { pci_slot_trylock()
3714 if (!pci_bus_trylock(dev->subordinate)) { pci_slot_trylock()
3727 if (dev->subordinate) pci_slot_trylock()
3728 pci_bus_unlock(dev->subordinate); pci_slot_trylock()
3741 if (dev->subordinate) pci_bus_save_and_disable()
3742 pci_bus_save_and_disable(dev->subordinate); pci_bus_save_and_disable()
3748 * restored before we can get to subordinate devices.
3756 if (dev->subordinate) pci_bus_restore()
3757 pci_bus_restore(dev->subordinate); pci_bus_restore()
3770 if (dev->subordinate) pci_slot_save_and_disable()
3771 pci_bus_save_and_disable(dev->subordinate); pci_slot_save_and_disable()
3777 * restored before we can get to subordinate devices.
3787 if (dev->subordinate) pci_slot_restore()
3788 pci_bus_restore(dev->subordinate); pci_slot_restore()
3833 * function of the slot and any subordinate buses behind the slot are reset
3921 * Do a bus reset on the given bus and any subordinate buses, saving
H A Dpci-sysfs.c139 if (pci_dev->subordinate) resource_show()
259 struct pci_bus *subordinate = pdev->subordinate; msi_bus_show() local
261 return sprintf(buf, "%u\n", subordinate ? msi_bus_show()
262 !(subordinate->bus_flags & PCI_BUS_FLAGS_NO_MSI) msi_bus_show()
270 struct pci_bus *subordinate = pdev->subordinate; msi_bus_store() local
284 if (!subordinate) { msi_bus_store()
292 subordinate->bus_flags &= ~PCI_BUS_FLAGS_NO_MSI; msi_bus_store()
294 subordinate->bus_flags |= PCI_BUS_FLAGS_NO_MSI; msi_bus_store()
296 dev_info(&subordinate->dev, "MSI/MSI-X %s for future drivers of devices on this bus\n", msi_bus_store()
H A Dsetup-bus.c1228 struct pci_bus *b = dev->subordinate; __pci_bus_size_bridges()
1353 b = dev->subordinate; __pci_bus_assign_resources()
1392 b = bridge->subordinate; __pci_bridge_assign_resources()
1495 struct pci_bus *b = dev->subordinate; pci_bus_release_bridge_resources()
1541 b = dev->subordinate; pci_bus_dump_resources()
1677 subordinate buses. */ pci_assign_unassigned_root_bus_resources()
1723 if (fail_res->dev->subordinate) pci_assign_unassigned_root_bus_resources()
1745 struct pci_bus *parent = bridge->subordinate; pci_assign_unassigned_bridge_resources()
1789 if (fail_res->dev->subordinate) pci_assign_unassigned_bridge_resources()
1813 __pci_bus_size_bridges(dev->subordinate, pci_assign_unassigned_bus_resources()
H A Dsearch.c61 * devices using the subordinate bus number (PCI Express to pci_for_each_dma_alias()
76 PCI_DEVID(tmp->subordinate->number, pci_for_each_dma_alias()
92 PCI_DEVID(tmp->subordinate->number, pci_for_each_dma_alias()
H A Dquirks.c747 list_for_each_entry(pdev, &dev->subordinate->devices, bus_list) { quirk_xio2000a()
837 if (dev->subordinate && dev->revision <= 0x12) { quirk_amd_8131_mmrbc()
840 dev->subordinate->bus_flags |= PCI_BUS_FLAGS_NO_MMRBC; quirk_amd_8131_mmrbc()
2257 if (dev->subordinate) { quirk_disable_msi()
2258 dev_warn(&dev->dev, "MSI quirk detected; subordinate MSI disabled\n"); quirk_disable_msi()
2259 dev->subordinate->bus_flags |= PCI_BUS_FLAGS_NO_MSI; quirk_disable_msi()
2313 if (dev->subordinate && !msi_ht_cap_enabled(dev)) { quirk_msi_ht_cap()
2314 dev_warn(&dev->dev, "MSI quirk detected; subordinate MSI disabled\n"); quirk_msi_ht_cap()
2315 dev->subordinate->bus_flags |= PCI_BUS_FLAGS_NO_MSI; quirk_msi_ht_cap()
2328 if (!dev->subordinate) quirk_nvidia_ck804_msi_ht_cap()
2338 dev_warn(&dev->dev, "MSI quirk detected; subordinate MSI disabled\n"); quirk_nvidia_ck804_msi_ht_cap()
2339 dev->subordinate->bus_flags |= PCI_BUS_FLAGS_NO_MSI; quirk_nvidia_ck804_msi_ht_cap()
3215 if (!sibling || !sibling->subordinate) quirk_apple_wait_for_thunderbolt()
3217 nhi = pci_get_slot(sibling->subordinate, 0x0); quirk_apple_wait_for_thunderbolt()
H A Dpci.h90 return !!(pci_dev->subordinate); pci_has_subordinate()
H A Dpci-acpi.c337 pci_pme_wakeup_bus(pci_dev->subordinate); pci_acpi_wake_dev()
/linux-4.1.27/drivers/pcmcia/
H A Dcardbus.c55 if (dev->subordinate) cardbus_config_irq_and_cls()
56 cardbus_config_irq_and_cls(dev->subordinate, irq); cardbus_config_irq_and_cls()
69 struct pci_bus *bus = s->cb_dev->subordinate; cb_alloc()
116 bus = bridge->subordinate; cb_free()
H A Dyenta_socket.c706 res->name = dev->subordinate->name; yenta_allocate_res()
763 pci_setup_cardbus(socket->dev->subordinate); yenta_allocate_resources()
1051 ((unsigned int)dev->subordinate->busn_res.end << 16) | /* subordinate bus */ yenta_config_init()
1052 ((unsigned int)dev->subordinate->busn_res.start << 8) | /* secondary bus */ yenta_config_init()
1053 dev->subordinate->primary); /* primary bus */ yenta_config_init()
1068 * yenta_fixup_parent_bridge - Fix subordinate bus# of the parent bridge
1072 * invisible during PCI scans because of a misconfigured subordinate number
1090 return; /* The subordinate number is ok, nothing to do */ yenta_fixup_parent_bridge()
1112 /* Show that the wanted subordinate number is not possible: */ yenta_fixup_parent_bridge()
1118 /* If we have room to increase the bridge's subordinate number, */ yenta_fixup_parent_bridge()
1126 "Raising subordinate bus# of parent " yenta_fixup_parent_bridge()
1131 /* Save the new subordinate in the bus struct of the bridge */ yenta_fixup_parent_bridge()
1134 /* and update the PCI config space with the new subordinate */ yenta_fixup_parent_bridge()
1152 * controller during PCI probe, its subordinate pci_bus is NULL. yenta_probe()
1155 if (!dev->subordinate) { yenta_probe()
1258 yenta_fixup_parent_bridge(dev->subordinate); yenta_probe()
/linux-4.1.27/include/linux/
H A Dmcb.h44 * @subordinate: subordinate MCBus in case of bridge
60 struct mcb_bus *subordinate; member in struct:mcb_device
H A Dpci.h261 struct pci_bus *subordinate; /* bus this device bridges to */ member in struct:pci_dev
500 * Return true if the PCI device is bridge whether it has subordinate
/linux-4.1.27/drivers/pci/hotplug/
H A Dpciehp_pci.c41 struct pci_bus *parent = bridge->subordinate; pciehp_configure_device()
82 struct pci_bus *parent = p_slot->ctrl->pcie->port->subordinate; pciehp_unconfigure_device()
H A Dshpchp_pci.c42 struct pci_bus *parent = bridge->subordinate; shpchp_configure_device()
84 struct pci_bus *parent = p_slot->ctrl->pci_dev->subordinate; shpchp_unconfigure_device()
H A Dpciehp_core.c133 pci_domain_nr(ctrl->pcie->port->subordinate), init_slot()
134 ctrl->pcie->port->subordinate->number, PSN(ctrl)); init_slot()
136 ctrl->pcie->port->subordinate, 0, name); init_slot()
258 if (!dev->port->subordinate) { pciehp_probe()
H A Dpciehp_ctrl.c207 struct pci_bus *parent = ctrl->pcie->port->subordinate; board_added()
303 pci_domain_nr(p_slot->ctrl->pcie->port->subordinate), pciehp_power_thread()
304 p_slot->ctrl->pcie->port->subordinate->number); pciehp_power_thread()
315 pci_domain_nr(p_slot->ctrl->pcie->port->subordinate), pciehp_power_thread()
316 p_slot->ctrl->pcie->port->subordinate->number); pciehp_power_thread()
H A Dpciehp_hpc.c308 found = pci_bus_check_dev(ctrl->pcie->port->subordinate, pciehp_check_link_status()
319 pcie_update_link_speed(ctrl->pcie->port->subordinate, lnk_status); pciehp_check_link_status()
533 struct pci_bus *subordinate = pdev->subordinate; pcie_isr() local
568 if (subordinate) { pcie_isr()
569 list_for_each_entry(dev, &subordinate->devices, bus_list) { pcie_isr()
H A Dshpchp_core.c126 slot->bus = ctrl->pci_dev->subordinate->number; init_slots()
147 pci_domain_nr(ctrl->pci_dev->subordinate), init_slots()
151 ctrl->pci_dev->subordinate, slot->device, name); init_slots()
H A Dshpchp_sysfs.c47 bus = pdev->subordinate; show_ctrl()
H A Dacpiphp_glue.c38 * - When a P2P bridge is present, we elevate the refcount on the subordinate
412 * that is equivalent to the bus->subordinate acpiphp_max_busnr()
414 * bus->subordinate value because it could have acpiphp_max_busnr()
500 if (pass && dev->subordinate) { enable_slot()
502 pcibios_resource_survey_bus(dev->subordinate); enable_slot()
503 __pci_bus_size_bridges(dev->subordinate, enable_slot()
634 struct pci_bus *bus = dev->subordinate; trim_stale_devices()
852 * Grab a ref to the subordinate PCI bus in case the bus is acpiphp_enumerate_slots()
H A Dsgi_hotplug.c215 if (dev->subordinate) { sn_bus_free_data()
216 subordinate_bus = dev->subordinate; sn_bus_free_data()
395 if (dev->subordinate) { enable_slot()
396 new_bus = dev->subordinate; enable_slot()
458 /* Call the drivers for the new devices subordinate to PPB */ enable_slot()
H A Dcpqphp_pci.c111 child = func->pci_dev->subordinate; cpqhp_configure_device()
380 /* Recurse the subordinate bus cpqhp_save_config()
381 * get the subordinate bus number cpqhp_save_config()
464 * including subordinate buses.
499 /* Recurse the subordinate bus */ cpqhp_save_slot_config()
979 /* If this is a bridge device, restore subordinate devices */ cpqhp_configure_board()
1075 * for its subordinate bus(es) cpqhp_valid_replace()
H A Dshpchp_ctrl.c250 struct pci_bus *parent = ctrl->pci_dev->subordinate; board_added()
286 bsp = ctrl->pci_dev->subordinate->cur_bus_speed; board_added()
287 msp = ctrl->pci_dev->subordinate->max_bus_speed; board_added()
290 if (!list_empty(&ctrl->pci_dev->subordinate->devices)) board_added()
H A Dcpcihp_generic.c164 bus = dev->subordinate; cpcihp_generic_init()
H A Dcpcihp_zt5550.c246 bus0 = bus0_dev->subordinate; zt5550_hc_init_one()
H A Drpadlpar_core.c164 pcibios_map_io_space(dev->subordinate); dlpar_pci_add_bus()
H A Dcpqphp_core.c837 bus = pdev->subordinate; cpqhpc_probe()
1130 * subordinate PCI buses cpqhpc_probe()
H A Dshpchp_hpc.c657 struct pci_bus *bus = ctrl->pci_dev->subordinate; shpc_get_cur_bus_speed()
871 struct pci_bus *bus = ctrl->pci_dev->subordinate; shpc_get_max_bus_speed()
H A Dcpqphp_ctrl.c2425 /* set subordinate bus */ configure_new_function()
2427 dbg("set subordinate bus = %d\n", bus_node->base + bus_node->length - 1); configure_new_function()
2432 /* set subordinate Latency Timer and base Latency Timer */ configure_new_function()
2617 /* set subordinate bus */ configure_new_function()
H A Dibmphp_core.c817 child = func->dev->subordinate; ibm_configure_device()
H A Dibmphp_pci.c637 debug ("subordinate number after write/read is %x\n", sec_number); configure_bridge()
H A Dibmphp_res.c1982 while (temp < subordinate) { update_bridge_ranges()
/linux-4.1.27/drivers/pci/pcie/
H A Dpme.c94 if (dev->subordinate && pcie_pme_walk_bus(dev->subordinate)) pcie_pme_walk_bus()
163 found = pcie_pme_walk_bus(port->subordinate); pcie_pme_handle_request()
323 if (port->subordinate) { pcie_pme_mark_devices()
324 pci_walk_bus(port->subordinate, pcie_pme_set_native, NULL); pcie_pme_mark_devices()
385 || pcie_pme_check_wakeup(dev->subordinate)) pcie_pme_check_wakeup()
406 wakeup = pcie_pme_check_wakeup(port->subordinate); pcie_pme_suspend()
H A Daspm.c129 struct pci_bus *linkbus = link->pdev->subordinate; pcie_set_clkpm_nocheck()
159 struct pci_bus *linkbus = link->pdev->subordinate; pcie_clkpm_cap_init()
189 struct pci_bus *linkbus = parent->subordinate; pcie_aspm_configure_common_clock()
347 struct pci_bus *linkbus = parent->subordinate; pcie_aspm_cap_init()
437 struct pci_bus *linkbus = parent->subordinate; pcie_config_aspm_link()
491 list_for_each_entry(child, &pdev->subordinate->devices, bus_list) { pcie_aspm_sanity_check()
574 if (list_empty(&pdev->subordinate->devices)) pcie_aspm_init_link_state()
622 struct pci_bus *linkbus = link->pdev->subordinate; pcie_update_aspm_capable()
649 if (!list_is_last(&pdev->bus_list, &parent->subordinate->devices)) pcie_aspm_exit_link_state()
/linux-4.1.27/arch/x86/pci/
H A Dsta2x11-fixup.c67 /* This has a subordinate bridge, with 4 more-subordinate ones */ sta2x11_new_instance()
68 instance->bus0 = pdev->subordinate->number + 1; sta2x11_new_instance()
H A Di386.c314 child = dev->subordinate; pcibios_allocate_resources()
348 child = dev->subordinate; pcibios_allocate_rom_resources()
H A Dce4100.c214 /* Since subordinate bus number register is hardwired bridge_read()
H A Dfixup.c259 if ((pbus = pdev->subordinate) == NULL) pcie_rootport_aspm_quirk()
/linux-4.1.27/arch/sh/drivers/pci/
H A Dpci.c255 if (dev->subordinate) pcibios_bus_report_status()
256 pcibios_bus_report_status(dev->subordinate, status_mask, warn); pcibios_bus_report_status()
/linux-4.1.27/arch/powerpc/kernel/
H A Dpci_32.c98 if (!dev || !dev->subordinate) { for_each_child_of_node()
102 make_one_node_map(node, dev->subordinate->number); for_each_child_of_node()
H A Deeh.c1183 struct pci_bus *subbus = dev->subordinate; eeh_add_device_tree_late()
1206 struct pci_bus *subbus = dev->subordinate; eeh_add_sysfs_files()
H A Deeh_pe.c341 * PE should be composed of PCI bus and its subordinate eeh_add_to_parent_pe()
/linux-4.1.27/drivers/pci/pcie/aer/
H A Daerdrv.c111 if (!dev->subordinate) set_downstream_devices_error_reporting()
113 pci_walk_bus(dev->subordinate, set_device_error_reporting, &enable); set_downstream_devices_error_reporting()
H A Daerdrv_core.c196 pci_walk_bus(parent->subordinate, find_device_iter, e_info); find_source_device()
353 pci_walk_bus(dev->subordinate, cb, &result_data); broadcast_error_message()
/linux-4.1.27/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c301 * If the PE doesn't cover all subordinate buses,
305 if (!pdev->subordinate)
308 pci_bus_for_each_resource(pdev->subordinate, r, i) {
694 dev_err(&pe->pbus->dev, "Number of subordinate buses %d unsupported\n", pnv_ioda_deconfigure_pe()
773 dev_err(&pe->pbus->dev, "Number of subordinate buses %d unsupported\n", pnv_ioda_configure_pe()
1033 if ((pe->flags & PNV_IODA_PE_BUS_ALL) && dev->subordinate) pnv_ioda_setup_same_PE()
1034 pnv_ioda_setup_same_PE(dev->subordinate, pe); pnv_ioda_setup_same_PE()
1041 * subordinate PCI devices and buses. The second type of PE is normally
1118 if (dev->subordinate) { pnv_ioda_setup_PEs()
1120 pnv_ioda_setup_bus_PE(dev->subordinate, 1); pnv_ioda_setup_PEs()
1122 pnv_ioda_setup_PEs(dev->subordinate); pnv_ioda_setup_PEs()
1131 * simply put the PCI bus and the subordinate behind the root
1669 if (dev->subordinate) pnv_ioda_setup_bus_dma()
1670 pnv_ioda_setup_bus_dma(pe, dev->subordinate, pnv_ioda_setup_bus_dma()
H A Dpci.h23 #define PNV_IODA_PE_BUS_ALL (1 << 2) /* PE has subordinate buses */
H A Deeh-powernv.c388 * subordinate PCI devices. We don't have OF node for pnv_eeh_probe()
1318 * If the subordinate PCI buses of the PHB has been pnv_eeh_next_error()
/linux-4.1.27/drivers/mcb/
H A Dmcb-core.c318 child = mdev->subordinate; __mcb_bus_add_child()
/linux-4.1.27/drivers/infiniband/hw/mthca/
H A Dmthca_reset.c76 bridge->subordinate == mdev->pdev->bus) { mthca_reset()
/linux-4.1.27/arch/mips/pci/
H A Dpci-ip27.c186 * Device might live on a subordinate PCI bus. XXX Walk up the chain of buses
H A Dpci-octeon.c111 if (dev->subordinate) { pcibios_plat_dev_init()
/linux-4.1.27/drivers/acpi/
H A Dpci_root.c334 pbus = pdev->subordinate; acpi_get_pci_dev()
340 * case pdev->subordinate will be NULL for the parent. acpi_get_pci_dev()
/linux-4.1.27/arch/arm/kernel/
H A Dbios32.c63 if (dev->subordinate) pcibios_bus_report_status()
64 pcibios_bus_report_status(dev->subordinate, status_mask, warn); pcibios_bus_report_status()
/linux-4.1.27/drivers/scsi/fnic/
H A Dvnic_devcmd.h237 * As for BY_BDF except a0 is index of hvnlink subordinate vnic
/linux-4.1.27/arch/xtensa/kernel/
H A Dpci.c214 /* This is a subordinate bridge */ pcibios_fixup_bus()
/linux-4.1.27/drivers/gpu/drm/msm/
H A Dmsm_drv.h71 /* subordinate devices, if present: */
/linux-4.1.27/drivers/base/power/
H A Dmain.c1691 * @subordinate: Device that needs to wait for @dev.
1693 int device_pm_wait_for_dev(struct device *subordinate, struct device *dev) device_pm_wait_for_dev() argument
1695 dpm_wait(dev, subordinate->power.async_suspend); device_pm_wait_for_dev()
/linux-4.1.27/arch/tile/kernel/
H A Dpci.c351 next_bus = dev->subordinate; pcibios_init()
/linux-4.1.27/arch/mn10300/unit-asb2305/
H A Dpci.c473 BRIDGEREGB(0x42) = 0x01; /* subordinate bus unit_pci_init()
/linux-4.1.27/arch/powerpc/include/asm/
H A Deeh.h64 * bus and its subordinate components. The struct also need ship
/linux-4.1.27/drivers/net/ethernet/cisco/enic/
H A Dvnic_devcmd.h269 * As for BY_BDF except a0 is index of hvnlink subordinate vnic
/linux-4.1.27/drivers/md/
H A Draid0.c378 /* May need to check subordinate device */ raid0_mergeable_bvec()
H A Draid10.c683 * and for subordinate merge_bvec_fns if merge_check_needed.
3004 * In this case, the subordinate r10bios link back through a sync_request()
3006 * includes a ref from each subordinate. sync_request()
/linux-4.1.27/drivers/iommu/
H A Dfsl_pamu_domain.c973 if (pdev->subordinate) fsl_pamu_add_device()
H A Dintel_irq_remapping.c405 * the subordinate bus. In this case we can only verify the bus. set_msi_sid()
H A Dintel-iommu.c751 if (ptmp->subordinate && for_each_active_iommu()
752 ptmp->subordinate->number <= pdev->bus->number && for_each_active_iommu()
753 ptmp->subordinate->busn_res.end >= pdev->bus->number) for_each_active_iommu()
/linux-4.1.27/drivers/media/pci/cx18/
H A Dcx18-driver.c870 /* These subordinate devices do not use probing */ cx18_init_subdevs()
/linux-4.1.27/drivers/parisc/
H A Ddino.c78 ** discover them and update the "secondary" and "subordinate"
H A Dlba_pci.c92 ** discover them and update the "secondary" and "subordinate"
/linux-4.1.27/drivers/platform/x86/
H A Deeepc-laptop.c591 bus = port->subordinate; eeepc_rfkill_hotplug()
/linux-4.1.27/arch/arm/mach-iop13xx/
H A Dpci.c69 if (dev->subordinate) iop13xx_map_pci_memory()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_runtime_pm.c1566 * subordinate display power domains. That is only done on the first modeset
/linux-4.1.27/drivers/net/ethernet/broadcom/
H A Dtg3.c16214 if (bridge->subordinate && tg3_get_invariants()
16215 (bridge->subordinate->number == tg3_get_invariants()
16244 if (bridge->subordinate && tg3_get_invariants()
16245 (bridge->subordinate->number <= tg3_get_invariants()
16247 (bridge->subordinate->busn_res.end >= tg3_get_invariants()
16272 if (bridge && bridge->subordinate && tg3_get_invariants()
16273 (bridge->subordinate->number <= tg3_get_invariants()
16275 (bridge->subordinate->busn_res.end >= tg3_get_invariants()
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/
H A Dvxge-config.h405 * In addition, struct vxge_hw_device_config{} includes "subordinate"
/linux-4.1.27/drivers/net/ethernet/sun/
H A Dcassini.c4817 * only subordinate device and we can tweak the bridge settings to

Completed in 1411 milliseconds