Lines Matching refs:tt_index
160 struct mu3h_sch_tt *tt, **tt_index, **ptt; in find_tt() local
171 tt_index = NULL; in find_tt()
173 tt_index = utt->hcpriv; in find_tt()
174 if (!tt_index) { /* Create the index array */ in find_tt()
175 tt_index = kcalloc(utt->hub->maxchild, in find_tt()
176 sizeof(*tt_index), GFP_KERNEL); in find_tt()
177 if (!tt_index) in find_tt()
179 utt->hcpriv = tt_index; in find_tt()
182 ptt = &tt_index[udev->ttport - 1]; in find_tt()
193 kfree(tt_index); in find_tt()
208 struct mu3h_sch_tt *tt, **tt_index, **ptt; in drop_tt() local
216 tt_index = utt->hcpriv; in drop_tt()
217 ptt = &tt_index[udev->ttport - 1]; in drop_tt()
220 cnt += !!tt_index[i]; in drop_tt()
222 tt_index = NULL; in drop_tt()
235 kfree(tt_index); in drop_tt()