Lines Matching refs:handle
65 static int toshiba_bluetooth_present(acpi_handle handle) in toshiba_bluetooth_present() argument
75 result = acpi_evaluate_integer(handle, "_STA", NULL, &bt_present); in toshiba_bluetooth_present()
87 static int toshiba_bluetooth_status(acpi_handle handle) in toshiba_bluetooth_status() argument
92 result = acpi_evaluate_integer(handle, "BTST", NULL, &status); in toshiba_bluetooth_status()
103 static int toshiba_bluetooth_enable(acpi_handle handle) in toshiba_bluetooth_enable() argument
116 status = toshiba_bluetooth_status(handle); in toshiba_bluetooth_enable()
134 result = acpi_evaluate_object(handle, "AUSB", NULL, NULL); in toshiba_bluetooth_enable()
140 result = acpi_evaluate_object(handle, "BTPO", NULL, NULL); in toshiba_bluetooth_enable()
149 static int toshiba_bluetooth_disable(acpi_handle handle) in toshiba_bluetooth_disable() argument
153 result = acpi_evaluate_object(handle, "BTPF", NULL, NULL); in toshiba_bluetooth_disable()
159 result = acpi_evaluate_object(handle, "DUSB", NULL, NULL); in toshiba_bluetooth_disable()
170 toshiba_bluetooth_enable(device->handle); in toshiba_bt_rfkill_notify()
176 return toshiba_bluetooth_enable(to_acpi_device(dev)->handle); in toshiba_bt_resume()
184 result = toshiba_bluetooth_present(device->handle); in toshiba_bt_rfkill_add()
191 result = toshiba_bluetooth_enable(device->handle); in toshiba_bt_rfkill_add()
201 return toshiba_bluetooth_disable(device->handle); in toshiba_bt_rfkill_remove()