Home
last modified time | relevance | path

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

/linux-4.1.27/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.c48 static void a2mp_send(struct amp_mgr *mgr, u8 code, u8 ident, u16 len, void *data) in a2mp_send()
72 static u8 __next_ident(struct amp_mgr *mgr) in __next_ident()
80 static struct amp_mgr *amp_mgr_lookup_by_state(u8 state) in amp_mgr_lookup_by_state()
82 struct amp_mgr *mgr; in amp_mgr_lookup_by_state()
98 static void __a2mp_add_cl(struct amp_mgr *mgr, struct a2mp_cl *cl) in __a2mp_add_cl()
121 static int a2mp_command_rej(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_command_rej()
136 static int a2mp_discover_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_discover_req()
196 static int a2mp_discover_rsp(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_discover_rsp()
273 static int a2mp_change_notify(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_change_notify()
289 static int a2mp_getinfo_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_getinfo_req()
[all …]
Damp.c49 struct amp_ctrl *amp_ctrl_add(struct amp_mgr *mgr, u8 id) in amp_ctrl_add()
69 void amp_ctrl_list_flush(struct amp_mgr *mgr) in amp_ctrl_list_flush()
83 struct amp_ctrl *amp_ctrl_lookup(struct amp_mgr *mgr, u8 id) in amp_ctrl_lookup()
103 static u8 __next_handle(struct amp_mgr *mgr) in __next_handle()
111 struct hci_conn *phylink_add(struct hci_dev *hdev, struct amp_mgr *mgr, in phylink_add()
128 hcon->amp_mgr = amp_mgr_get(mgr); in phylink_add()
237 void amp_read_loc_assoc(struct hci_dev *hdev, struct amp_mgr *mgr) in amp_read_loc_assoc()
254 struct amp_mgr *mgr = hcon->amp_mgr; in amp_read_loc_assoc_final_data()
271 struct amp_mgr *mgr = hcon->amp_mgr; in amp_write_rem_assoc_frag()
347 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);
133 int amp_mgr_put(struct amp_mgr *mgr);
Dhci_conn.c540 if (conn->amp_mgr) in hci_conn_del()
541 amp_mgr_put(conn->amp_mgr); in hci_conn_del()
Dhci_event.c4339 bredr_hcon = hcon->amp_mgr->l2cap_conn->hcon; in hci_phy_link_complete_evt()
4361 struct amp_mgr *mgr; in hci_loglink_complete_evt()
4378 BT_DBG("hcon %p mgr %p hchan %p", hcon, hcon->amp_mgr, hchan); in hci_loglink_complete_evt()
4380 mgr = hcon->amp_mgr; in hci_loglink_complete_evt()
Dl2cap_core.c588 struct amp_mgr *mgr = conn->hcon->amp_mgr; in l2cap_chan_del()
4486 struct amp_mgr *mgr = conn->hcon->amp_mgr; in l2cap_create_channel_req()
/linux-4.1.27/include/net/bluetooth/
Dhci_core.h469 struct amp_mgr *amp_mgr; member