Searched refs:of_irq_count (Results 1 - 16 of 16) sorted by relevance

/linux-master/include/linux/
H A Dof_irq.h44 extern int of_irq_count(struct device_node *dev);
67 static inline int of_irq_count(struct device_node *dev) function
/linux-master/drivers/irqchip/
H A Dirq-vt8500.c225 if (of_irq_count(np) != 0) {
227 if (of_irq_count(np) != 8) {
H A Dirq-realtek-rtl.c142 if (WARN_ON(!of_irq_count(node))) {
H A Dirq-lpc32xx.c226 for (i = 0; i < of_irq_count(node); i++) {
H A Dirq-tb10x.c99 int i, ret, nrirqs = of_irq_count(ictl);
H A Dirq-ls-scfg-msi.c371 msi_data->msir_num = of_irq_count(pdev->dev.of_node);
H A Dirq-sifive-plic.c449 *nr_contexts = of_irq_count(to_of_node(dev->fwnode));
H A Dirq-stm32-exti.c869 nr_irqs = of_irq_count(node);
/linux-master/arch/powerpc/platforms/4xx/
H A Dhsta_msi.c135 irq_count = of_irq_count(dev->of_node);
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-irqchip.c204 opal_irq_count = of_irq_count(opal_node);
/linux-master/drivers/clocksource/
H A Dtimer-clint.c175 nr_irqs = of_irq_count(np);
H A Dexynos_mct.c555 nr_irqs = of_irq_count(np);
/linux-master/drivers/of/
H A Dirq.c479 * of_irq_count - Count the number of IRQs a node uses
482 int of_irq_count(struct device_node *dev) function
/linux-master/drivers/pci/controller/
H A Dpcie-iproc-msi.c547 msi->nr_irqs = of_irq_count(node);
/linux-master/drivers/pci/controller/dwc/
H A Dpci-keystone.c652 irq_count = of_irq_count(intc_np);
707 irq_count = of_irq_count(intc_np);
/linux-master/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-37xx.c763 nr_irq_parent = of_irq_count(np);

Completed in 307 milliseconds