Lines Matching defs:bluetooth
303 u32 bluetooth:1;
1134 [TPACPI_RFK_BLUETOOTH_SW_ID] = "bluetooth",
4400 "will attempt to %s bluetooth\n",
4422 /* sysfs bluetooth enable ---------------------------------------------- */
4462 pr_notice("failed to save bluetooth state to NVRAM\n");
4465 "bluetooth state saved to NVRAM\n");
4536 * "GBDC" will cause bluetooth on Intel wireless cards blocked
4540 FW_BUG "disable bluetooth subdriver for Intel cards\n");
4552 "initializing bluetooth subdriver\n");
4556 /* bluetooth not supported on 570, 600e/x, 770e, 770x, A21e, A2xm/p,
4558 tp_features.bluetooth = !have_bt_fwbug() && hkey_handle &&
4562 "bluetooth is %s, status 0x%02x\n",
4563 str_supported(tp_features.bluetooth),
4568 tp_features.bluetooth = 1;
4569 pr_info("bluetooth switch emulation enabled\n");
4572 if (tp_features.bluetooth &&
4574 /* no bluetooth hardware present in system */
4575 tp_features.bluetooth = 0;
4577 "bluetooth hardware not installed\n");
4580 if (!tp_features.bluetooth)
4613 .name = "bluetooth",
10527 TPACPI_PARAM(bluetooth);
10545 MODULE_PARM_DESC(dbg_bluetoothemul, "Enables bluetooth switch emulation");
10548 "Initial state of the emulated bluetooth switch");