Searched refs:HCI_USER_CHANNEL (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/net/bluetooth/ |
D | hci_core.c | 388 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_inquiry() 510 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_open() 535 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_open() 570 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_close() 653 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_reset() 679 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_reset_stat() 745 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_cmd() 949 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) in hci_rfkill_set_block() 2410 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) in hci_suspend_notifier() 3771 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_tx_work() [all …]
|
D | hci_sock.c | 889 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_release() 946 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) in hci_sock_bound_ioctl() 1211 if (hci_dev_test_and_set_flag(hdev, HCI_USER_CHANNEL)) { in hci_sock_bind() 1231 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_bind() 1580 hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_mgmt_cmd()
|
D | hci_sync.c | 4590 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_init_sync() 4602 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_init_sync() 4606 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_init_sync() 4649 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_open_sync() 4682 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_open_sync() 4749 hci_dev_test_and_clear_flag(hdev, HCI_USER_CHANNEL); in hci_dev_shutdown() 4759 hci_dev_set_flag(hdev, HCI_USER_CHANNEL); in hci_dev_shutdown() 4826 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_close_sync() 4839 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_close_sync()
|
D | hci_debugfs.c | 1341 hci_dev_test_flag(hdev, HCI_USER_CHANNEL))) in vendor_diag_write()
|
D | hci_conn.c | 1123 hci_dev_test_flag(d, HCI_USER_CHANNEL) || in hci_get_route()
|
D | mgmt.c | 462 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_index_list() 522 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_unconf_index_list() 579 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_ext_index_list()
|
/linux-6.1.9/include/net/bluetooth/ |
D | hci.h | 347 HCI_USER_CHANNEL, enumerator
|