Home
last modified time | relevance | path

Searched refs:irq_setup_alt_chip (Results 1 – 6 of 6) 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-imgpdc.c189 irq_setup_alt_chip(data, flow_type); in syswake_irq_set_type()
/linux/kernel/irq/
H A Dgeneric-chip.c574 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()