Lines Matching defs:bluetooth
326 u32 bluetooth:1;
1060 [TPACPI_RFK_BLUETOOTH_SW_ID] = "bluetooth",
4293 vdbg_printk(TPACPI_DBG_RFKILL, "will attempt to %s bluetooth\n",
4315 /* sysfs bluetooth enable ---------------------------------------------- */
4344 return tp_features.bluetooth ? attr->mode : 0;
4362 pr_notice("failed to save bluetooth state to NVRAM\n");
4365 "bluetooth state saved to NVRAM\n");
4438 * "GBDC" will cause bluetooth on Intel wireless cards blocked
4443 FW_BUG "disable bluetooth subdriver for Intel cards\n");
4455 "initializing bluetooth subdriver\n");
4459 /* bluetooth not supported on 570, 600e/x, 770e, 770x, A21e, A2xm/p,
4461 tp_features.bluetooth = !have_bt_fwbug() && hkey_handle &&
4465 "bluetooth is %s, status 0x%02x\n",
4466 str_supported(tp_features.bluetooth),
4471 tp_features.bluetooth = 1;
4472 pr_info("bluetooth switch emulation enabled\n");
4475 if (tp_features.bluetooth &&
4477 /* no bluetooth hardware present in system */
4478 tp_features.bluetooth = 0;
4480 "bluetooth hardware not installed\n");
4483 if (!tp_features.bluetooth)
4506 .name = "bluetooth",
11574 TPACPI_PARAM(bluetooth);
11592 MODULE_PARM_DESC(dbg_bluetoothemul, "Enables bluetooth switch emulation");
11595 "Initial state of the emulated bluetooth switch");