Searched refs:HCI_USER_CHANNEL (Results 1 – 6 of 6) sorted by relevance
/linux/net/bluetooth/ |
A D | hci_core.c | 1205 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_inquiry() 1470 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_open() 1550 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_open() 1575 if (!hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_open() 1617 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_close() 1666 !hci_dev_test_flag(hdev, HCI_USER_CHANNEL) && in hci_dev_do_close() 1747 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_close() 1810 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_reset() 1836 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_reset_stat() 1902 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_dev_cmd() [all …]
|
A D | hci_sock.c | 883 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_release() 944 if (hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) in hci_sock_bound_ioctl() 1209 if (hci_dev_test_and_set_flag(hdev, HCI_USER_CHANNEL)) { in hci_sock_bind() 1229 hci_dev_clear_flag(hdev, HCI_USER_CHANNEL); in hci_sock_bind() 1579 hci_dev_test_flag(hdev, HCI_USER_CHANNEL)) { in hci_mgmt_cmd()
|
A D | hci_debugfs.c | 1341 hci_dev_test_flag(hdev, HCI_USER_CHANNEL))) in vendor_diag_write()
|
A D | hci_conn.c | 822 hci_dev_test_flag(d, HCI_USER_CHANNEL) || in hci_get_route()
|
A D | mgmt.c | 420 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_index_list() 480 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_unconf_index_list() 537 hci_dev_test_flag(d, HCI_USER_CHANNEL)) in read_ext_index_list()
|
/linux/include/net/bluetooth/ |
A D | hci.h | 299 HCI_USER_CHANNEL, enumerator
|
Completed in 43 milliseconds