Home
last modified time | relevance | path

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

/Linux-v6.1/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()
2633 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in hci_register_dev()
Dhci_sync.c2716 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in hci_update_passive_scan_sync()
2801 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in hci_update_passive_scan()
4822 auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF); in hci_dev_close_sync()
4904 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on_sync()
4922 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on_sync()
4924 } else if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on_sync()
Dhci_sock.c1204 (!hci_dev_test_flag(hdev, HCI_AUTO_OFF) && in hci_sock_bind()
Dmgmt.c7992 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_external_config()
8048 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_public_address()
/Linux-v6.1/include/net/bluetooth/
Dhci.h318 HCI_AUTO_OFF, enumerator
Dhci_core.h1657 !hci_dev_test_flag(dev, HCI_AUTO_OFF))