Searched defs:mgr (Results 1 – 4 of 4) sorted by relevance
/net/bluetooth/ |
D | a2mp.c | 45 void a2mp_send(struct amp_mgr *mgr, u8 code, u8 ident, u16 len, void *data) in a2mp_send() 70 u8 __next_ident(struct amp_mgr *mgr) in __next_ident() 86 static void __a2mp_add_cl(struct amp_mgr *mgr, struct a2mp_cl *cl, u8 num_ctrl) in __a2mp_add_cl() 109 static int a2mp_command_rej(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_command_rej() 124 static int a2mp_discover_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_discover_req() 176 static int a2mp_discover_rsp(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_discover_rsp() 253 static int a2mp_change_notify(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_change_notify() 269 static int a2mp_getinfo_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_getinfo_req() 304 static int a2mp_getinfo_rsp(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_getinfo_rsp() 331 static int a2mp_getampassoc_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_getampassoc_req() [all …]
|
D | amp.c | 48 struct amp_ctrl *amp_ctrl_add(struct amp_mgr *mgr, u8 id) in amp_ctrl_add() 68 void amp_ctrl_list_flush(struct amp_mgr *mgr) in amp_ctrl_list_flush() 82 struct amp_ctrl *amp_ctrl_lookup(struct amp_mgr *mgr, u8 id) in amp_ctrl_lookup() 102 static u8 __next_handle(struct amp_mgr *mgr) in __next_handle() 110 struct hci_conn *phylink_add(struct hci_dev *hdev, struct amp_mgr *mgr, in phylink_add() 230 void amp_read_loc_assoc(struct hci_dev *hdev, struct amp_mgr *mgr) in amp_read_loc_assoc() 247 struct amp_mgr *mgr = hcon->amp_mgr; in amp_read_loc_assoc_final_data() local 264 struct amp_mgr *mgr = hcon->amp_mgr; in amp_write_rem_assoc_frag() local 340 void amp_create_phylink(struct hci_dev *hdev, struct amp_mgr *mgr, in amp_create_phylink() 359 void amp_accept_phylink(struct hci_dev *hdev, struct amp_mgr *mgr, in amp_accept_phylink() [all …]
|
D | l2cap_core.c | 565 struct amp_mgr *mgr = conn->hcon->amp_mgr; in l2cap_chan_del() local 4433 struct amp_mgr *mgr = conn->hcon->amp_mgr; in l2cap_create_channel_req() local
|
D | hci_event.c | 3456 struct amp_mgr *mgr; in hci_loglink_complete_evt() local
|