Searched refs:conn_hash (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | hci_core.h | 498 struct hci_conn_hash conn_hash; member 862 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_add() 885 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_del() 911 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_num() 929 struct hci_conn_hash *c = &hdev->conn_hash; in hci_conn_count() 936 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_lookup_type() 957 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_handle() 976 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_ba() 997 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_le() 1020 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_state() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/ |
| H A D | rtk_bt.h | 75 #define SCO_NUM hdev->conn_hash.sco_num
|
| H A D | rtk_coex.h | 227 struct list_head conn_hash; //hash for connections member
|
| H A D | rtk_coex.c | 346 struct list_head *head = &coex->conn_hash; in find_connection_by_handle() 371 struct list_head *head = &coex->conn_hash; in init_connection_hash() 378 struct list_head *head = &coex->conn_hash; in add_connection_to_hash() 392 struct list_head *head = &coex->conn_hash; in flush_connection_hash() 621 head = &btrtl_coex.conn_hash; in rtk_notify_profileinfo_to_fw() 641 head = &btrtl_coex.conn_hash; in rtk_notify_profileinfo_to_fw()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/ |
| H A D | rtk_coex.h | 227 struct list_head conn_hash; //hash for connections member
|
| H A D | rtk_coex.c | 346 struct list_head *head = &coex->conn_hash; in find_connection_by_handle() 371 struct list_head *head = &coex->conn_hash; in init_connection_hash() 378 struct list_head *head = &coex->conn_hash; in add_connection_to_hash() 392 struct list_head *head = &coex->conn_hash; in flush_connection_hash() 621 head = &btrtl_coex.conn_hash; in rtk_notify_profileinfo_to_fw() 641 head = &btrtl_coex.conn_hash; in rtk_notify_profileinfo_to_fw()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | hci_conn.c | 160 list_for_each_entry_rcu(c, &hdev->conn_hash.list, list) { in le_scan_cleanup() 1551 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_flush() 1631 list_for_each_entry(c, &hdev->conn_hash.list, list) { in hci_get_conn_list() 1773 struct hci_conn_hash *h = &hdev->conn_hash; in hci_chan_lookup_handle()
|
| H A D | hci_request.c | 971 struct hci_conn_hash *h = &hdev->conn_hash; in hci_is_le_conn_scanning() 1253 list_for_each_entry(conn, &hdev->conn_hash.list, list) { in hci_req_prepare_suspend() 1411 if (hdev->conn_hash.le_num_slave > 0) { in is_advertising_allowed() 1425 if (hci_conn_num(hdev, LE_LINK) != hdev->conn_hash.le_num_slave) { in is_advertising_allowed()
|
| H A D | hci_core.c | 3669 INIT_LIST_HEAD(&hdev->conn_hash.list); in hci_alloc_dev() 4267 struct hci_conn_hash *h = &hdev->conn_hash; in hci_low_sent() 4326 struct hci_conn_hash *h = &hdev->conn_hash; in hci_link_tx_to() 4348 struct hci_conn_hash *h = &hdev->conn_hash; in hci_chan_sent() 4429 struct hci_conn_hash *h = &hdev->conn_hash; in hci_prio_recalculate()
|
| H A D | hci_event.c | 2874 if (list_empty(&hdev->conn_hash.list) && in hci_disconn_complete_evt() 5381 if (hdev->conn_hash.le_num_slave > 0 && in check_pending_le_conn()
|
| H A D | mgmt.c | 1187 list_for_each_entry(conn, &hdev->conn_hash.list, list) { in clean_up_hci_state() 2667 list_for_each_entry(c, &hdev->conn_hash.list, list) { in get_connections() 2679 list_for_each_entry(c, &hdev->conn_hash.list, list) { in get_connections()
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | rtk_btusb.c | 2673 hdev->conn_hash.sco_num++; in check_sco_event() 2682 hdev->conn_hash.sco_num--; in check_sco_event() 3189 if (!data->isoc_tx_ep || hdev->conn_hash.sco_num < 1) { in snd_send_sco_frame() 3387 if (!data->isoc_tx_ep || hdev->conn_hash.sco_num < 1) { in btusb_send_frame() 3467 …RTKBT_INFO("%s: hdev->conn_hash.sco_num= %d, data->sco_num = %d", __func__, hdev->conn_hash.sco_nu… in btusb_notify() 3469 if (hdev->conn_hash.sco_num != data->sco_num) { in btusb_notify() 3470 data->sco_num = hdev->conn_hash.sco_num; in btusb_notify()
|
| H A D | rtk_btusb.h | 458 struct hci_conn_hash conn_hash; member
|