Lines Matching full:polled
88 static bool polled; variable
89 module_param(polled, bool, S_IRUGO | S_IWUSR);
90 MODULE_PARM_DESC(polled, "Use polling for completion instead of interrupts");
107 * @polled: use polling for completion instead of interrupts
123 bool polled; member
675 if (params->polled) in dmatest_func()
807 if (!params->polled) { in dmatest_func()
820 if (params->polled) { in dmatest_func()
1022 info->params.polled) { in dmatest_add_channel()
1023 info->params.polled = false; in dmatest_add_channel()
1024 pr_warn("DMA_COMPLETION_NO_ORDER, polled disabled\n"); in dmatest_add_channel()
1107 params->polled = polled; in add_threaded_test()