Searched refs:HCI_UNREGISTER (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/net/bluetooth/ |
| H A D | hci_sysfs.c | 86 if (hci_dev_test_flag(hdev, HCI_UNREGISTER)) in bt_host_release()
|
| H A D | hci_sock.c | 69 if (hci_dev_test_flag(hdev, HCI_UNREGISTER)) in hci_hdev_from_sock() 931 !hci_dev_test_flag(hdev, HCI_UNREGISTER)) { in hci_sock_release() 1209 if (hdev && hci_dev_test_flag(hdev, HCI_UNREGISTER)) { in hci_sock_bind()
|
| H A D | hci_sync.c | 709 if (hci_dev_test_flag(hdev, HCI_UNREGISTER)) { in hci_cmd_sync_submit() 3096 hci_dev_test_flag(hdev, HCI_UNREGISTER)) in hci_update_passive_scan_sync() 3181 hci_dev_test_flag(hdev, HCI_UNREGISTER)) in hci_update_passive_scan() 5007 if (hci_dev_test_flag(hdev, HCI_UNREGISTER)) { in hci_dev_open_sync() 5138 if (!hci_dev_test_flag(hdev, HCI_UNREGISTER) && in hci_dev_shutdown() 5158 if (hci_dev_test_flag(hdev, HCI_UNREGISTER)) { in hci_dev_close_sync()
|
| H A D | hci_core.c | 2661 hci_dev_set_flag(hdev, HCI_UNREGISTER); in hci_unregister_dev() 2779 if (hci_dev_test_flag(hdev, HCI_UNREGISTER)) { in hci_cancel_cmd_sync() 2801 hci_dev_test_flag(hdev, HCI_UNREGISTER)) in hci_suspend_dev() 2832 hci_dev_test_flag(hdev, HCI_UNREGISTER)) in hci_resume_dev()
|
| H A D | mgmt.c | 9427 if (hci_dev_test_flag(hdev, HCI_UNREGISTER)) in __mgmt_power_off()
|
| /linux-6.15/include/net/bluetooth/ |
| H A D | hci.h | 430 HCI_UNREGISTER, enumerator
|