Lines Matching refs:amp_mgr

42 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()
267 static int a2mp_change_notify(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_change_notify()
291 static int a2mp_getinfo_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_getinfo_req()
332 static int a2mp_getinfo_rsp(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_getinfo_rsp()
359 static int a2mp_getampassoc_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_getampassoc_req()
364 struct amp_mgr *tmp; in a2mp_getampassoc_req()
402 static int a2mp_getampassoc_rsp(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_getampassoc_rsp()
463 static int a2mp_createphyslink_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_createphyslink_req()
543 static int a2mp_discphyslink_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_discphyslink_req()
586 static inline int a2mp_cmd_rsp(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_cmd_rsp()
599 struct amp_mgr *mgr = chan->data; in a2mp_chan_recv_cb()
704 struct amp_mgr *mgr = chan->data; in a2mp_chan_state_change_cb()
804 struct amp_mgr *amp_mgr_get(struct amp_mgr *mgr) in amp_mgr_get()
815 struct amp_mgr *mgr = container_of(kref, struct amp_mgr, kref); in amp_mgr_destroy()
827 int amp_mgr_put(struct amp_mgr *mgr) in amp_mgr_put()
834 static struct amp_mgr *amp_mgr_create(struct l2cap_conn *conn, bool locked) in amp_mgr_create()
836 struct amp_mgr *mgr; in amp_mgr_create()
856 conn->hcon->amp_mgr = mgr; in amp_mgr_create()
874 struct amp_mgr *mgr; in a2mp_channel_create()
892 struct amp_mgr *mgr; in a2mp_send_getinfo_rsp()
919 struct amp_mgr *mgr; in a2mp_send_getampassoc_rsp()
953 struct amp_mgr *mgr; in a2mp_send_create_phy_link_req()
990 struct amp_mgr *mgr; in a2mp_send_create_phy_link_rsp()
1017 struct amp_mgr *mgr = conn->hcon->amp_mgr; in a2mp_discover_amp()