Home
last modified time | relevance | path

Searched refs:a2mp_cl (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/bluetooth/
Da2mp.h62 struct a2mp_cl { struct
72 struct a2mp_cl cl[0]; argument
Da2mp.c98 static void __a2mp_add_cl(struct amp_mgr *mgr, struct a2mp_cl *cl) in __a2mp_add_cl()
176 len = num_ctrl * sizeof(struct a2mp_cl) + sizeof(*rsp); in a2mp_discover_req()
201 struct a2mp_cl *cl; in a2mp_discover_rsp()
276 struct a2mp_cl *cl = (void *) skb->data; in a2mp_change_notify()
281 cl = (struct a2mp_cl *) skb_pull(skb, sizeof(*cl)); in a2mp_change_notify()