Searched refs:HCI_UNREGISTER (Results 1 – 6 of 6) sorted by relevance
| /linux/net/bluetooth/ |
| A D | hci_sysfs.c | 87 if (hci_dev_test_flag(hdev, HCI_UNREGISTER)) in bt_host_release()
|
| A D | hci_core.c | 1326 if (hci_dev_test_flag(hdev, HCI_UNREGISTER)) { in hci_dev_do_open() 1616 if (!hci_dev_test_flag(hdev, HCI_UNREGISTER) && in hci_dev_do_close() 3899 hci_dev_set_flag(hdev, HCI_UNREGISTER); in hci_unregister_dev() 3984 hci_dev_test_flag(hdev, HCI_UNREGISTER)) in hci_suspend_dev() 4035 hci_dev_test_flag(hdev, HCI_UNREGISTER)) in hci_resume_dev()
|
| A D | hci_sock.c | 69 if (hci_dev_test_flag(hdev, HCI_UNREGISTER)) in hci_hdev_from_sock() 1117 if (hdev && hci_dev_test_flag(hdev, HCI_UNREGISTER)) { in hci_sock_bind()
|
| A D | hci_request.c | 454 hci_dev_test_flag(hdev, HCI_UNREGISTER)) in __hci_update_background_scan()
|
| A D | mgmt.c | 8823 if (hci_dev_test_flag(hdev, HCI_UNREGISTER)) in __mgmt_power_off()
|
| /linux/include/net/bluetooth/ |
| A D | hci.h | 297 HCI_UNREGISTER, enumerator
|
Completed in 45 milliseconds