Searched refs:tt_index (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/usb/host/ |
| H A D | xhci-mtk-sch.c | 167 struct mu3h_sch_tt *tt, **tt_index, **ptt; in find_tt() local 178 tt_index = NULL; in find_tt() 180 tt_index = utt->hcpriv; in find_tt() 181 if (!tt_index) { /* Create the index array */ in find_tt() 182 tt_index = kzalloc_objs(*tt_index, utt->hub->maxchild); in find_tt() 183 if (!tt_index) in find_tt() 185 utt->hcpriv = tt_index; in find_tt() 188 ptt = &tt_index[udev->ttport - 1]; in find_tt() 199 kfree(tt_index); in find_tt() 214 struct mu3h_sch_tt *tt, **tt_index, **ptt; in drop_tt() local [all …]
|
| H A D | ehci-sched.c | 104 struct ehci_tt *tt, **tt_index, **ptt; in find_tt() local 116 tt_index = NULL; in find_tt() 118 tt_index = utt->hcpriv; in find_tt() 119 if (!tt_index) { /* Create the index array */ in find_tt() 120 tt_index = kzalloc_objs(*tt_index, utt->hub->maxchild, in find_tt() 122 if (!tt_index) in find_tt() 124 utt->hcpriv = tt_index; in find_tt() 128 ptt = &tt_index[port]; in find_tt() 143 kfree(tt_index); in find_tt() 161 struct ehci_tt *tt, **tt_index, **ptt; in drop_tt() local [all …]
|