Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Dhci_core.c1595 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_open()
1697 auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF); in hci_dev_do_close()
1777 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_close()
2046 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_list()
2084 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_info()
2170 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on()
2172 } else if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on()
3396 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in hci_register_dev()
Dhci_request.c495 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in __hci_update_background_scan()
Dhci_sock.c820 (!hci_dev_test_flag(hdev, HCI_AUTO_OFF) && in hci_sock_bind()
Dmgmt.c1674 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in set_powered()
6564 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_external_config()
6620 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_public_address()
/linux-4.4.14/include/net/bluetooth/
Dhci.h219 HCI_AUTO_OFF, enumerator
Dhci_core.h1138 !hci_dev_test_flag(dev, HCI_AUTO_OFF))