Searched refs:AMP_LINK (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | a2mp.c | 579 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()
|
H A D | amp.c | 112 hcon = hci_conn_add(hdev, AMP_LINK, dst, role); in phylink_add()
|
H A D | hci_core.c | 4417 case AMP_LINK: in hci_chan_sent() 4618 type = AMP_LINK; in hci_sched_acl_blk() 4670 if (!hci_conn_num(hdev, AMP_LINK) && hdev->dev_type == HCI_AMP) in hci_sched_acl()
|
H A D | hci_event.c | 3884 case AMP_LINK: in hci_num_comp_blocks_evt() 5098 if (hcon && hcon->type == AMP_LINK) { in hci_disconn_phylink_complete_evt()
|
H A D | hci_request.c | 2794 if (conn->type == AMP_LINK) { in __hci_abort_conn()
|
H A D | l2cap_core.c | 4887 hs_hcon = hci_conn_hash_lookup_ba(hdev, AMP_LINK, in l2cap_create_channel_req()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci_core.h | 867 case AMP_LINK: 893 case AMP_LINK: 914 case AMP_LINK: 1153 case AMP_LINK:
|
H A D | hci.h | 417 #define AMP_LINK 0x81 macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 1014 case AMP_LINK: in hci_conn_hash_add() 1043 case AMP_LINK: in hci_conn_hash_del() 1067 case AMP_LINK: in hci_conn_num() 1571 case AMP_LINK: in hci_conn_drop()
|
H A D | hci.h | 512 #define AMP_LINK 0x81 macro
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_core.c | 3384 case AMP_LINK: in hci_quote_sent() 3714 type = AMP_LINK; in hci_sched_acl_blk() 3766 if (!hci_conn_num(hdev, AMP_LINK) && hdev->dev_type == HCI_AMP) in hci_sched_acl()
|
H A D | hci_event.c | 4571 case AMP_LINK: in hci_num_comp_blocks_evt() 5813 if (hcon && hcon->type == AMP_LINK) { in hci_disconn_phylink_complete_evt()
|
H A D | hci_sync.c | 5254 if (conn->type == AMP_LINK) in hci_disconnect_sync()
|
Completed in 66 milliseconds