Lines Matching refs:handle
69 static int toshiba_bluetooth_present(acpi_handle handle) in toshiba_bluetooth_present() argument
79 result = acpi_evaluate_integer(handle, "_STA", NULL, &bt_present); in toshiba_bluetooth_present()
91 static int toshiba_bluetooth_status(acpi_handle handle) in toshiba_bluetooth_status() argument
96 result = acpi_evaluate_integer(handle, "BTST", NULL, &status); in toshiba_bluetooth_status()
105 static int toshiba_bluetooth_enable(acpi_handle handle) in toshiba_bluetooth_enable() argument
109 result = acpi_evaluate_object(handle, "AUSB", NULL, NULL); in toshiba_bluetooth_enable()
115 result = acpi_evaluate_object(handle, "BTPO", NULL, NULL); in toshiba_bluetooth_enable()
124 static int toshiba_bluetooth_disable(acpi_handle handle) in toshiba_bluetooth_disable() argument
128 result = acpi_evaluate_object(handle, "BTPF", NULL, NULL); in toshiba_bluetooth_disable()
134 result = acpi_evaluate_object(handle, "DUSB", NULL, NULL); in toshiba_bluetooth_disable()
148 status = toshiba_bluetooth_status(bt_dev->acpi_dev->handle); in toshiba_bluetooth_sync_status()
178 ret = toshiba_bluetooth_disable(bt_dev->acpi_dev->handle); in bt_rfkill_set_block()
180 ret = toshiba_bluetooth_enable(bt_dev->acpi_dev->handle); in bt_rfkill_set_block()
241 result = toshiba_bluetooth_present(device->handle); in toshiba_bt_rfkill_add()
295 return toshiba_bluetooth_disable(device->handle); in toshiba_bt_rfkill_remove()