Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
H A Dirq-tb10x.c73 irq_setup_alt_chip(data, flow_type); in tb10x_irq_set_type()
H A Dirq-ls1x.c99 return irq_setup_alt_chip(data, type); in ls_intc_set_type()
H A Dirq-sunxi-nmi.c136 irq_setup_alt_chip(data, flow_type); in sunxi_sc_nmi_set_type()
H A Dirq-pic32-evic.c146 irq_setup_alt_chip(data, priv->irq_types[hw]); in pic32_irq_domain_map()
H A Dirq-imgpdc.c189 irq_setup_alt_chip(data, flow_type); in syswake_irq_set_type()
/linux/kernel/irq/
H A Dgeneric-chip.c568 * irq_setup_alt_chip - Switch to alternative chip
574 int irq_setup_alt_chip(struct irq_data *d, unsigned int type) in irq_setup_alt_chip() function
589 EXPORT_SYMBOL_GPL(irq_setup_alt_chip);
/linux/arch/arm/plat-orion/
H A Dgpio.c375 if (irq_setup_alt_chip(d, type)) in gpio_irq_set_type()
/linux/include/linux/
H A Dirq.h1162 int irq_setup_alt_chip(struct irq_data *d, unsigned int type);
/linux/drivers/gpio/
H A Dgpio-mvebu.c510 if (irq_setup_alt_chip(d, type)) in mvebu_gpio_irq_set_type()