Searched refs:IRQF_TRIGGER_MASK (Results 1 – 24 of 24) sorted by relevance
48 irqflags = (irq_res->flags & IRQF_TRIGGER_MASK) | IRQF_SHARED; in iio_interrupt_trigger_probe()
97 d.irq_flags = res_irq->flags & IRQF_TRIGGER_MASK; in plat_ide_probe()
1193 ((old->flags ^ new->flags) & IRQF_TRIGGER_MASK) || in __setup_irq()1286 if (new->flags & IRQF_TRIGGER_MASK) { in __setup_irq()1288 new->flags & IRQF_TRIGGER_MASK); in __setup_irq()1321 } else if (new->flags & IRQF_TRIGGER_MASK) { in __setup_irq()1322 unsigned int nmsk = new->flags & IRQF_TRIGGER_MASK; in __setup_irq()
122 switch (flow_type & IRQF_TRIGGER_MASK) { in txx9_irq_set_type()
66 switch (flow_type & IRQF_TRIGGER_MASK) { in tb10x_irq_set_type()
86 switch (flow_type & IRQF_TRIGGER_MASK) { in sunxi_sc_nmi_set_type()
114 switch (flow_type & IRQF_TRIGGER_MASK) { in tx4939_irq_set_type()
123 irq_flags = irq_res->flags & IRQF_TRIGGER_MASK; in __pata_platform_probe()
203 irqflags = irq_res->flags & IRQF_TRIGGER_MASK; in isp1760_plat_probe()
201 priv->irq_flags = res_irq->flags & IRQF_TRIGGER_MASK; in sp_probe()
150 if ((type & IRQF_TRIGGER_MASK) != IRQ_TYPE_EDGE_BOTH) { in tb10x_gpio_irq_set_type()
290 irqflags = (res->flags & IRQF_TRIGGER_MASK) | IRQF_SHARED; in gpio_vbus_probe()
34 #define IRQF_TRIGGER_MASK (IRQF_TRIGGER_HIGH | IRQF_TRIGGER_LOW | \ macro
27 return IRQF_SHARED | (res->flags & IRQF_TRIGGER_MASK); in get_irq_flags()
940 (p->irq_flags2 & IRQF_TRIGGER_MASK), in lis3lv02d_8b_configure()1206 irq_flags = p->irq_flags1 & IRQF_TRIGGER_MASK; in lis3lv02d_init_device()
2355 if (irq_flags == -1 || irq_resflags & IRQF_TRIGGER_MASK) in smc_drv_probe()2356 irq_flags = irq_resflags & IRQF_TRIGGER_MASK; in smc_drv_probe()
874 ax->irqflags = irq->flags & IRQF_TRIGGER_MASK; in ax_probe()
1303 unsigned long irqflags = db->irq_res->flags & IRQF_TRIGGER_MASK; in dm9000_open()
1643 irqflags = ires->flags & IRQF_TRIGGER_MASK; in sl811h_probe()
1592 irqflags = ires->flags & IRQF_TRIGGER_MASK; in isp116x_probe()
2445 irq_trigger = ires->flags & IRQF_TRIGGER_MASK; in r8a66597_probe()
1598 m66592->irq_trigger = ires->flags & IRQF_TRIGGER_MASK; in m66592_probe()
1871 irq_trigger = ires->flags & IRQF_TRIGGER_MASK; in r8a66597_probe()
6465 wl->irq_flags = res->flags & IRQF_TRIGGER_MASK; in wlcore_nvs_cb()