async_removed_list   61 drivers/staging/wusbcore/host/whci/asl.c 	list_move(&qset->list_node, &whc->async_removed_list);
async_removed_list  228 drivers/staging/wusbcore/host/whci/asl.c 	list_for_each_entry_safe(qset, t, &whc->async_removed_list, list_node) {
async_removed_list   66 drivers/staging/wusbcore/host/whci/init.c 	INIT_LIST_HEAD(&whc->async_removed_list);
async_removed_list   53 drivers/staging/wusbcore/host/whci/whcd.h 	struct list_head async_removed_list;