Searched defs:mgr (Results 1 – 4 of 4) sorted by relevance
/net/bluetooth/ |
D | a2mp.c | 46 void a2mp_send(struct amp_mgr *mgr, u8 code, u8 ident, u16 len, void *data) in a2mp_send() 71 u8 __next_ident(struct amp_mgr *mgr) in __next_ident() 80 static void __a2mp_add_cl(struct amp_mgr *mgr, struct a2mp_cl *cl) in __a2mp_add_cl() 103 static int a2mp_command_rej(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_command_rej() 118 static int a2mp_discover_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_discover_req() 178 static int a2mp_discover_rsp(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_discover_rsp() 255 static int a2mp_change_notify(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_change_notify() 271 static int a2mp_getinfo_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_getinfo_req() 306 static int a2mp_getinfo_rsp(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_getinfo_rsp() 333 static int a2mp_getampassoc_req(struct amp_mgr *mgr, struct sk_buff *skb, in a2mp_getampassoc_req() [all …]
|
D | amp.c | 49 struct amp_ctrl *amp_ctrl_add(struct amp_mgr *mgr, u8 id) in amp_ctrl_add() 69 void amp_ctrl_list_flush(struct amp_mgr *mgr) in amp_ctrl_list_flush() 83 struct amp_ctrl *amp_ctrl_lookup(struct amp_mgr *mgr, u8 id) in amp_ctrl_lookup() 103 static u8 __next_handle(struct amp_mgr *mgr) in __next_handle() 111 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 | 575 struct amp_mgr *mgr = conn->hcon->amp_mgr; in l2cap_chan_del() local 4471 struct amp_mgr *mgr = conn->hcon->amp_mgr; in l2cap_create_channel_req() local
|
D | hci_event.c | 4043 struct amp_mgr *mgr; in hci_loglink_complete_evt() local
|