Searched refs:irqmode (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/fmc/ |
D | fmc-trivial.c | 36 .irqmode = IRQF_TRIGGER_RISING, 40 .irqmode = IRQF_TRIGGER_RISING,
|
/Linux-v4.19/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-v4.19/drivers/block/ |
D | null_blk.h | 56 unsigned int irqmode; /* IRQ completion handler */ member
|
D | null_blk_main.c | 168 device_param_cb(irqmode, &null_irqmode_param_ops, &g_irqmode, 0444); 169 MODULE_PARM_DESC(irqmode, "IRQ completion handler. 0-none, 1-softirq, 2-timer"); 285 NULLB_DEVICE_ATTR(irqmode, uint); 517 dev->irqmode = g_irqmode; in null_alloc_dev() 574 if (nq->dev->irqmode == NULL_IRQ_TIMER) { in __alloc_cmd() 1275 switch (dev->irqmode) { in null_handle_cmd() 1430 if (nq->dev->irqmode == NULL_IRQ_TIMER) { in null_queue_rq() 1675 dev->irqmode = min_t(unsigned int, dev->irqmode, NULL_IRQ_TIMER); in null_validate_conf()
|
/Linux-v4.19/include/linux/ |
D | fmc.h | 105 int irqmode; /* IRQF_TRIGGER_LOW and so on */ member
|
/Linux-v4.19/Documentation/fmc/ |
D | carrier.txt | 240 int irqmode; /* IRQF_TRIGGER_LOW and so on */
|