Home
last modified time | relevance | path

Searched refs:HCI_AUTO_OFF (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/net/bluetooth/
H A Dhci_core.c449 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_open()
505 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_close()
796 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_list()
832 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_info()
934 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on()
957 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on()
959 } else if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on()
2607 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in hci_register_dev()
H A Dhci_sync.c3095 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in hci_update_passive_scan_sync()
3180 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in hci_update_passive_scan()
5217 auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF); in hci_dev_close_sync()
5302 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on_sync()
5319 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on_sync()
5321 } else if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on_sync()
H A Dhci_sock.c1294 (!hci_dev_test_flag(hdev, HCI_AUTO_OFF) && in hci_sock_bind()
H A Dmgmt.c7960 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_external_config()
8016 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_public_address()
/linux-6.15/include/net/bluetooth/
H A Dhci.h423 HCI_AUTO_OFF, enumerator
H A Dhci_core.h1916 !hci_dev_test_flag(dev, HCI_AUTO_OFF))