Searched refs:HCI_AUTO_OFF (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/net/bluetooth/ |
| H A D | hci_core.c | 449 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_open() 505 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_close() 796 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_list() 832 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_info() 934 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on() 957 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on() 959 } else if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on() 2607 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in hci_register_dev()
|
| H A D | hci_sync.c | 3095 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in hci_update_passive_scan_sync() 3180 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in hci_update_passive_scan() 5217 auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF); in hci_dev_close_sync() 5302 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on_sync() 5319 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on_sync() 5321 } else if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on_sync()
|
| H A D | hci_sock.c | 1294 (!hci_dev_test_flag(hdev, HCI_AUTO_OFF) && in hci_sock_bind()
|
| H A D | mgmt.c | 7960 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_external_config() 8016 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_public_address()
|
| /linux-6.15/include/net/bluetooth/ |
| H A D | hci.h | 423 HCI_AUTO_OFF, enumerator
|
| H A D | hci_core.h | 1916 !hci_dev_test_flag(dev, HCI_AUTO_OFF))
|