Lines Matching refs:tt_index
87 struct mu3h_sch_tt *tt, **tt_index, **ptt; in find_tt() local
99 tt_index = NULL; in find_tt()
101 tt_index = utt->hcpriv; in find_tt()
102 if (!tt_index) { /* Create the index array */ in find_tt()
103 tt_index = kcalloc(utt->hub->maxchild, in find_tt()
104 sizeof(*tt_index), GFP_KERNEL); in find_tt()
105 if (!tt_index) in find_tt()
107 utt->hcpriv = tt_index; in find_tt()
111 ptt = &tt_index[port]; in find_tt()
123 kfree(tt_index); in find_tt()
140 struct mu3h_sch_tt *tt, **tt_index, **ptt; in drop_tt() local
148 tt_index = utt->hcpriv; in drop_tt()
149 ptt = &tt_index[udev->ttport - 1]; in drop_tt()
152 cnt += !!tt_index[i]; in drop_tt()
154 tt_index = NULL; in drop_tt()
167 kfree(tt_index); in drop_tt()