Searched refs:HCI_USER_CHANNEL (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A 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() 1467 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_open() 1572 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_do_open() 1584 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_open() 1602 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_open() 1663 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_open() 1688 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_open() 1723 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_close() 1777 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_close() [all …]
|
| H A D | hci_sock.c | 882 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_release() 943 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) in hci_sock_bound_ioctl() 1208 if (hci_dev_test_and_set_flag(hdev, HCI_USER_CHANNEL)) { in hci_sock_bind() 1228 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_bind() 1584 hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_mgmt_cmd()
|
| H A D | hci_conn.c | 663 hci_dev_test_flag(d, HCI_USER_CHANNEL) || in hci_get_route()
|
| H A D | mgmt.c | 414 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_index_list() 474 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_unconf_index_list() 531 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_ext_index_list()
|
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | hci.h | 299 HCI_USER_CHANNEL, enumerator
|