Searched refs:btpu (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_bcm.c | 74 * either by accessing @shutdown or by calling @btpu/@btpd 76 * @btpu: Apple ACPI method to drive BT_REG_ON pin high ("Bluetooth Power Up") 107 acpi_handle btlp, btpu, btpd; member 944 if (ACPI_FAILURE(acpi_evaluate_object(powered ? dev->btpu : dev->btpd, in bcm_apple_set_shutdown() 958 ACPI_FAILURE(acpi_get_handle(adev->handle, "BTPU", &dev->btpu)) || in bcm_apple_get_resources()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | hci_bcm.c | 84 * either by accessing @shutdown or by calling @btpu/@btpd 86 * @btpu: Apple ACPI method to drive BT_REG_ON pin high ("Bluetooth Power Up") 126 acpi_handle btlp, btpu, btpd; member 1010 if (ACPI_FAILURE(acpi_evaluate_object(powered ? dev->btpu : dev->btpd, in bcm_apple_set_shutdown() 1024 ACPI_FAILURE(acpi_get_handle(adev->handle, "BTPU", &dev->btpu)) || in bcm_apple_get_resources()
|
Completed in 4 milliseconds