Home
last modified time | relevance | path

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

/net/bluetooth/
Damp.h29 struct amp_ctrl *amp_ctrl_add(struct amp_mgr *mgr, u8 id);
30 struct amp_ctrl *amp_ctrl_lookup(struct amp_mgr *mgr, u8 id);
31 void amp_ctrl_list_flush(struct amp_mgr *mgr);
33 struct hci_conn *phylink_add(struct hci_dev *hdev, struct amp_mgr *mgr,
38 void amp_read_loc_info(struct hci_dev *hdev, struct amp_mgr *mgr);
40 void amp_read_loc_assoc(struct hci_dev *hdev, struct amp_mgr *mgr);
43 void amp_create_phylink(struct hci_dev *hdev, struct amp_mgr *mgr,
45 void amp_accept_phylink(struct hci_dev *hdev, struct amp_mgr *mgr,
Da2mp.c49 static void a2mp_send(struct amp_mgr *mgr, u8 code, u8 ident, u16 len, void *data) in a2mp_send()
73 static u8 __next_ident(struct amp_mgr *mgr) in __next_ident()
81 static struct amp_mgr *amp_mgr_lookup_by_state(u8 state) in amp_mgr_lookup_by_state()
83 struct amp_mgr *mgr; in amp_mgr_lookup_by_state()
99 static void __a2mp_add_cl(struct amp_mgr *mgr, struct a2mp_cl *cl) in __a2mp_add_cl()
122 static int a2mp_command_rej(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_command_rej()
137 static int a2mp_discover_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_discover_req()
197 static int a2mp_discover_rsp(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_discover_rsp()
274 static int a2mp_change_notify(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_change_notify()
298 static int a2mp_getinfo_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_getinfo_req()
[all …]
Damp.c50 struct amp_ctrl *amp_ctrl_add(struct amp_mgr *mgr, u8 id) in amp_ctrl_add()
70 void amp_ctrl_list_flush(struct amp_mgr *mgr) in amp_ctrl_list_flush()
84 struct amp_ctrl *amp_ctrl_lookup(struct amp_mgr *mgr, u8 id) in amp_ctrl_lookup()
104 static u8 __next_handle(struct amp_mgr *mgr) in __next_handle()
112 struct hci_conn *phylink_add(struct hci_dev *hdev, struct amp_mgr *mgr, in phylink_add()
129 hcon->amp_mgr = amp_mgr_get(mgr); in phylink_add()
281 void amp_read_loc_assoc(struct hci_dev *hdev, struct amp_mgr *mgr) in amp_read_loc_assoc()
304 struct amp_mgr *mgr = hcon->amp_mgr; in amp_read_loc_assoc_final_data()
341 struct amp_mgr *mgr = hcon->amp_mgr; in amp_write_rem_assoc_frag()
446 void amp_create_phylink(struct hci_dev *hdev, struct amp_mgr *mgr, in amp_create_phylink()
[all …]
Da2mp.h27 struct amp_mgr { struct
132 struct amp_mgr *amp_mgr_get(struct amp_mgr *mgr);
135 int amp_mgr_put(struct amp_mgr *mgr);
140 static inline int amp_mgr_put(struct amp_mgr *mgr) in amp_mgr_put()
Dhci_conn.c601 if (conn->amp_mgr) in hci_conn_del()
602 amp_mgr_put(conn->amp_mgr); in hci_conn_del()
Dhci_event.c4359 bredr_hcon = hcon->amp_mgr->l2cap_conn->hcon; in hci_phy_link_complete_evt()
4381 struct amp_mgr *mgr; in hci_loglink_complete_evt()
4398 BT_DBG("hcon %p mgr %p hchan %p", hcon, hcon->amp_mgr, hchan); in hci_loglink_complete_evt()
4400 mgr = hcon->amp_mgr; in hci_loglink_complete_evt()
Dl2cap_core.c599 struct amp_mgr *mgr = conn->hcon->amp_mgr; in l2cap_chan_del()
4561 struct amp_mgr *mgr = conn->hcon->amp_mgr; in l2cap_create_channel_req()