Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-ls1x.c99 return irq_setup_alt_chip(data, type); in ls_intc_set_type()
H A Dirq-tb10x.c77 irq_setup_alt_chip(data, flow_type); in tb10x_irq_set_type()
H A Dirq-sunxi-nmi.c143 irq_setup_alt_chip(data, flow_type); in sunxi_sc_nmi_set_type()
H A Dirq-tango.c121 return irq_setup_alt_chip(d, flow_type); in tangox_irq_set_type()
H A Dirq-pic32-evic.c147 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()
/OK3568_Linux_fs/kernel/kernel/irq/
H A Dgeneric-chip.c512 int irq_setup_alt_chip(struct irq_data *d, unsigned int type) in irq_setup_alt_chip() function
527 EXPORT_SYMBOL_GPL(irq_setup_alt_chip);
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-mxs.c81 if (irq_setup_alt_chip(d, type)) in mxs_gpio_set_irq_type()
H A Dgpio-mvebu.c512 if (irq_setup_alt_chip(d, type)) in mvebu_gpio_irq_set_type()
/OK3568_Linux_fs/kernel/arch/arm/plat-orion/
H A Dgpio.c372 if (irq_setup_alt_chip(d, type)) in gpio_irq_set_type()
/OK3568_Linux_fs/kernel/include/linux/
H A Dirq.h1138 int irq_setup_alt_chip(struct irq_data *d, unsigned int type);