Home
last modified time | relevance | path

Searched refs:AMP_LINK (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/net/bluetooth/
Da2mp.c579 hcon = hci_conn_hash_lookup_ba(hdev, AMP_LINK, in a2mp_discphyslink_req()
1017 hs_hcon = hci_conn_hash_lookup_state(hdev, AMP_LINK, BT_CONNECT); in a2mp_send_create_phy_link_rsp()
Damp.c112 hcon = hci_conn_add(hdev, AMP_LINK, dst, role, __next_handle(mgr)); in phylink_add()
Dhci_core.c3353 case AMP_LINK: in hci_quote_sent()
3683 type = AMP_LINK; in hci_sched_acl_blk()
3735 if (!hci_conn_num(hdev, AMP_LINK) && hdev->dev_type == HCI_AMP) in hci_sched_acl()
Dhci_event.c4571 case AMP_LINK: in hci_num_comp_blocks_evt()
5812 if (hcon && hcon->type == AMP_LINK) { in hci_disconn_phylink_complete_evt()
Dhci_sync.c5237 if (conn->type == AMP_LINK) in hci_disconnect_sync()
Dl2cap_core.c4888 hs_hcon = hci_conn_hash_lookup_ba(hdev, AMP_LINK, in l2cap_create_channel_req()
/linux-6.6.21/include/net/bluetooth/
Dhci_core.h1013 case AMP_LINK: in hci_conn_hash_add()
1042 case AMP_LINK: in hci_conn_hash_del()
1066 case AMP_LINK: in hci_conn_num()
1570 case AMP_LINK: in hci_conn_drop()
Dhci.h514 #define AMP_LINK 0x81 macro