Searched refs:HCI_USER_CHANNEL (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/net/bluetooth/ |
| D | hci_core.c | 152 hci_dev_test_flag(hdev, HCI_USER_CHANNEL))) in vendor_diag_write() 1326 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_inquiry() 1474 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_open() 1579 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_do_open() 1591 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_open() 1610 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_open() 1671 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_open() 1696 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_open() 1738 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_close() 1787 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_close() [all …]
|
| 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()
|
| D | hci_conn.c | 694 hci_dev_test_flag(d, HCI_USER_CHANNEL) || in hci_get_route()
|
| D | mgmt.c | 419 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_index_list() 479 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_unconf_index_list() 536 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_ext_index_list()
|
| /Linux-v5.15/include/net/bluetooth/ |
| D | hci.h | 299 HCI_USER_CHANNEL, enumerator
|