Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/include/linux/
H A Dirqdomain.h108 enum irq_domain_bus_token bus_token);
110 enum irq_domain_bus_token bus_token);
173 enum irq_domain_bus_token bus_token; member
281 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()
613 struct fwnode_handle *fwnode, enum irq_domain_bus_token bus_token) in irq_find_matching_fwnode() argument
H A Dacpi_iort.h33 enum irq_domain_bus_token bus_token);
47 struct device *dev, u32 id, enum irq_domain_bus_token bus_token) in iort_get_device_domain() argument
H A Dof_irq.h56 u32 bus_token);
94 u32 id, u32 bus_token) in of_msi_map_get_device_domain() argument
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-mips-cpu.c216 enum irq_domain_bus_token bus_token) in mips_cpu_ipi_match() argument
220 switch (bus_token) { in mips_cpu_ipi_match()
222 is_ipi = d->bus_token == bus_token; in mips_cpu_ipi_match()
H A Dirq-mips-gic.c641 enum irq_domain_bus_token bus_token) in gic_ipi_domain_match() argument
645 switch (bus_token) { in gic_ipi_domain_match()
647 is_ipi = d->bus_token == bus_token; in gic_ipi_domain_match()
H A Dqcom-pdc.c376 enum irq_domain_bus_token bus_token) in qcom_pdc_gpio_domain_select() argument
378 return bus_token == DOMAIN_BUS_WAKEUP; in qcom_pdc_gpio_domain_select()
H A Dirq-imx-intmux.c161 enum irq_domain_bus_token bus_token) in imx_intmux_irq_select() argument
/OK3568_Linux_fs/kernel/kernel/irq/
H A Dirqdomain.c257 enum irq_domain_bus_token bus_token) in irq_domain_update_bus_token() argument
261 if (domain->bus_token == bus_token) in irq_domain_update_bus_token()
266 domain->bus_token = bus_token; in irq_domain_update_bus_token()
268 name = kasprintf(GFP_KERNEL, "%s-%d", domain->name, bus_token); in irq_domain_update_bus_token()
373 enum irq_domain_bus_token bus_token) in irq_find_matching_fwspec() argument
391 rc = h->ops->select(h, fwspec, bus_token); in irq_find_matching_fwspec()
393 rc = h->ops->match(h, to_of_node(fwnode), bus_token); in irq_find_matching_fwspec()
396 ((bus_token == DOMAIN_BUS_ANY) || in irq_find_matching_fwspec()
397 (h->bus_token == bus_token))); in irq_find_matching_fwspec()
H A Dmsi.c376 switch(domain->bus_token) { in msi_check_reservation_mode()
/OK3568_Linux_fs/kernel/drivers/of/
H A Dirq.c624 u32 bus_token) in of_msi_map_get_device_domain() argument
629 return irq_find_matching_host(np, bus_token); in of_msi_map_get_device_domain()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/512x/
H A Dmpc5121_ads_cpld.c124 enum irq_domain_bus_token bus_token) in cpld_pic_host_match() argument
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/
H A Di8259.c162 enum irq_domain_bus_token bus_token) in i8259_host_match() argument
H A Dehv_pic.c181 enum irq_domain_bus_token bus_token) in ehv_pic_host_match() argument
H A Dipic.c672 enum irq_domain_bus_token bus_token) in ipic_host_match() argument
H A Dmpic.c993 enum irq_domain_bus_token bus_token) in mpic_host_match() argument
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dopal-irqchip.c138 enum irq_domain_bus_token bus_token) in opal_event_match() argument
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/xics/
H A Dxics-common.c308 enum irq_domain_bus_token bus_token) in xics_host_match() argument
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/
H A Dinterrupt.c208 enum irq_domain_bus_token bus_token) in iic_host_match() argument
/OK3568_Linux_fs/kernel/drivers/base/
H A Dplatform-msi.c209 if (dev->msi_domain->bus_token != DOMAIN_BUS_PLATFORM_MSI) { in platform_msi_alloc_priv_data()
/OK3568_Linux_fs/kernel/drivers/soc/fsl/qe/
H A Dqe_ic.c294 enum irq_domain_bus_token bus_token) in qe_ic_host_match() argument
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/
H A Dpic.c254 enum irq_domain_bus_token bus_token) in pmac_pic_host_match() argument
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/
H A Dinterrupt.c670 enum irq_domain_bus_token bus_token) in ps3_host_match() argument
/OK3568_Linux_fs/kernel/drivers/acpi/arm64/
H A Diort.c682 enum irq_domain_bus_token bus_token) in iort_get_device_domain() argument
694 return irq_find_matching_fwnode(handle, bus_token); in iort_get_device_domain()
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/xive/
H A Dcommon.c1308 enum irq_domain_bus_token bus_token) in xive_irq_domain_match() argument
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dmsi.c1627 return dom->bus_token != DOMAIN_BUS_PCI_MSI; in pci_dev_has_special_msi_domain()

12