Searched refs:flow_type (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/avr32/mach-at32ap/
H A Dextint.c49 static int eim_set_irq_type(unsigned int irq, unsigned int flow_type) argument
58 flow_type &= IRQ_TYPE_SENSE_MASK;
59 if (flow_type == IRQ_TYPE_NONE)
60 flow_type = IRQ_TYPE_LEVEL_LOW;
69 switch (flow_type) {
96 if (flow_type & (IRQ_TYPE_LEVEL_LOW | IRQ_TYPE_LEVEL_HIGH))
97 flow_type |= IRQ_LEVEL;
99 desc->status |= flow_type;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Dmpic.h33 extern int mpic_set_irq_type(unsigned int virq, unsigned int flow_type);
H A Dcpm2_pic.c135 static int cpm2_set_irq_type(unsigned int virq, unsigned int flow_type) argument
141 if (flow_type == IRQ_TYPE_NONE)
142 flow_type = IRQ_TYPE_LEVEL_LOW;
144 if (flow_type & IRQ_TYPE_EDGE_RISING) {
146 flow_type);
151 desc->status |= flow_type & IRQ_TYPE_SENSE_MASK;
152 if (flow_type & IRQ_TYPE_LEVEL_LOW) {
167 return (flow_type & IRQ_TYPE_LEVEL_LOW) ? 0 : -EINVAL;
171 if ((flow_type & IRQ_TYPE_SENSE_MASK) == IRQ_TYPE_EDGE_FALLING)
H A Dmpc8xx_pic.c75 static int mpc8xx_set_irq_type(unsigned int virq, unsigned int flow_type) argument
80 desc->status |= flow_type & IRQ_TYPE_SENSE_MASK;
81 if (flow_type & (IRQ_TYPE_LEVEL_HIGH | IRQ_TYPE_LEVEL_LOW))
84 if (flow_type & IRQ_TYPE_EDGE_FALLING) {
H A Dipic.c454 static int ipic_set_irq_type(unsigned int virq, unsigned int flow_type) argument
461 if (flow_type == IRQ_TYPE_NONE)
462 flow_type = IRQ_TYPE_LEVEL_LOW;
466 if (!(flow_type & (IRQ_TYPE_LEVEL_LOW | IRQ_TYPE_EDGE_FALLING))) {
468 flow_type);
473 desc->status |= flow_type & IRQ_TYPE_SENSE_MASK;
474 if (flow_type & IRQ_TYPE_LEVEL_LOW) {
490 return (flow_type & IRQ_TYPE_LEVEL_LOW) ? 0 : -EINVAL;
493 if ((flow_type & IRQ_TYPE_SENSE_MASK) == IRQ_TYPE_EDGE_FALLING) {
H A Duic.c102 static int uic_set_irq_type(unsigned int virq, unsigned int flow_type) argument
111 switch (flow_type & IRQ_TYPE_SENSE_MASK) {
144 desc->status |= flow_type & IRQ_TYPE_SENSE_MASK;
H A Dmpic.c792 int mpic_set_irq_type(unsigned int virq, unsigned int flow_type) argument
800 mpic, virq, src, flow_type);
805 if (flow_type == IRQ_TYPE_NONE)
807 flow_type = mpic->senses[src];
808 if (flow_type == IRQ_TYPE_NONE)
809 flow_type = IRQ_TYPE_LEVEL_LOW;
812 desc->status |= flow_type & IRQ_TYPE_SENSE_MASK;
813 if (flow_type & (IRQ_TYPE_LEVEL_HIGH | IRQ_TYPE_LEVEL_LOW))
820 vecpri = mpic_type_to_vecpri(mpic, flow_type);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dirq.h114 int (*set_type)(unsigned int irq, unsigned int flow_type);

Completed in 180 milliseconds