Lines Matching defs:handle
66 static int toshiba_bluetooth_present(acpi_handle handle)
76 result = acpi_evaluate_integer(handle, "_STA", NULL, &bt_present);
90 static int toshiba_bluetooth_status(acpi_handle handle)
95 result = acpi_evaluate_integer(handle, "BTST", NULL, &status);
104 static int toshiba_bluetooth_enable(acpi_handle handle)
108 result = acpi_evaluate_object(handle, "AUSB", NULL, NULL);
114 result = acpi_evaluate_object(handle, "BTPO", NULL, NULL);
123 static int toshiba_bluetooth_disable(acpi_handle handle)
127 result = acpi_evaluate_object(handle, "BTPF", NULL, NULL);
133 result = acpi_evaluate_object(handle, "DUSB", NULL, NULL);
147 status = toshiba_bluetooth_status(bt_dev->acpi_dev->handle);
177 ret = toshiba_bluetooth_disable(bt_dev->acpi_dev->handle);
179 ret = toshiba_bluetooth_enable(bt_dev->acpi_dev->handle);
240 result = toshiba_bluetooth_present(device->handle);
294 return toshiba_bluetooth_disable(device->handle);