Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_core.c468 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_open()
524 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_close()
815 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_list()
851 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_info()
953 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on()
976 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on()
978 } else if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on()
2642 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in hci_register_dev()
H A Dhci_sync.c3185 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in hci_update_passive_scan_sync()
3272 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in hci_update_passive_scan()
5360 auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF); in hci_dev_close_sync()
5445 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on_sync()
5462 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on_sync()
5464 } else if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on_sync()
H A Dhci_sock.c1301 (!hci_dev_test_flag(hdev, HCI_AUTO_OFF) && in hci_sock_bind()
H A Dmgmt.c8109 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_external_config()
8165 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_public_address()
/linux/include/net/bluetooth/
H A Dhci.h425 HCI_AUTO_OFF, enumerator
H A Dhci_core.h1968 !hci_dev_test_flag(dev, HCI_AUTO_OFF))