Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/pci/ngene/
H A Dngene-core.c31 static int shutdown_workaround; variable
32 module_param(shutdown_workaround, int, 0644);
33 MODULE_PARM_DESC(shutdown_workaround, "Activate workaround for shutdown problem with some chipsets.");
1633 if (!dev || !shutdown_workaround) in ngene_shutdown()
/kernel/linux/linux-6.6/drivers/media/pci/ngene/
H A Dngene-core.c31 static int shutdown_workaround; variable
32 module_param(shutdown_workaround, int, 0644);
33 MODULE_PARM_DESC(shutdown_workaround, "Activate workaround for shutdown problem with some chipsets.");
1633 if (!dev || !shutdown_workaround) in ngene_shutdown()

Completed in 5 milliseconds