Home
last modified time | relevance | path

Searched refs:irqf (Results 1 – 2 of 2) sorted by relevance

/drivers/input/touchscreen/
Dwm831x-ts.c238 int error, irqf; in wm831x_ts_probe() local
314 irqf = pdata->data_irqf; in wm831x_ts_probe()
316 irqf = IRQF_TRIGGER_HIGH; in wm831x_ts_probe()
320 irqf | IRQF_ONESHOT, in wm831x_ts_probe()
330 irqf = pdata->pd_irqf; in wm831x_ts_probe()
332 irqf = IRQF_TRIGGER_HIGH; in wm831x_ts_probe()
336 irqf | IRQF_ONESHOT, in wm831x_ts_probe()
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dof.c22 u32 irqf; in brcmf_of_probe() local
49 irqf = irqd_get_trigger_type(irq_get_irq_data(irq)); in brcmf_of_probe()
53 sdio->oob_irq_flags = irqf; in brcmf_of_probe()