tpacpi_bluetooth_emulstate  386 drivers/platform/x86/thinkpad_acpi.c static bool tpacpi_bluetooth_emulstate;
tpacpi_bluetooth_emulstate 1516 drivers/platform/x86/thinkpad_acpi.c 	return snprintf(buf, PAGE_SIZE, "%d\n", !!tpacpi_bluetooth_emulstate);
tpacpi_bluetooth_emulstate 1527 drivers/platform/x86/thinkpad_acpi.c 	tpacpi_bluetooth_emulstate = !!t;
tpacpi_bluetooth_emulstate 4392 drivers/platform/x86/thinkpad_acpi.c 		return (tpacpi_bluetooth_emulstate) ?
tpacpi_bluetooth_emulstate 4413 drivers/platform/x86/thinkpad_acpi.c 		tpacpi_bluetooth_emulstate = (state == TPACPI_RFK_RADIO_ON);
tpacpi_bluetooth_emulstate 10403 drivers/platform/x86/thinkpad_acpi.c module_param_named(bluetooth_state, tpacpi_bluetooth_emulstate, bool, 0);