amp_mgr 527 include/net/bluetooth/hci_core.h struct amp_mgr *amp_mgr; amp_mgr 42 net/bluetooth/a2mp.c static void a2mp_send(struct amp_mgr *mgr, u8 code, u8 ident, u16 len, void *data) amp_mgr 66 net/bluetooth/a2mp.c static u8 __next_ident(struct amp_mgr *mgr) amp_mgr 74 net/bluetooth/a2mp.c static struct amp_mgr *amp_mgr_lookup_by_state(u8 state) amp_mgr 76 net/bluetooth/a2mp.c struct amp_mgr *mgr; amp_mgr 92 net/bluetooth/a2mp.c static void __a2mp_add_cl(struct amp_mgr *mgr, struct a2mp_cl *cl) amp_mgr 115 net/bluetooth/a2mp.c static int a2mp_command_rej(struct amp_mgr *mgr, struct sk_buff *skb, amp_mgr 130 net/bluetooth/a2mp.c static int a2mp_discover_req(struct amp_mgr *mgr, struct sk_buff *skb, amp_mgr 190 net/bluetooth/a2mp.c static int a2mp_discover_rsp(struct amp_mgr *mgr, struct sk_buff *skb, amp_mgr 267 net/bluetooth/a2mp.c static int a2mp_change_notify(struct amp_mgr *mgr, struct sk_buff *skb, amp_mgr 291 net/bluetooth/a2mp.c static int a2mp_getinfo_req(struct amp_mgr *mgr, struct sk_buff *skb, amp_mgr 332 net/bluetooth/a2mp.c static int a2mp_getinfo_rsp(struct amp_mgr *mgr, struct sk_buff *skb, amp_mgr 359 net/bluetooth/a2mp.c static int a2mp_getampassoc_req(struct amp_mgr *mgr, struct sk_buff *skb, amp_mgr 364 net/bluetooth/a2mp.c struct amp_mgr *tmp; amp_mgr 402 net/bluetooth/a2mp.c static int a2mp_getampassoc_rsp(struct amp_mgr *mgr, struct sk_buff *skb, amp_mgr 463 net/bluetooth/a2mp.c static int a2mp_createphyslink_req(struct amp_mgr *mgr, struct sk_buff *skb, amp_mgr 543 net/bluetooth/a2mp.c static int a2mp_discphyslink_req(struct amp_mgr *mgr, struct sk_buff *skb, amp_mgr 586 net/bluetooth/a2mp.c static inline int a2mp_cmd_rsp(struct amp_mgr *mgr, struct sk_buff *skb, amp_mgr 599 net/bluetooth/a2mp.c struct amp_mgr *mgr = chan->data; amp_mgr 704 net/bluetooth/a2mp.c struct amp_mgr *mgr = chan->data; amp_mgr 804 net/bluetooth/a2mp.c struct amp_mgr *amp_mgr_get(struct amp_mgr *mgr) amp_mgr 815 net/bluetooth/a2mp.c struct amp_mgr *mgr = container_of(kref, struct amp_mgr, kref); amp_mgr 827 net/bluetooth/a2mp.c int amp_mgr_put(struct amp_mgr *mgr) amp_mgr 834 net/bluetooth/a2mp.c static struct amp_mgr *amp_mgr_create(struct l2cap_conn *conn, bool locked) amp_mgr 836 net/bluetooth/a2mp.c struct amp_mgr *mgr; amp_mgr 856 net/bluetooth/a2mp.c conn->hcon->amp_mgr = mgr; amp_mgr 874 net/bluetooth/a2mp.c struct amp_mgr *mgr; amp_mgr 892 net/bluetooth/a2mp.c struct amp_mgr *mgr; amp_mgr 919 net/bluetooth/a2mp.c struct amp_mgr *mgr; amp_mgr 953 net/bluetooth/a2mp.c struct amp_mgr *mgr; amp_mgr 990 net/bluetooth/a2mp.c struct amp_mgr *mgr; amp_mgr 1017 net/bluetooth/a2mp.c struct amp_mgr *mgr = conn->hcon->amp_mgr; amp_mgr 125 net/bluetooth/a2mp.h struct amp_mgr *amp_mgr_get(struct amp_mgr *mgr); amp_mgr 128 net/bluetooth/a2mp.h int amp_mgr_put(struct amp_mgr *mgr); amp_mgr 133 net/bluetooth/a2mp.h static inline int amp_mgr_put(struct amp_mgr *mgr) amp_mgr 43 net/bluetooth/amp.c struct amp_ctrl *amp_ctrl_add(struct amp_mgr *mgr, u8 id) amp_mgr 63 net/bluetooth/amp.c void amp_ctrl_list_flush(struct amp_mgr *mgr) amp_mgr 77 net/bluetooth/amp.c struct amp_ctrl *amp_ctrl_lookup(struct amp_mgr *mgr, u8 id) amp_mgr 97 net/bluetooth/amp.c static u8 __next_handle(struct amp_mgr *mgr) amp_mgr 105 net/bluetooth/amp.c struct hci_conn *phylink_add(struct hci_dev *hdev, struct amp_mgr *mgr, amp_mgr 122 net/bluetooth/amp.c hcon->amp_mgr = amp_mgr_get(mgr); amp_mgr 273 net/bluetooth/amp.c void amp_read_loc_assoc(struct hci_dev *hdev, struct amp_mgr *mgr) amp_mgr 296 net/bluetooth/amp.c struct amp_mgr *mgr = hcon->amp_mgr; amp_mgr 333 net/bluetooth/amp.c struct amp_mgr *mgr = hcon->amp_mgr; amp_mgr 438 net/bluetooth/amp.c void amp_create_phylink(struct hci_dev *hdev, struct amp_mgr *mgr, amp_mgr 477 net/bluetooth/amp.c void amp_accept_phylink(struct hci_dev *hdev, struct amp_mgr *mgr, amp_mgr 502 net/bluetooth/amp.c struct amp_mgr *mgr = hs_hcon->amp_mgr; amp_mgr 22 net/bluetooth/amp.h struct amp_ctrl *amp_ctrl_add(struct amp_mgr *mgr, u8 id); amp_mgr 23 net/bluetooth/amp.h struct amp_ctrl *amp_ctrl_lookup(struct amp_mgr *mgr, u8 id); amp_mgr 24 net/bluetooth/amp.h void amp_ctrl_list_flush(struct amp_mgr *mgr); amp_mgr 26 net/bluetooth/amp.h struct hci_conn *phylink_add(struct hci_dev *hdev, struct amp_mgr *mgr, amp_mgr 31 net/bluetooth/amp.h void amp_read_loc_info(struct hci_dev *hdev, struct amp_mgr *mgr); amp_mgr 33 net/bluetooth/amp.h void amp_read_loc_assoc(struct hci_dev *hdev, struct amp_mgr *mgr); amp_mgr 36 net/bluetooth/amp.h void amp_create_phylink(struct hci_dev *hdev, struct amp_mgr *mgr, amp_mgr 38 net/bluetooth/amp.h void amp_accept_phylink(struct hci_dev *hdev, struct amp_mgr *mgr, amp_mgr 604 net/bluetooth/hci_conn.c if (conn->amp_mgr) amp_mgr 605 net/bluetooth/hci_conn.c amp_mgr_put(conn->amp_mgr); amp_mgr 4800 net/bluetooth/hci_event.c bredr_hcon = hcon->amp_mgr->l2cap_conn->hcon; amp_mgr 4822 net/bluetooth/hci_event.c struct amp_mgr *mgr; amp_mgr 4839 net/bluetooth/hci_event.c BT_DBG("hcon %p mgr %p hchan %p", hcon, hcon->amp_mgr, hchan); amp_mgr 4841 net/bluetooth/hci_event.c mgr = hcon->amp_mgr; amp_mgr 606 net/bluetooth/l2cap_core.c struct amp_mgr *mgr = conn->hcon->amp_mgr; amp_mgr 4579 net/bluetooth/l2cap_core.c struct amp_mgr *mgr = conn->hcon->amp_mgr;