Home
last modified time | relevance | path

Searched refs:out_irq (Results 1 – 25 of 37) sorted by relevance

12

/linux/drivers/of/
H A Dirq.c108 const __be32 *of_irq_parse_imap_parent(const __be32 *imap, int len, struct of_phandle_args *out_irq) in of_irq_parse_imap_parent() argument
152 out_irq->np = np; in of_irq_parse_imap_parent()
154 out_irq->args[i] = be32_to_cpup(imap - intsize + i); in of_irq_parse_imap_parent()
155 out_irq->args_count = intsize; in of_irq_parse_imap_parent()
246 int of_irq_parse_raw(const __be32 *addr, struct of_phandle_args *out_irq) in of_irq_parse_raw() argument
256 of_print_phandle_args("of_irq_parse_raw: ", out_irq); in of_irq_parse_raw()
259 ipar = of_node_get(out_irq->np); in of_irq_parse_raw()
279 if (out_irq->args_count != intsize) in of_irq_parse_raw()
308 initial_match_array[addrsize + i] = cpu_to_be32(out_irq->args[i]); in of_irq_parse_raw()
364 imap = of_irq_parse_imap_parent(oldimap, imaplen, out_irq); in of_irq_parse_raw()
[all …]
H A Dof_private.h169 struct of_phandle_args *out_irq);
/linux/drivers/pci/
H A Dof_property.c214 struct of_phandle_args out_irq[OF_PCI_MAX_INT_PIN]; in of_pci_prop_intr_map() local
235 out_irq[i].np = pnode; in of_pci_prop_intr_map()
236 out_irq[i].args_count = 1; in of_pci_prop_intr_map()
237 out_irq[i].args[0] = pin; in of_pci_prop_intr_map()
238 ret = of_irq_parse_raw(laddr, &out_irq[i]); in of_pci_prop_intr_map()
240 out_irq[i].np = NULL; in of_pci_prop_intr_map()
244 of_property_read_u32(out_irq[i].np, "#address-cells", in of_pci_prop_intr_map()
251 if (!out_irq[i].np) in of_pci_prop_intr_map()
253 map_sz += 5 + addr_sz[i] + out_irq[i].args_count; in of_pci_prop_intr_map()
272 if (!out_irq[i].np) in of_pci_prop_intr_map()
[all …]
H A Dof.c463 static int of_irq_parse_pci(const struct pci_dev *pdev, struct of_phandle_args *out_irq) in of_irq_parse_pci() argument
477 rc = of_irq_parse_one(dn, 0, out_irq); in of_irq_parse_pci()
545 out_irq->np = ppnode; in of_irq_parse_pci()
546 out_irq->args_count = 1; in of_irq_parse_pci()
547 out_irq->args[0] = pin; in of_irq_parse_pci()
550 rc = of_irq_parse_raw(laddr, out_irq); in of_irq_parse_pci()
/linux/include/linux/
H A Dof_irq.h48 struct of_phandle_args *out_irq);
53 struct of_phandle_args *out_irq) in of_irq_parse_oldworld() argument
59 extern int of_irq_parse_raw(const __be32 *addr, struct of_phandle_args *out_irq);
67 struct of_phandle_args *out_irq);
94 struct of_phandle_args *out_irq) in of_irq_parse_one() argument
/linux/drivers/bcma/
H A Dmain.c162 struct of_phandle_args *out_irq, int num) in bcma_of_irq_parse() argument
168 rc = of_irq_parse_one(core->dev.of_node, num, out_irq); in bcma_of_irq_parse()
173 out_irq->np = parent->of_node; in bcma_of_irq_parse()
174 out_irq->args_count = 1; in bcma_of_irq_parse()
175 out_irq->args[0] = num; in bcma_of_irq_parse()
178 return of_irq_parse_raw(laddr, out_irq); in bcma_of_irq_parse()
184 struct of_phandle_args out_irq; in bcma_of_get_irq() local
190 ret = bcma_of_irq_parse(parent, core, &out_irq, num); in bcma_of_get_irq()
197 return irq_create_of_mapping(&out_irq); in bcma_of_get_irq()
/linux/drivers/clocksource/
H A Dtimer-rockchip.c180 goto out_irq; in rk_timer_probe()
188 out_irq: in rk_timer_probe()
236 goto out_irq; in rk_clkevt_init()
243 out_irq: in rk_clkevt_init()
H A Dtimer-tegra.c311 goto out_irq; in tegra_init_timer()
330 goto out_irq; in tegra_init_timer()
354 out_irq: in tegra_init_timer()
H A Darm_global_timer.c443 goto out_irq; in global_timer_of_register()
449 goto out_irq; in global_timer_of_register()
455 out_irq: in global_timer_of_register()
H A Dexynos_mct.c579 goto out_irq; in exynos4_timer_interrupts()
608 goto out_irq; in exynos4_timer_interrupts()
620 goto out_irq; in exynos4_timer_interrupts()
624 out_irq: in exynos4_timer_interrupts()
/linux/drivers/irqchip/
H A Dirq-stm32mp-exti.c527 struct of_phandle_args out_irq; in stm32mp_exti_domain_alloc() local
530 ret = of_irq_parse_one(host_data->dev->of_node, hwirq, &out_irq); in stm32mp_exti_domain_alloc()
534 if (of_fwnode_handle(out_irq.np) != dm->parent->fwnode) in stm32mp_exti_domain_alloc()
537 of_phandle_args_to_fwspec(out_irq.np, out_irq.args, in stm32mp_exti_domain_alloc()
538 out_irq.args_count, &p_fwspec); in stm32mp_exti_domain_alloc()
/linux/drivers/i2c/busses/
H A Di2c-pca-isa.c150 goto out_irq; in pca_isa_probe()
155 out_irq: in pca_isa_probe()
H A Di2c-cpm.c451 goto out_irq; in cpm_i2c_setup()
482 goto out_irq; in cpm_i2c_setup()
598 out_irq: in cpm_i2c_setup()
/linux/drivers/input/misc/
H A D88pm80x_onkey.c104 goto out_irq; in pm80x_onkey_probe()
120 out_irq: in pm80x_onkey_probe()
/linux/arch/powerpc/platforms/powermac/
H A Dpic.c389 struct of_phandle_args *out_irq) in of_irq_parse_oldworld() argument
417 out_irq->np = NULL; in of_irq_parse_oldworld()
418 out_irq->args[0] = ints[index]; in of_irq_parse_oldworld()
419 out_irq->args_count = 1; in of_irq_parse_oldworld()
/linux/drivers/parport/
H A Dparport_amiga.c207 goto out_irq; in amiga_parallel_probe()
217 out_irq: in amiga_parallel_probe()
H A Dparport_mfc3.c317 goto out_irq; in parport_mfc3_init()
332 out_irq: in parport_mfc3_init()
/linux/drivers/mfd/
H A Dadp5585.c518 goto out_irq; in adp5585_irq()
522 goto out_irq; in adp5585_irq()
526 goto out_irq; in adp5585_irq()
529 out_irq: in adp5585_irq()
/linux/drivers/scsi/
H A Dsgiwd93.c276 goto out_irq; in sgiwd93_probe()
282 out_irq: in sgiwd93_probe()
/linux/sound/spi/
H A Dat73c213.c885 goto out_irq; in snd_at73c213_dev_init()
889 goto out_irq; in snd_at73c213_dev_init()
893 goto out_irq; in snd_at73c213_dev_init()
897 goto out_irq; in snd_at73c213_dev_init()
907 out_irq: in snd_at73c213_dev_init()
/linux/drivers/mailbox/
H A Dzynqmp-ipi-mailbox.c909 struct of_phandle_args out_irq; in zynqmp_ipi_probe() local
956 ret = of_irq_parse_one(dev_of_node(dev), 0, &out_irq); in zynqmp_ipi_probe()
963 pdata->irq_type = out_irq.args[0]; in zynqmp_ipi_probe()
970 pdata->irq = out_irq.args[1]; in zynqmp_ipi_probe()
/linux/drivers/watchdog/
H A Dwdt_pci.c658 goto out_irq; in wdtpci_init_one()
692 out_irq: in wdtpci_init_one()
/linux/sound/soc/fsl/
H A Dmpc5200_dma.c412 goto out_irq; in mpc5200_audio_dma_create()
421 out_irq: in mpc5200_audio_dma_create()
/linux/arch/powerpc/platforms/pseries/
H A Dvas.c286 goto out_irq; in allocate_setup_window()
304 out_irq: in allocate_setup_window()
/linux/drivers/net/ethernet/8390/
H A Dne.c531 goto out_irq; in ne_probe1()
536 out_irq: in ne_probe1()

12