Searched refs:HCI_USER_CHANNEL (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/net/bluetooth/ |
| D | hci_core.c | 151 hci_dev_test_flag(hdev, HCI_USER_CHANNEL))) in vendor_diag_write() 1319 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_inquiry() 1459 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_open() 1564 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_do_open() 1576 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_open() 1594 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_open() 1650 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_open() 1675 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_open() 1710 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_close() 1764 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_close() [all …]
|
| D | hci_sock.c | 877 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_release() 938 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) in hci_sock_bound_ioctl() 1191 if (hci_dev_test_and_set_flag(hdev, HCI_USER_CHANNEL)) { in hci_sock_bind() 1211 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_bind() 1567 hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_mgmt_cmd()
|
| D | hci_conn.c | 661 hci_dev_test_flag(d, HCI_USER_CHANNEL) || in hci_get_route()
|
| D | mgmt.c | 411 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_index_list() 471 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_unconf_index_list() 528 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_ext_index_list()
|
| /Linux-v5.10/include/net/bluetooth/ |
| D | hci.h | 291 HCI_USER_CHANNEL, enumerator
|