Home
last modified time | relevance | path

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

/Linux-v5.10/net/bluetooth/
Dhci_core.c1660 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_open()
1761 auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF); in hci_dev_do_close()
1848 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_close()
2121 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_list()
2159 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_info()
2230 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on()
2256 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on()
2258 } else if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on()
3763 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in hci_register_dev()
Dhci_sock.c1184 (!hci_dev_test_flag(hdev, HCI_AUTO_OFF) && in hci_sock_bind()
Dhci_request.c395 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in __hci_update_background_scan()
Dmgmt.c6835 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_external_config()
6891 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_public_address()
/Linux-v5.10/include/net/bluetooth/
Dhci.h282 HCI_AUTO_OFF, enumerator
Dhci_core.h1352 !hci_dev_test_flag(dev, HCI_AUTO_OFF))