Searched refs:HCI_USER_CHANNEL (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/net/bluetooth/ |
| D | hci_core.c | 149 hci_dev_test_flag(hdev, HCI_USER_CHANNEL))) in vendor_diag_write() 1280 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_inquiry() 1420 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_open() 1503 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_do_open() 1515 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_open() 1531 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_open() 1587 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_open() 1612 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_open() 1647 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_close() 1701 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_close() [all …]
|
| D | hci_sock.c | 868 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_release() 928 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) in hci_sock_bound_ioctl() 1165 if (hci_dev_test_and_set_flag(hdev, HCI_USER_CHANNEL)) { in hci_sock_bind() 1185 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_bind() 1541 hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_mgmt_cmd()
|
| D | hci_conn.c | 630 hci_dev_test_flag(d, HCI_USER_CHANNEL) || in hci_get_route()
|
| D | mgmt.c | 383 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_index_list() 443 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_unconf_index_list() 500 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_ext_index_list()
|
| /Linux-v5.4/include/net/bluetooth/ |
| D | hci.h | 256 HCI_USER_CHANNEL, enumerator
|