Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pcmcia/
Dyenta_socket.c27 static bool disable_clkrun; variable
28 module_param(disable_clkrun, bool, 0444);
29 MODULE_PARM_DESC(disable_clkrun, "If PC card doesn't function properly, please try this option");
Dti113x.h848 if (disable_clkrun && PCI_FUNC(socket->dev->devfn) == 0) { in ti12xx_override()