Searched refs:HCI_USER_CHANNEL (Results 1 – 6 of 6) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_core.c | 341 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_inquiry() 454 * HCI_USER_CHANNEL will be set first before attempting to in hci_dev_open() 458 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_open() 483 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_open() 518 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_close() 564 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_reset() 590 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_reset_stat() 657 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_cmd() 873 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) in hci_rfkill_set_block() 2375 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) in hci_suspend_notifier() [all...] |
| H A D | hci_sync.c | 5335 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_init_sync() 5347 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_init_sync() 5351 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_init_sync() 5391 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_open_sync() 5425 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_open_sync() 5497 hci_dev_test_and_clear_flag(hdev, HCI_USER_CHANNEL); in hci_dev_shutdown() 5507 hci_dev_set_flag(hdev, HCI_USER_CHANNEL); in hci_dev_close_sync() 5587 if (!auto_off && !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_close_sync() 5600 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_close_sync()
|
| H A D | hci_debugfs.c | 1354 hci_dev_test_flag(hdev, HCI_USER_CHANNEL))) in vendor_diag_write()
|
| H A D | hci_conn.c | 1335 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in hci_get_route()
|
| H A D | mgmt.c | 458 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_index_list() 516 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_unconf_index_list() 570 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_ext_index_list()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 431 HCI_USER_CHANNEL, enumerator
|