tpacpi_wlsw_emulstate  384 drivers/platform/x86/thinkpad_acpi.c static bool tpacpi_wlsw_emulstate;
tpacpi_wlsw_emulstate 1493 drivers/platform/x86/thinkpad_acpi.c 	return snprintf(buf, PAGE_SIZE, "%d\n", !!tpacpi_wlsw_emulstate);
tpacpi_wlsw_emulstate 1504 drivers/platform/x86/thinkpad_acpi.c 	if (tpacpi_wlsw_emulstate != !!t) {
tpacpi_wlsw_emulstate 1505 drivers/platform/x86/thinkpad_acpi.c 		tpacpi_wlsw_emulstate = !!t;
tpacpi_wlsw_emulstate 2091 drivers/platform/x86/thinkpad_acpi.c 		return (tpacpi_wlsw_emulstate) ?
tpacpi_wlsw_emulstate 3623 drivers/platform/x86/thinkpad_acpi.c 		radiosw_state = !!tpacpi_wlsw_emulstate;
tpacpi_wlsw_emulstate 10397 drivers/platform/x86/thinkpad_acpi.c module_param_named(wlsw_state, tpacpi_wlsw_emulstate, bool, 0);