Home
last modified time | relevance | path

Searched refs:of_irq_to_resource_table (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dof_irq.h48 extern int of_irq_to_resource_table(struct device_node *dev,
77 static inline int of_irq_to_resource_table(struct device_node *dev, in of_irq_to_resource_table() function
/OK3568_Linux_fs/kernel/drivers/of/
H A Dirq.c452 int of_irq_to_resource_table(struct device_node *dev, struct resource *res, in of_irq_to_resource_table() function
463 EXPORT_SYMBOL_GPL(of_irq_to_resource_table);
H A Dplatform.c138 if (of_irq_to_resource_table(np, res, num_irq) != num_irq) in of_device_alloc()
/OK3568_Linux_fs/kernel/arch/mips/lantiq/xway/
H A Dgptu.c141 if (of_irq_to_resource_table(pdev->dev.of_node, irqres, 6) != 6) { in gptu_probe()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dopal-irqchip.c260 rc = of_irq_to_resource_table(opal_node, opal_irqs, opal_irq_count); in opal_event_init()
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dtimer-davinci.c348 rv = of_irq_to_resource_table(np, timer_cfg.irq, in of_davinci_timer_register()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_mtk1414 of_irq_to_resource_table
2958 of_irq_to_resource_table
H A Dabi_gki_aarch64_oplus1763 of_irq_to_resource_table
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dlantiq.c734 ret = of_irq_to_resource_table(dev->of_node, irqres, 3); in fetch_irq_lantiq()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Ddb8500-prcmu.c3002 of_irq_to_resource_table(np, &ab850x_resource, 1); in db8500_prcmu_register_ab8500()