irq_setup_alt_chip  372 arch/arm/plat-orion/gpio.c 		if (irq_setup_alt_chip(d, type))
irq_setup_alt_chip  315 drivers/gpio/gpio-dwapb.c 	irq_setup_alt_chip(d, type);
irq_setup_alt_chip  509 drivers/gpio/gpio-mvebu.c 		if (irq_setup_alt_chip(d, type))
irq_setup_alt_chip   81 drivers/gpio/gpio-mxs.c 		if (irq_setup_alt_chip(d, type))
irq_setup_alt_chip  189 drivers/irqchip/irq-imgpdc.c 	irq_setup_alt_chip(data, flow_type);
irq_setup_alt_chip   99 drivers/irqchip/irq-ls1x.c 	return irq_setup_alt_chip(data, type);
irq_setup_alt_chip  147 drivers/irqchip/irq-pic32-evic.c 		irq_setup_alt_chip(data, priv->irq_types[hw]);
irq_setup_alt_chip  143 drivers/irqchip/irq-sunxi-nmi.c 	irq_setup_alt_chip(data, flow_type);
irq_setup_alt_chip  121 drivers/irqchip/irq-tango.c 	return irq_setup_alt_chip(d, flow_type);
irq_setup_alt_chip   77 drivers/irqchip/irq-tb10x.c 	irq_setup_alt_chip(data, flow_type);
irq_setup_alt_chip 1087 include/linux/irq.h int irq_setup_alt_chip(struct irq_data *d, unsigned int type);
irq_setup_alt_chip  526 kernel/irq/generic-chip.c EXPORT_SYMBOL_GPL(irq_setup_alt_chip);