/kernel/linux/linux-5.10/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() 1660 * HCI_USER_CHANNEL will be set first before attempting to in hci_dev_open() 1664 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_open() 1689 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_open() 1724 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) in hci_dev_do_close() [all...] |
H A D | hci_sock.c | 883 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_release() 940 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) in hci_sock_bound_ioctl() 1240 if (hci_dev_test_and_set_flag(hdev, HCI_USER_CHANNEL)) { in hci_sock_bind() 1260 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_bind() 1616 hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_mgmt_cmd()
|
H A D | hci_conn.c | 661 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()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_core.c | 388 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_inquiry() 506 * HCI_USER_CHANNEL will be set first before attempting to in hci_dev_open() 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() 2438 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) in hci_suspend_notifier() [all...] |
H A D | hci_sock.c | 947 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_release() 1004 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) in hci_sock_bound_ioctl() 1304 if (hci_dev_test_and_set_flag(hdev, HCI_USER_CHANNEL)) { in hci_sock_bind() 1324 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_bind() 1679 hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_mgmt_cmd()
|
H A D | hci_sync.c | 4788 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_init_sync() 4800 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_init_sync() 4804 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_init_sync() 4847 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_open_sync() 4882 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_open_sync() 4954 hci_dev_test_and_clear_flag(hdev, HCI_USER_CHANNEL); in hci_dev_shutdown() 4964 hci_dev_set_flag(hdev, HCI_USER_CHANNEL); in hci_dev_shutdown() 5031 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_close_sync() 5044 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_close_sync()
|
H A D | hci_debugfs.c | 1346 hci_dev_test_flag(hdev, HCI_USER_CHANNEL))) in vendor_diag_write()
|
H A D | hci_conn.c | 1169 hci_dev_test_flag(d, HCI_USER_CHANNEL) || in hci_get_route()
|
H A 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()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 299 HCI_USER_CHANNEL, enumerator
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 384 HCI_USER_CHANNEL, enumerator
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | btusb.c | 1205 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) in btusb_validate_sco_handle()
|