Home
last modified time | relevance | path

Searched refs:conn_hash (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h498 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 Drtk_bt.h75 #define SCO_NUM hdev->conn_hash.sco_num
H A Drtk_coex.h227 struct list_head conn_hash; //hash for connections member
H A Drtk_coex.c346 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 Drtk_coex.h227 struct list_head conn_hash; //hash for connections member
H A Drtk_coex.c346 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 Dhci_conn.c160 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 Dhci_request.c971 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 Dhci_core.c3669 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 Dhci_event.c2874 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 Dmgmt.c1187 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 Drtk_btusb.c2673 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 Drtk_btusb.h458 struct hci_conn_hash conn_hash; member