Searched refs:IRQF_TRIGGER_MASK (Results 1 – 23 of 23) sorted by relevance
47 irqflags = (irq_res->flags & IRQF_TRIGGER_MASK) | IRQF_SHARED; in iio_interrupt_trigger_probe()
1201 if (!(new->flags & IRQF_TRIGGER_MASK)) in __setup_irq()1308 oldtype = new->flags & IRQF_TRIGGER_MASK; in __setup_irq()1313 (oldtype != (new->flags & IRQF_TRIGGER_MASK)) || in __setup_irq()1399 if (new->flags & IRQF_TRIGGER_MASK) { in __setup_irq()1401 new->flags & IRQF_TRIGGER_MASK); in __setup_irq()1454 } else if (new->flags & IRQF_TRIGGER_MASK) { in __setup_irq()1455 unsigned int nmsk = new->flags & IRQF_TRIGGER_MASK; in __setup_irq()
97 d.irq_flags = res_irq->flags & IRQF_TRIGGER_MASK; in plat_ide_probe()
122 switch (flow_type & IRQF_TRIGGER_MASK) { in txx9_irq_set_type()
114 switch (flow_type & IRQF_TRIGGER_MASK) { in tx4939_irq_set_type()
66 switch (flow_type & IRQF_TRIGGER_MASK) { in tb10x_irq_set_type()
121 switch (flow_type & IRQF_TRIGGER_MASK) { in sunxi_sc_nmi_set_type()
123 irq_flags = irq_res->flags & IRQF_TRIGGER_MASK; in __pata_platform_probe()
204 irqflags = irq_res->flags & IRQF_TRIGGER_MASK; in isp1760_plat_probe()
144 if ((type & IRQF_TRIGGER_MASK) != IRQ_TYPE_EDGE_BOTH) { in tb10x_gpio_irq_set_type()
269 priv->irq_flags = res_irq->flags & IRQF_TRIGGER_MASK; in sp_probe()
287 irqflags = (res->flags & IRQF_TRIGGER_MASK) | IRQF_SHARED; in gpio_vbus_probe()
27 return IRQF_SHARED | (res->flags & IRQF_TRIGGER_MASK); in get_irq_flags()
34 #define IRQF_TRIGGER_MASK (IRQF_TRIGGER_HIGH | IRQF_TRIGGER_LOW | \ macro
941 (p->irq_flags2 & IRQF_TRIGGER_MASK), in lis3lv02d_8b_configure()1207 irq_flags = p->irq_flags1 & IRQF_TRIGGER_MASK; in lis3lv02d_init_device()
2366 if (irq_flags == -1 || irq_resflags & IRQF_TRIGGER_MASK) in smc_drv_probe()2367 irq_flags = irq_resflags & IRQF_TRIGGER_MASK; in smc_drv_probe()
874 ax->irqflags = irq->flags & IRQF_TRIGGER_MASK; in ax_probe()
1582 irqflags = ires->flags & IRQF_TRIGGER_MASK; in isp116x_probe()
1633 irqflags = ires->flags & IRQF_TRIGGER_MASK; in sl811h_probe()
2433 irq_trigger = ires->flags & IRQF_TRIGGER_MASK; in r8a66597_probe()
1583 m66592->irq_trigger = ires->flags & IRQF_TRIGGER_MASK; in m66592_probe()
1856 irq_trigger = ires->flags & IRQF_TRIGGER_MASK; in r8a66597_probe()
6600 wl->irq_flags = res->flags & IRQF_TRIGGER_MASK; in wlcore_nvs_cb()