Home
last modified time | relevance | path

Searched refs:HCI_QUIRK_NO_SUSPEND_NOTIFIER (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/bluetooth/
Dhci_serdev.c360 set_bit(HCI_QUIRK_NO_SUSPEND_NOTIFIER, &hdev->quirks); in hci_uart_register_device()
Dbtusb.c2403 set_bit(HCI_QUIRK_NO_SUSPEND_NOTIFIER, &hdev->quirks); in btusb_setup_csr()
/linux-6.6.21/include/net/bluetooth/
Dhci.h249 HCI_QUIRK_NO_SUSPEND_NOTIFIER, enumerator
/linux-6.6.21/net/bluetooth/
Dhci_core.c2808 !test_bit(HCI_QUIRK_NO_SUSPEND_NOTIFIER, &hdev->quirks)) { in hci_register_suspend_notifier()