Searched refs:HCI_AUTO_OFF (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/net/bluetooth/ |
| D | hci_core.c | 520 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_open() 576 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_close() 868 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_list() 906 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_info() 977 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on() 1001 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on() 1003 } else if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on() 2666 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in hci_register_dev()
|
| D | hci_sync.c | 2858 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in hci_update_passive_scan_sync() 2943 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in hci_update_passive_scan() 5012 auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF); in hci_dev_close_sync() 5095 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on_sync() 5113 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on_sync() 5115 } else if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on_sync()
|
| D | hci_sock.c | 1297 (!hci_dev_test_flag(hdev, HCI_AUTO_OFF) && in hci_sock_bind()
|
| D | mgmt.c | 7994 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_external_config() 8050 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_public_address()
|
| /Linux-v6.6/include/net/bluetooth/ |
| D | hci.h | 374 HCI_AUTO_OFF, enumerator
|
| D | hci_core.h | 1804 !hci_dev_test_flag(dev, HCI_AUTO_OFF))
|