Searched refs:irqf (Results 1 – 4 of 4) sorted by relevance
238 int error, irqf; in wm831x_ts_probe() local314 irqf = pdata->data_irqf; in wm831x_ts_probe()316 irqf = IRQF_TRIGGER_HIGH; in wm831x_ts_probe()320 irqf | IRQF_ONESHOT | IRQF_NO_AUTOEN, in wm831x_ts_probe()329 irqf = pdata->pd_irqf; in wm831x_ts_probe()331 irqf = IRQF_TRIGGER_HIGH; in wm831x_ts_probe()335 irqf | IRQF_ONESHOT, in wm831x_ts_probe()
76 u32 irqf; in brcmf_of_probe() local140 irqf = irqd_get_trigger_type(irq_get_irq_data(irq)); in brcmf_of_probe()144 sdio->oob_irq_flags = irqf; in brcmf_of_probe()
2715 const int irqf = IRQF_ONESHOT | IRQF_TRIGGER_RISING | IRQF_NO_AUTOEN; in ssam_irq_setup() local2727 status = request_threaded_irq(irq, NULL, ssam_irq_handle, irqf, in ssam_irq_setup()
875 void (*irqf) (int, void *,