Searched refs:irqmode (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/fmc/ |
D | fmc-trivial.c | 36 .irqmode = IRQF_TRIGGER_RISING, 40 .irqmode = IRQF_TRIGGER_RISING,
|
/linux-4.4.14/drivers/block/ |
D | null_blk.c | 119 static int irqmode = NULL_IRQ_SOFTIRQ; variable 123 return null_param_store_val(str, &irqmode, NULL_IRQ_NONE, in null_set_irqmode() 132 device_param_cb(irqmode, &null_irqmode_param_ops, &irqmode, S_IRUGO); 133 MODULE_PARM_DESC(irqmode, "IRQ completion handler. 0-none, 1-softirq, 2-timer"); 185 if (irqmode == NULL_IRQ_TIMER) { in __alloc_cmd() 275 switch (irqmode) { in null_handle_cmd() 359 if (irqmode == NULL_IRQ_TIMER) { in null_queue_rq()
|
/linux-4.4.14/Documentation/block/ |
D | null_blk.txt | 45 irqmode=[0-2]: Default: 1-Soft-irq 56 Combined with irqmode=2 (timer). The time each completion event must wait.
|
/linux-4.4.14/include/linux/ |
D | fmc.h | 105 int irqmode; /* IRQF_TRIGGER_LOW and so on */ member
|
/linux-4.4.14/Documentation/fmc/ |
D | carrier.txt | 240 int irqmode; /* IRQF_TRIGGER_LOW and so on */
|