Searched refs:HCI_UNREGISTER (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/net/bluetooth/ |
| D | hci_sysfs.c | 92 if (hci_dev_test_flag(hdev, HCI_UNREGISTER)) in bt_host_release()
|
| 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() 1212 if (hdev && hci_dev_test_flag(hdev, HCI_UNREGISTER)) { in hci_sock_bind()
|
| D | hci_sync.c | 695 if (hci_dev_test_flag(hdev, HCI_UNREGISTER)) { in hci_cmd_sync_submit() 2859 hci_dev_test_flag(hdev, HCI_UNREGISTER)) in hci_update_passive_scan_sync() 2944 hci_dev_test_flag(hdev, HCI_UNREGISTER)) in hci_update_passive_scan() 4809 if (hci_dev_test_flag(hdev, HCI_UNREGISTER)) { in hci_dev_open_sync() 4940 if (!hci_dev_test_flag(hdev, HCI_UNREGISTER) && in hci_dev_shutdown()
|
| D | hci_core.c | 2722 hci_dev_set_flag(hdev, HCI_UNREGISTER); in hci_unregister_dev() 2834 hci_dev_test_flag(hdev, HCI_UNREGISTER)) in hci_suspend_dev() 2865 hci_dev_test_flag(hdev, HCI_UNREGISTER)) in hci_resume_dev()
|
| D | mgmt.c | 9478 if (hci_dev_test_flag(hdev, HCI_UNREGISTER)) in __mgmt_power_off()
|
| /Linux-v6.6/include/net/bluetooth/ |
| D | hci.h | 381 HCI_UNREGISTER, enumerator
|