Searched refs:wapf (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/platform/x86/
H A Dasus-nb-wmi.c42 static int wapf = -1; variable
43 module_param(wapf, uint, 0444);
44 MODULE_PARM_DESC(wapf, "WAPF value");
91 .wapf = 0,
105 .wapf = 4,
111 .wapf = 4,
116 .wapf = 2,
530 /* overwrite the wapf setting if the wapf paramater is specified */
531 if (wapf !
[all...]
H A Dasus-wmi.h44 int wapf; member in struct:quirk_entry
H A Deeepc-wmi.c194 driver->quirks->wapf = -1;
H A Dasus-laptop.c64 static uint wapf = 1; variable
65 module_param(wapf, uint, 0444);
66 MODULE_PARM_DESC(wapf, "WAPF value");
1711 if (write_acpi_int(asus->handle, "CWAP", wapf))
1712 pr_err("Error calling CWAP(%d)\n", wapf);
H A Dasus-wmi.c1593 && (asus->driver->quirks->wapf > 0)) {
1921 (asus->driver->quirks->wapf > 0))
4273 if (asus->driver->quirks->wapf >= 0)
4275 asus->driver->quirks->wapf, NULL);

Completed in 142 milliseconds