Searched refs:HCI_AUTO_OFF (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/ |
H A 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() 2670 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in hci_register_dev()
|
H A D | hci_sync.c | 2867 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in hci_update_passive_scan_sync() 2952 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in hci_update_passive_scan() 5028 auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF); in hci_dev_close_sync() 5117 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on_sync() 5135 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on_sync() 5137 } else if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on_sync()
|
H A D | hci_sock.c | 937 * The checking of HCI_AUTO_OFF is not needed in this in hci_sock_release() 1297 (!hci_dev_test_flag(hdev, HCI_AUTO_OFF) && in hci_sock_bind() 1319 * channel and HCI_AUTO_OFF grace period in hci_sock_bind()
|
H A D | mgmt.c | 7937 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_external_config() 7993 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_public_address()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_core.c | 1674 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_open() 1775 auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF); in hci_dev_do_close() 1862 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_close() 2135 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_list() 2173 if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) in hci_get_dev_info() 2244 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on() 2270 hci_dev_clear_flag(hdev, HCI_AUTO_OFF); in hci_power_on() 2272 } else if (hci_dev_test_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on() 3784 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in hci_register_dev()
|
H A D | hci_sock.c | 878 * The checking of HCI_AUTO_OFF is not needed in this in hci_sock_release() 1233 (!hci_dev_test_flag(hdev, HCI_AUTO_OFF) && in hci_sock_bind() 1255 * channel and HCI_AUTO_OFF grace period in hci_sock_bind()
|
H A D | hci_request.c | 448 hci_dev_test_flag(hdev, HCI_AUTO_OFF) || in __hci_update_background_scan()
|
H A D | mgmt.c | 6855 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_external_config() 6911 hci_dev_set_flag(hdev, HCI_AUTO_OFF); in set_public_address()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 290 HCI_AUTO_OFF, enumerator
|
H A D | hci_core.h | 1371 !hci_dev_test_flag(dev, HCI_AUTO_OFF))
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 375 HCI_AUTO_OFF, enumerator
|
H A D | hci_core.h | 1836 !hci_dev_test_flag(dev, HCI_AUTO_OFF))
|
Completed in 66 milliseconds