Home
last modified time | relevance | path

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

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