Searched refs:HCI_USER_CHANNEL (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
D | hci_sock.c | 580 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_release() 640 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) in hci_sock_bound_ioctl() 827 if (hci_dev_test_and_set_flag(hdev, HCI_USER_CHANNEL)) { in hci_sock_bind() 847 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_bind() 1105 hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_mgmt_cmd()
|
D | hci_core.c | 1322 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_inquiry() 1436 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_open() 1504 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_do_open() 1529 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_open() 1585 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_open() 1610 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_open() 1645 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_close() 1772 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_close() 1835 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_reset() 1861 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_reset_stat() [all …]
|
D | hci_conn.c | 623 hci_dev_test_flag(d, HCI_USER_CHANNEL) || in hci_get_route()
|
D | mgmt.c | 376 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_index_list() 436 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_unconf_index_list() 495 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_ext_index_list()
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci.h | 228 HCI_USER_CHANNEL, enumerator
|