Home
last modified time | relevance | path

Searched refs:HCI_USER_CHANNEL (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/net/bluetooth/
Dhci_core.c388 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()
2437 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) in hci_suspend_notifier()
3834 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_tx_work()
[all …]
Dhci_sock.c947 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()
Dhci_sync.c4782 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_init_sync()
4794 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_init_sync()
4798 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_init_sync()
4841 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_open_sync()
4876 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_open_sync()
4943 hci_dev_test_and_clear_flag(hdev, HCI_USER_CHANNEL); in hci_dev_shutdown()
4953 hci_dev_set_flag(hdev, HCI_USER_CHANNEL); in hci_dev_shutdown()
5020 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_close_sync()
5033 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_close_sync()
Dhci_debugfs.c1346 hci_dev_test_flag(hdev, HCI_USER_CHANNEL))) in vendor_diag_write()
Dhci_conn.c1173 hci_dev_test_flag(d, HCI_USER_CHANNEL) || in hci_get_route()
Dmgmt.c462 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.6.21/include/net/bluetooth/
Dhci.h384 HCI_USER_CHANNEL, enumerator
/linux-6.6.21/drivers/bluetooth/
Dbtusb.c1205 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) in btusb_validate_sco_handle()