Searched refs:HCI_USER_CHANNEL (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/net/bluetooth/ |
D | hci_sock.c | 507 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_release() 567 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) in hci_sock_bound_ioctl() 754 if (hci_dev_test_and_set_flag(hdev, HCI_USER_CHANNEL)) { in hci_sock_bind() 774 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_bind() 1032 hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_mgmt_cmd()
|
D | hci_core.c | 1259 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_inquiry() 1373 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_open() 1436 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) in hci_dev_do_open() 1450 !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_open() 1528 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_open() 1680 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_close() 1743 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_reset() 1769 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_reset_stat() 1835 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_cmd() [all …]
|
D | hci_conn.c | 574 hci_dev_test_flag(d, HCI_USER_CHANNEL) || in hci_get_route()
|
D | mgmt.c | 368 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_index_list() 428 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_unconf_index_list() 487 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_ext_index_list()
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci.h | 216 HCI_USER_CHANNEL, enumerator
|