Searched refs:HCI_AUTO_OFF (Results 1 – 4 of 4) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_core.c | 468 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_open() 524 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_close() 778 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_list() 814 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_info() 916 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on() 939 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on() 941 } else if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on() 2605 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in hci_register_dev()
|
| H A D | hci_sync.c | 3304 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in hci_update_passive_scan_sync() 3395 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in hci_update_passive_scan() 5585 auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF); in hci_dev_close_sync() 5676 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on_sync() 5693 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on_sync() 5695 } else if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on_sync()
|
| H A D | mgmt.c | 8355 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_external_config() 8411 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_public_address()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 422 HCI_AUTO_OFF, enumerator
|