Searched refs:HCI_USER_CHANNEL (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | hci_core.c | 343 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_inquiry() 460 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_open() 485 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_open() 520 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_close() 603 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_reset() 629 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_reset_stat() 696 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_cmd() 899 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) in hci_rfkill_set_block() 2387 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) in hci_suspend_notifier() 3715 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 | 4974 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_init_sync() 4986 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_init_sync() 4990 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_init_sync() 5030 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_open_sync() 5064 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_open_sync() 5135 hci_dev_test_and_clear_flag(hdev, HCI_USER_CHANNEL); in hci_dev_shutdown() 5145 hci_dev_set_flag(hdev, HCI_USER_CHANNEL); in hci_dev_shutdown() 5211 if (!auto_off && !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_close_sync() 5224 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_close_sync()
|
H A D | hci_debugfs.c | 1362 hci_dev_test_flag(hdev, HCI_USER_CHANNEL))) in vendor_diag_write()
|
H A D | hci_conn.c | 1165 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()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci.h | 392 HCI_USER_CHANNEL, enumerator
|
/openbmc/linux/drivers/bluetooth/ |
H A D | btusb.c | 1253 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) in btusb_validate_sco_handle()
|