Searched refs:btlp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_bcm.c | 72 * either by accessing @device_wakeup or by calling @btlp 75 * @btlp: Apple ACPI method to toggle BT_WAKE pin ("Bluetooth Low Power") 107 acpi_handle btlp, btpu, btpd; member 936 if (ACPI_FAILURE(acpi_execute_simple_method(dev->btlp, NULL, !awake))) in bcm_apple_set_device_wakeup() 957 ACPI_FAILURE(acpi_get_handle(adev->handle, "BTLP", &dev->btlp)) || in bcm_apple_get_resources()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | hci_bcm.c | 82 * either by accessing @device_wakeup or by calling @btlp 85 * @btlp: Apple ACPI method to toggle BT_WAKE pin ("Bluetooth Low Power") 126 acpi_handle btlp, btpu, btpd; member 1002 if (ACPI_FAILURE(acpi_execute_simple_method(dev->btlp, NULL, !awake))) in bcm_apple_set_device_wakeup() 1023 ACPI_FAILURE(acpi_get_handle(adev->handle, "BTLP", &dev->btlp)) || in bcm_apple_get_resources()
|
Completed in 4 milliseconds