Home
last modified time | relevance | path

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

/linux-6.6.21/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()
2669 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in hci_register_dev()
Dhci_sync.c2861 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in hci_update_passive_scan_sync()
2946 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in hci_update_passive_scan()
5017 auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF); in hci_dev_close_sync()
5100 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on_sync()
5118 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on_sync()
5120 } 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.c8005 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_external_config()
8061 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_public_address()
/linux-6.6.21/include/net/bluetooth/
Dhci.h375 HCI_AUTO_OFF, enumerator
Dhci_core.h1835 !hci_dev_test_flag(dev, HCI_AUTO_OFF))