Searched refs:mgr (Results 1 - 4 of 4) sorted by relevance

/net/bluetooth/
H A Da2mp.c45 void a2mp_send(struct amp_mgr *mgr, u8 code, u8 ident, u16 len, void *data) argument
47 struct l2cap_chan *chan = mgr->a2mp_chan;
70 u8 __next_ident(struct amp_mgr *mgr) argument
72 if (++mgr->ident == 0)
73 mgr->ident = 1;
75 return mgr->ident;
86 static void __a2mp_add_cl(struct amp_mgr *mgr, struct a2mp_cl *cl, u8 num_ctrl) argument
109 static int a2mp_command_rej(struct amp_mgr *mgr, struct sk_buff *skb, argument
124 static int a2mp_discover_req(struct amp_mgr *mgr, struct sk_buff *skb, argument
166 __a2mp_add_cl(mgr, rs
176 a2mp_discover_rsp(struct amp_mgr *mgr, struct sk_buff *skb, struct a2mp_cmd *hdr) argument
253 a2mp_change_notify(struct amp_mgr *mgr, struct sk_buff *skb, struct a2mp_cmd *hdr) argument
269 a2mp_getinfo_req(struct amp_mgr *mgr, struct sk_buff *skb, struct a2mp_cmd *hdr) argument
304 a2mp_getinfo_rsp(struct amp_mgr *mgr, struct sk_buff *skb, struct a2mp_cmd *hdr) argument
331 a2mp_getampassoc_req(struct amp_mgr *mgr, struct sk_buff *skb, struct a2mp_cmd *hdr) argument
374 a2mp_getampassoc_rsp(struct amp_mgr *mgr, struct sk_buff *skb, struct a2mp_cmd *hdr) argument
435 a2mp_createphyslink_req(struct amp_mgr *mgr, struct sk_buff *skb, struct a2mp_cmd *hdr) argument
515 a2mp_discphyslink_req(struct amp_mgr *mgr, struct sk_buff *skb, struct a2mp_cmd *hdr) argument
557 a2mp_cmd_rsp(struct amp_mgr *mgr, struct sk_buff *skb, struct a2mp_cmd *hdr) argument
570 struct amp_mgr *mgr = chan->data; local
674 struct amp_mgr *mgr = chan->data; local
760 amp_mgr_get(struct amp_mgr *mgr) argument
771 struct amp_mgr *mgr = container_of(kref, struct amp_mgr, kref); local
783 amp_mgr_put(struct amp_mgr *mgr) argument
792 struct amp_mgr *mgr; local
830 struct amp_mgr *mgr; local
845 struct amp_mgr *mgr; local
862 struct amp_mgr *mgr; local
889 struct amp_mgr *mgr; local
923 struct amp_mgr *mgr; local
960 struct amp_mgr *mgr; local
987 struct amp_mgr *mgr = conn->hcon->amp_mgr; local
[all...]
H A Damp.c48 struct amp_ctrl *amp_ctrl_add(struct amp_mgr *mgr, u8 id) argument
59 mutex_lock(&mgr->amp_ctrls_lock);
60 list_add(&ctrl->list, &mgr->amp_ctrls);
61 mutex_unlock(&mgr->amp_ctrls_lock);
63 BT_DBG("mgr %p ctrl %p", mgr, ctrl);
68 void amp_ctrl_list_flush(struct amp_mgr *mgr) argument
72 BT_DBG("mgr %p", mgr);
74 mutex_lock(&mgr
82 amp_ctrl_lookup(struct amp_mgr *mgr, u8 id) argument
102 __next_handle(struct amp_mgr *mgr) argument
110 phylink_add(struct hci_dev *hdev, struct amp_mgr *mgr, u8 remote_id, bool out) argument
230 amp_read_loc_assoc(struct hci_dev *hdev, struct amp_mgr *mgr) argument
247 struct amp_mgr *mgr = hcon->amp_mgr; local
264 struct amp_mgr *mgr = hcon->amp_mgr; local
340 amp_create_phylink(struct hci_dev *hdev, struct amp_mgr *mgr, struct hci_conn *hcon) argument
359 amp_accept_phylink(struct hci_dev *hdev, struct amp_mgr *mgr, struct hci_conn *hcon) argument
381 struct amp_mgr *mgr = hs_hcon->amp_mgr; local
[all...]
H A Dhci_event.c3456 struct amp_mgr *mgr; local
3473 BT_DBG("hcon %p mgr %p hchan %p", hcon, hcon->amp_mgr, hchan);
3475 mgr = hcon->amp_mgr;
3476 if (mgr && mgr->bredr_chan) {
3477 struct l2cap_chan *bredr_chan = mgr->bredr_chan;
H A Dl2cap_core.c565 struct amp_mgr *mgr = conn->hcon->amp_mgr; local
576 if (mgr && mgr->bredr_chan == chan)
577 mgr->bredr_chan = NULL;
4433 struct amp_mgr *mgr = conn->hcon->amp_mgr; local
4442 BT_DBG("mgr %p bredr_chan %p hs_hcon %p", mgr, chan, hs_hcon);
4444 mgr->bredr_chan = chan;

Completed in 72 milliseconds