Searched refs:HCI_AUTO_OFF (Results 1 – 6 of 6) 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() 815 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_list() 851 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_info() 953 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on() 976 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on() 978 } else if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on() 2642 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in hci_register_dev()
|
| H A D | hci_sync.c | 3185 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in hci_update_passive_scan_sync() 3272 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in hci_update_passive_scan() 5360 auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF); in hci_dev_close_sync() 5445 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on_sync() 5462 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on_sync() 5464 } else if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on_sync()
|
| H A D | hci_sock.c | 1301 (!hci_dev_test_flag(hdev, HCI_AUTO_OFF) && in hci_sock_bind()
|
| H A D | mgmt.c | 8109 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_external_config() 8165 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_public_address()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 425 HCI_AUTO_OFF, enumerator
|
| H A D | hci_core.h | 1968 !hci_dev_test_flag(dev, HCI_AUTO_OFF))
|