Lines Matching refs:index
847 static int check_reset_complete(struct oxu_hcd *oxu, int index,
851 oxu->reset_done[index] = 0;
858 index+1);
861 oxu_dbg(oxu, "port %d high speed\n", index + 1);
961 int index;
965 index = (qtd->buffer - (void *) &oxu->mem->db_pool[0])
967 oxu->db_used[index] = 0;
987 int index;
994 index = qtd - &oxu->mem->qtd_pool[0];
995 oxu->qtd_used[index] = 0;
1032 int index;
1036 index = qh - &oxu->mem->qh_pool[0];
1037 oxu->qh_used[index] = 0;
1108 int index;
1112 index = murb - &oxu->murb_pool[0];
1113 oxu->murb_used[index] = 0;