amp_ctrls         861 net/bluetooth/a2mp.c 	INIT_LIST_HEAD(&mgr->amp_ctrls);
amp_ctrls          31 net/bluetooth/a2mp.h 	struct list_head	amp_ctrls;
amp_ctrls          55 net/bluetooth/amp.c 	list_add(&ctrl->list, &mgr->amp_ctrls);
amp_ctrls          70 net/bluetooth/amp.c 	list_for_each_entry_safe(ctrl, n, &mgr->amp_ctrls, list) {
amp_ctrls          84 net/bluetooth/amp.c 	list_for_each_entry(ctrl, &mgr->amp_ctrls, list) {