Home
last modified time | relevance | path

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

/linux-6.6.21/net/bluetooth/
Damp.h22 struct amp_ctrl *amp_ctrl_add(struct amp_mgr *mgr, u8 id);
23 struct amp_ctrl *amp_ctrl_lookup(struct amp_mgr *mgr, u8 id);
24 void amp_ctrl_list_flush(struct amp_mgr *mgr);
26 struct hci_conn *phylink_add(struct hci_dev *hdev, struct amp_mgr *mgr,
32 void amp_read_loc_assoc(struct hci_dev *hdev, struct amp_mgr *mgr);
35 void amp_create_phylink(struct hci_dev *hdev, struct amp_mgr *mgr,
37 void amp_accept_phylink(struct hci_dev *hdev, struct amp_mgr *mgr,
Da2mp.c42 static void a2mp_send(struct amp_mgr *mgr, u8 code, u8 ident, u16 len, void *data) in a2mp_send()
66 static u8 __next_ident(struct amp_mgr *mgr) in __next_ident()
74 static struct amp_mgr *amp_mgr_lookup_by_state(u8 state) in amp_mgr_lookup_by_state()
76 struct amp_mgr *mgr; in amp_mgr_lookup_by_state()
92 static void __a2mp_add_cl(struct amp_mgr *mgr, struct a2mp_cl *cl) in __a2mp_add_cl()
115 static int a2mp_command_rej(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_command_rej()
130 static int a2mp_discover_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_discover_req()
190 static int a2mp_discover_rsp(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_discover_rsp()
270 static int a2mp_change_notify(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_change_notify()
294 static int a2mp_getinfo_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_getinfo_req()
[all …]
Da2mp.h20 struct amp_mgr { struct
125 struct amp_mgr *amp_mgr_get(struct amp_mgr *mgr);
128 int amp_mgr_put(struct amp_mgr *mgr);
133 static inline int amp_mgr_put(struct amp_mgr *mgr) in amp_mgr_put()
Damp.c43 struct amp_ctrl *amp_ctrl_add(struct amp_mgr *mgr, u8 id) in amp_ctrl_add()
63 void amp_ctrl_list_flush(struct amp_mgr *mgr) in amp_ctrl_list_flush()
77 struct amp_ctrl *amp_ctrl_lookup(struct amp_mgr *mgr, u8 id) in amp_ctrl_lookup()
97 static u8 __next_handle(struct amp_mgr *mgr) in __next_handle()
105 struct hci_conn *phylink_add(struct hci_dev *hdev, struct amp_mgr *mgr, in phylink_add()
121 hcon->amp_mgr = amp_mgr_get(mgr); in phylink_add()
272 void amp_read_loc_assoc(struct hci_dev *hdev, struct amp_mgr *mgr) in amp_read_loc_assoc()
295 struct amp_mgr *mgr = hcon->amp_mgr; in amp_read_loc_assoc_final_data()
335 struct amp_mgr *mgr = hcon->amp_mgr; in amp_write_rem_assoc_frag()
440 void amp_create_phylink(struct hci_dev *hdev, struct amp_mgr *mgr, in amp_create_phylink()
[all …]
Dhci_conn.c1149 if (conn->amp_mgr) in hci_conn_del()
1150 amp_mgr_put(conn->amp_mgr); in hci_conn_del()
Dhci_event.c5709 if (!hcon->amp_mgr) in hci_phy_link_complete_evt()
5717 bredr_hcon = hcon->amp_mgr->l2cap_conn->hcon; in hci_phy_link_complete_evt()
5741 struct amp_mgr *mgr; in hci_loglink_complete_evt()
5758 BT_DBG("hcon %p mgr %p hchan %p", hcon, hcon->amp_mgr, hchan); in hci_loglink_complete_evt()
5760 mgr = hcon->amp_mgr; in hci_loglink_complete_evt()
Dl2cap_core.c654 struct amp_mgr *mgr = conn->hcon->amp_mgr; in l2cap_chan_del()
4885 struct amp_mgr *mgr = conn->hcon->amp_mgr; in l2cap_create_channel_req()
/linux-6.6.21/include/net/bluetooth/
Dhci_core.h777 struct amp_mgr *amp_mgr; member