Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Da2mp.h62 struct a2mp_cl { struct
72 struct a2mp_cl cl[0]; argument
Da2mp.c99 static void __a2mp_add_cl(struct amp_mgr *mgr, struct a2mp_cl *cl) in __a2mp_add_cl()
177 len = num_ctrl * sizeof(struct a2mp_cl) + sizeof(*rsp); in a2mp_discover_req()
202 struct a2mp_cl *cl; in a2mp_discover_rsp()
277 struct a2mp_cl *cl = (void *) skb->data; in a2mp_change_notify()
282 cl = (struct a2mp_cl *) skb_pull(skb, sizeof(*cl)); in a2mp_change_notify()