Searched refs:HCI_AUTO_OFF (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/net/bluetooth/ |
| D | hci_core.c | 1597 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_open() 1698 auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF); in hci_dev_do_close() 1780 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_close() 2053 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_list() 2091 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_info() 2162 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on() 2188 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on() 2190 } else if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on() 3328 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in hci_register_dev()
|
| D | hci_sock.c | 1158 (!hci_dev_test_flag(hdev, HCI_AUTO_OFF) && in hci_sock_bind()
|
| D | hci_request.c | 397 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in __hci_update_background_scan()
|
| D | mgmt.c | 5950 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_external_config() 6006 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_public_address()
|
| /Linux-v5.4/include/net/bluetooth/ |
| D | hci.h | 247 HCI_AUTO_OFF, enumerator
|
| D | hci_core.h | 1196 !hci_dev_test_flag(dev, HCI_AUTO_OFF))
|