Searched refs:HCI_AUTO_OFF (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/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() 2669 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in hci_register_dev()
|
D | hci_sync.c | 2861 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in hci_update_passive_scan_sync() 2946 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in hci_update_passive_scan() 5017 auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF); in hci_dev_close_sync() 5100 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on_sync() 5118 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on_sync() 5120 } 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 | 8005 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_external_config() 8061 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_public_address()
|
/linux-6.6.21/include/net/bluetooth/ |
D | hci.h | 375 HCI_AUTO_OFF, enumerator
|
D | hci_core.h | 1835 !hci_dev_test_flag(dev, HCI_AUTO_OFF))
|