Searched refs:HCI_AUTO_OFF (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | hci_core.c | 470 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_open() 526 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_close() 818 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_list() 856 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_info() 927 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on() 950 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on() 952 } else if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on() 2612 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in hci_register_dev()
|
H A D | hci_sync.c | 3120 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in hci_update_passive_scan_sync() 3205 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in hci_update_passive_scan() 5209 auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF); in hci_dev_close_sync() 5294 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on_sync() 5311 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on_sync() 5313 } 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 | 8010 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_external_config() 8066 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_public_address()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci.h | 383 HCI_AUTO_OFF, enumerator
|
H A D | hci_core.h | 1829 !hci_dev_test_flag(dev, HCI_AUTO_OFF))
|