Searched refs:HCI_USER_CHANNEL (Results 1 – 8 of 8) sorted by relevance
/linux/net/bluetooth/ |
H A D | hci_core.c | 322 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_inquiry() 439 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_open() 464 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_open() 499 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_close() 582 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_reset() 608 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_reset_stat() 675 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_cmd() 891 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) in hci_rfkill_set_block() 2383 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) in hci_suspend_notifier() 3735 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_tx_work() [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() 1301 if (hci_dev_test_and_set_flag(hdev, HCI_USER_CHANNEL)) { in hci_sock_bind() 1321 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_bind() 1676 hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_mgmt_cmd()
|
H A D | hci_sync.c | 4947 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_init_sync() 4959 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_init_sync() 4963 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_init_sync() 5003 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_open_sync() 5037 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_open_sync() 5108 hci_dev_test_and_clear_flag(hdev, HCI_USER_CHANNEL); in hci_dev_shutdown() 5118 hci_dev_set_flag(hdev, HCI_USER_CHANNEL); in hci_dev_shutdown() 5191 if (!auto_off && !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_close_sync() 5204 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_close_sync()
|
H A D | hci_debugfs.c | 1361 hci_dev_test_flag(hdev, HCI_USER_CHANNEL))) in vendor_diag_write()
|
H A D | hci_conn.c | 1181 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in hci_get_route()
|
H A D | mgmt.c | 461 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_index_list() 519 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_unconf_index_list() 573 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_ext_index_list()
|
/linux/drivers/bluetooth/ |
H A D | Kconfig | 65 HCI_USER_CHANNEL whenever a SCO link is established. 69 HCI_USER_CHANNEL is in use.
|
H A D | btusb.c | 1133 if (auto_isoc_alt && hci_dev_test_flag(data->hdev, HCI_USER_CHANNEL)) in btusb_recv_event() 1272 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) in btusb_validate_sco_handle() 2146 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in btusb_send_frame() 2621 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in btusb_send_frame_intel()
|