Lines Matching full:bluetooth
2 * Toshiba Bluetooth Enable Driver
29 MODULE_DESCRIPTION("Toshiba Laptop ACPI Bluetooth Enable Driver");
81 pr_err("ACPI call to query Bluetooth presence failed\n"); in toshiba_bluetooth_present()
86 pr_info("Bluetooth device not present\n"); in toshiba_bluetooth_present()
100 pr_err("Could not get Bluetooth device status\n"); in toshiba_bluetooth_status()
113 pr_err("Could not attach USB Bluetooth device\n"); in toshiba_bluetooth_enable()
119 pr_err("Could not power ON Bluetooth device\n"); in toshiba_bluetooth_enable()
132 pr_err("Could not power OFF Bluetooth device\n"); in toshiba_bluetooth_disable()
138 pr_err("Could not detach USB Bluetooth device\n"); in toshiba_bluetooth_disable()
152 pr_err("Could not sync bluetooth device status\n"); in toshiba_bluetooth_sync_status()
160 pr_debug("Bluetooth status %d killswitch %d plugged %d powered %d\n", in toshiba_bluetooth_sync_status()
195 * Note the Toshiba Bluetooth RFKill switch seems to be a strange in bt_rfkill_poll()
247 pr_info("Toshiba ACPI Bluetooth device driver\n"); in toshiba_bt_rfkill_add()
262 bt_dev->rfk = rfkill_alloc("Toshiba Bluetooth", in toshiba_bt_rfkill_add()