Home
last modified time | relevance | path

Searched refs:bus_token (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/linux/include/linux/
H A Dirqdomain.h90 enum irq_domain_bus_token bus_token);
92 enum irq_domain_bus_token bus_token);
162 enum irq_domain_bus_token bus_token; member
282 enum irq_domain_bus_token bus_token);
302 enum irq_domain_bus_token bus_token);
306 enum irq_domain_bus_token bus_token) in irq_find_matching_fwnode() argument
312 return irq_find_matching_fwspec(&fwspec, bus_token); in irq_find_matching_fwnode()
316 enum irq_domain_bus_token bus_token) in irq_find_matching_host() argument
318 return irq_find_matching_fwnode(of_node_to_fwnode(node), bus_token); in irq_find_matching_host()
625 struct fwnode_handle *fwnode, enum irq_domain_bus_token bus_token) in irq_find_matching_fwnode() argument
H A Dacpi_iort.h35 enum irq_domain_bus_token bus_token);
50 struct device *dev, u32 id, enum irq_domain_bus_token bus_token) in iort_get_device_domain() argument
H A Dof_irq.h55 u32 bus_token);
96 u32 id, u32 bus_token) in of_msi_map_get_device_domain() argument
H A Dmsi.h491 enum irq_domain_bus_token bus_token; member
606 enum irq_domain_bus_token bus_token);
/openbmc/linux/drivers/pci/msi/
H A Dirqdomain.c136 info->bus_token = DOMAIN_BUS_PCI_MSI; in pci_msi_create_irq_domain()
191 .bus_token = DOMAIN_BUS_PCI_DEVICE_MSI,
230 .bus_token = DOMAIN_BUS_PCI_DEVICE_MSIX,
234 static bool pci_match_device_domain(struct pci_dev *pdev, enum irq_domain_bus_token bus_token) in pci_match_device_domain() argument
236 return msi_match_device_irq_domain(&pdev->dev, MSI_DEFAULT_DOMAIN, bus_token); in pci_match_device_domain()
405 if (template->info.bus_token != DOMAIN_BUS_PCI_DEVICE_IMS || in pci_create_ims_domain()
/openbmc/linux/drivers/irqchip/
H A Dirq-mips-cpu.c218 enum irq_domain_bus_token bus_token) in mips_cpu_ipi_match() argument
222 switch (bus_token) { in mips_cpu_ipi_match()
224 is_ipi = d->bus_token == bus_token; in mips_cpu_ipi_match()
H A Dirq-mips-gic.c656 enum irq_domain_bus_token bus_token) in gic_ipi_domain_match() argument
660 switch (bus_token) { in gic_ipi_domain_match()
662 is_ipi = d->bus_token == bus_token; in gic_ipi_domain_match()
H A Dirq-imx-intmux.c161 enum irq_domain_bus_token bus_token) in imx_intmux_irq_select() argument
/openbmc/linux/arch/x86/kernel/apic/
H A Dmsi.c182 switch (info->bus_token) { in x86_msi_prepare()
212 switch (real_parent->bus_token) { in x86_init_dev_msi_info()
228 switch(info->bus_token) { in x86_init_dev_msi_info()
/openbmc/linux/kernel/irq/
H A Dirqdomain.c304 enum irq_domain_bus_token bus_token) in irq_domain_update_bus_token() argument
308 if (domain->bus_token == bus_token) in irq_domain_update_bus_token()
313 domain->bus_token = bus_token; in irq_domain_update_bus_token()
315 name = kasprintf(GFP_KERNEL, "%s-%d", domain->name, bus_token); in irq_domain_update_bus_token()
431 enum irq_domain_bus_token bus_token) in irq_find_matching_fwspec() argument
449 rc = h->ops->select(h, fwspec, bus_token); in irq_find_matching_fwspec()
451 rc = h->ops->match(h, to_of_node(fwnode), bus_token); in irq_find_matching_fwspec()
454 ((bus_token == DOMAIN_BUS_ANY) || in irq_find_matching_fwspec()
455 (h->bus_token == bus_token))); in irq_find_matching_fwspec()
H A Dmsi.c834 irq_domain_update_bus_token(domain, info->bus_token); in __msi_create_irq_domain()
1045 enum irq_domain_bus_token bus_token) in msi_match_device_irq_domain() argument
1055 ret = info->bus_token == bus_token; in msi_match_device_irq_domain()
1158 switch(domain->bus_token) { in msi_check_reservation_mode()
1185 switch(domain->bus_token) { in msi_handle_pci_fail()
/openbmc/linux/arch/powerpc/platforms/512x/
H A Dmpc5121_ads_cpld.c122 enum irq_domain_bus_token bus_token) in cpld_pic_host_match() argument
/openbmc/linux/arch/powerpc/sysdev/
H A Di8259.c162 enum irq_domain_bus_token bus_token) in i8259_host_match() argument
H A Dehv_pic.c182 enum irq_domain_bus_token bus_token) in ehv_pic_host_match() argument
H A Dipic.c673 enum irq_domain_bus_token bus_token) in ipic_host_match() argument
/openbmc/linux/drivers/of/
H A Dirq.c705 u32 bus_token) in of_msi_map_get_device_domain() argument
710 return irq_find_matching_host(np, bus_token); in of_msi_map_get_device_domain()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-irqchip.c135 enum irq_domain_bus_token bus_token) in opal_event_match() argument
/openbmc/linux/drivers/base/
H A Dplatform-msi.c158 if (dev->msi.domain->bus_token != DOMAIN_BUS_PLATFORM_MSI) { in platform_msi_alloc_priv_data()
/openbmc/linux/drivers/iommu/
H A Dhyperv-iommu.c105 enum irq_domain_bus_token bus_token) in hyperv_irq_remapping_select() argument
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dinterrupt.c205 enum irq_domain_bus_token bus_token) in iic_host_match() argument
/openbmc/linux/drivers/soc/fsl/qe/
H A Dqe_ic.c295 enum irq_domain_bus_token bus_token) in qe_ic_host_match() argument
/openbmc/linux/arch/powerpc/sysdev/xics/
H A Dxics-common.c308 enum irq_domain_bus_token bus_token) in xics_host_match() argument
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dpic.c257 enum irq_domain_bus_token bus_token) in pmac_pic_host_match() argument
/openbmc/linux/arch/powerpc/platforms/ps3/
H A Dinterrupt.c671 enum irq_domain_bus_token bus_token) in ps3_host_match() argument
/openbmc/linux/drivers/acpi/arm64/
H A Diort.c691 enum irq_domain_bus_token bus_token) in iort_get_device_domain() argument
703 return irq_find_matching_fwnode(handle, bus_token); in iort_get_device_domain()

12