Home
last modified time | relevance | path

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

/Linux-v6.6/net/bluetooth/
Dhci_core.c520 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_open()
576 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_close()
868 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_list()
906 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_info()
977 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on()
1001 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on()
1003 } else if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on()
2666 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in hci_register_dev()
Dhci_sync.c2858 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in hci_update_passive_scan_sync()
2943 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in hci_update_passive_scan()
5012 auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF); in hci_dev_close_sync()
5095 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on_sync()
5113 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on_sync()
5115 } else if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on_sync()
Dhci_sock.c1297 (!hci_dev_test_flag(hdev, HCI_AUTO_OFF) && in hci_sock_bind()
Dmgmt.c7994 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_external_config()
8050 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_public_address()
/Linux-v6.6/include/net/bluetooth/
Dhci.h374 HCI_AUTO_OFF, enumerator
Dhci_core.h1804 !hci_dev_test_flag(dev, HCI_AUTO_OFF))