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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dthinkpad_acpi.c377 static int tpacpi_wlsw_emulstate; variable
1489 return snprintf(buf, PAGE_SIZE, "%d\n", !!tpacpi_wlsw_emulstate);
1500 if (tpacpi_wlsw_emulstate != !!t) {
1501 tpacpi_wlsw_emulstate = !!t;
2061 return (tpacpi_wlsw_emulstate) ?
3347 radiosw_state = !!tpacpi_wlsw_emulstate;
8935 module_param_named(wlsw_state, tpacpi_wlsw_emulstate, bool, 0);

Completed in 41 milliseconds