Lines Matching refs:tt_index
164 struct mu3h_sch_tt *tt, **tt_index, **ptt; in find_tt() local
175 tt_index = NULL; in find_tt()
177 tt_index = utt->hcpriv; in find_tt()
178 if (!tt_index) { /* Create the index array */ in find_tt()
179 tt_index = kcalloc(utt->hub->maxchild, in find_tt()
180 sizeof(*tt_index), GFP_KERNEL); in find_tt()
181 if (!tt_index) in find_tt()
183 utt->hcpriv = tt_index; in find_tt()
186 ptt = &tt_index[udev->ttport - 1]; in find_tt()
197 kfree(tt_index); in find_tt()
212 struct mu3h_sch_tt *tt, **tt_index, **ptt; in drop_tt() local
220 tt_index = utt->hcpriv; in drop_tt()
221 ptt = &tt_index[udev->ttport - 1]; in drop_tt()
224 cnt += !!tt_index[i]; in drop_tt()
226 tt_index = NULL; in drop_tt()
239 kfree(tt_index); in drop_tt()