Searched refs:irq_setup_alt_chip (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/kernel/irq/
H A Dgeneric-chip.c471 * irq_setup_alt_chip - Switch to alternative chip
477 int irq_setup_alt_chip(struct irq_data *d, unsigned int type) irq_setup_alt_chip() function
492 EXPORT_SYMBOL_GPL(irq_setup_alt_chip); variable
/linux-4.1.27/drivers/irqchip/
H A Dirq-sunxi-nmi.c105 irq_setup_alt_chip(data, flow_type); sunxi_sc_nmi_set_type()
H A Dirq-tb10x.c89 irq_setup_alt_chip(data, flow_type); tb10x_irq_set_type()
H A Dirq-imgpdc.c188 irq_setup_alt_chip(data, flow_type); syswake_irq_set_type()
/linux-4.1.27/drivers/gpio/
H A Dgpio-dwapb.c253 irq_setup_alt_chip(d, type); dwapb_irq_set_type()
H A Dgpio-tz1090.c352 irq_setup_alt_chip(data, flow_type); gpio_set_irq_type()
H A Dgpio-mvebu.c421 if (irq_setup_alt_chip(d, type)) mvebu_gpio_irq_set_type()
/linux-4.1.27/arch/arm/plat-orion/
H A Dgpio.c378 if (irq_setup_alt_chip(d, type)) gpio_irq_set_type()
/linux-4.1.27/include/linux/
H A Dirq.h821 int irq_setup_alt_chip(struct irq_data *d, unsigned int type);

Completed in 76 milliseconds