Lines Matching refs:tt_index
159 struct mu3h_sch_tt *tt, **tt_index, **ptt; in find_tt() local
170 tt_index = NULL; in find_tt()
172 tt_index = utt->hcpriv; in find_tt()
173 if (!tt_index) { /* Create the index array */ in find_tt()
174 tt_index = kcalloc(utt->hub->maxchild, in find_tt()
175 sizeof(*tt_index), GFP_KERNEL); in find_tt()
176 if (!tt_index) in find_tt()
178 utt->hcpriv = tt_index; in find_tt()
181 ptt = &tt_index[udev->ttport - 1]; in find_tt()
192 kfree(tt_index); in find_tt()
207 struct mu3h_sch_tt *tt, **tt_index, **ptt; in drop_tt() local
215 tt_index = utt->hcpriv; in drop_tt()
216 ptt = &tt_index[udev->ttport - 1]; in drop_tt()
219 cnt += !!tt_index[i]; in drop_tt()
221 tt_index = NULL; in drop_tt()
234 kfree(tt_index); in drop_tt()