Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/ngene/
Dngene-core.c44 static int shutdown_workaround; variable
45 module_param(shutdown_workaround, int, 0644);
46 MODULE_PARM_DESC(shutdown_workaround, "Activate workaround for shutdown problem with some chipsets.…
1650 if (!dev || !shutdown_workaround) in ngene_shutdown()