Lines Matching full:bluetooth
3 * Toshiba Bluetooth Enable Driver
26 MODULE_DESCRIPTION("Toshiba Laptop ACPI Bluetooth Enable Driver");
77 pr_err("ACPI call to query Bluetooth presence failed\n"); in toshiba_bluetooth_present()
82 pr_info("Bluetooth device not present\n"); in toshiba_bluetooth_present()
96 pr_err("Could not get Bluetooth device status\n"); in toshiba_bluetooth_status()
109 pr_err("Could not attach USB Bluetooth device\n"); in toshiba_bluetooth_enable()
115 pr_err("Could not power ON Bluetooth device\n"); in toshiba_bluetooth_enable()
128 pr_err("Could not power OFF Bluetooth device\n"); in toshiba_bluetooth_disable()
134 pr_err("Could not detach USB Bluetooth device\n"); in toshiba_bluetooth_disable()
148 pr_err("Could not sync bluetooth device status\n"); in toshiba_bluetooth_sync_status()
156 pr_debug("Bluetooth status %d killswitch %d plugged %d powered %d\n", in toshiba_bluetooth_sync_status()
191 * Note the Toshiba Bluetooth RFKill switch seems to be a strange in bt_rfkill_poll()
243 pr_info("Toshiba ACPI Bluetooth device driver\n"); in toshiba_bt_rfkill_add()
258 bt_dev->rfk = rfkill_alloc("Toshiba Bluetooth", in toshiba_bt_rfkill_add()