Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/irqchip/
Dirq-tb10x.c89 irq_setup_alt_chip(data, flow_type); in tb10x_irq_set_type()
Dirq-sunxi-nmi.c143 irq_setup_alt_chip(data, flow_type); in sunxi_sc_nmi_set_type()
Dirq-tango.c125 return irq_setup_alt_chip(d, flow_type); in tangox_irq_set_type()
Dirq-pic32-evic.c151 irq_setup_alt_chip(data, priv->irq_types[hw]); in pic32_irq_domain_map()
Dirq-imgpdc.c189 irq_setup_alt_chip(data, flow_type); in syswake_irq_set_type()
/Linux-v4.19/kernel/irq/
Dgeneric-chip.c511 int irq_setup_alt_chip(struct irq_data *d, unsigned int type) in irq_setup_alt_chip() function
526 EXPORT_SYMBOL_GPL(irq_setup_alt_chip);
/Linux-v4.19/drivers/gpio/
Dgpio-mxs.c83 if (irq_setup_alt_chip(d, type)) in mxs_gpio_set_irq_type()
Dgpio-dwapb.c317 irq_setup_alt_chip(d, type); in dwapb_irq_set_type()
Dgpio-mvebu.c498 if (irq_setup_alt_chip(d, type)) in mvebu_gpio_irq_set_type()
/Linux-v4.19/arch/arm/plat-orion/
Dgpio.c372 if (irq_setup_alt_chip(d, type)) in gpio_irq_set_type()
/Linux-v4.19/include/linux/
Dirq.h1054 int irq_setup_alt_chip(struct irq_data *d, unsigned int type);