Searched refs:HCI_AUTO_OFF (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/net/bluetooth/ |
D | hci_core.c | 1513 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_open() 1607 if (!hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_dev_do_close() 1627 if (!hci_dev_test_flag(hdev, HCI_AUTO_OFF) && in hci_dev_do_close() 1685 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_close() 1954 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_list() 1992 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_info() 2078 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on() 2080 } else if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on() 3167 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in hci_register_dev()
|
D | hci_request.c | 488 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in __hci_update_background_scan()
|
D | hci_sock.c | 747 (!hci_dev_test_flag(hdev, HCI_AUTO_OFF) && in hci_sock_bind()
|
D | mgmt.c | 1568 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in set_powered() 6394 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_external_config() 6450 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_public_address()
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci.h | 207 HCI_AUTO_OFF, enumerator
|
D | hci_core.h | 1057 !hci_dev_test_flag(dev, HCI_AUTO_OFF))
|