tt_index          104 drivers/usb/host/ehci-sched.c 	struct ehci_tt		*tt, **tt_index, **ptt;
tt_index          116 drivers/usb/host/ehci-sched.c 	tt_index = NULL;
tt_index          118 drivers/usb/host/ehci-sched.c 		tt_index = utt->hcpriv;
tt_index          119 drivers/usb/host/ehci-sched.c 		if (!tt_index) {		/* Create the index array */
tt_index          120 drivers/usb/host/ehci-sched.c 			tt_index = kcalloc(utt->hub->maxchild,
tt_index          121 drivers/usb/host/ehci-sched.c 					   sizeof(*tt_index),
tt_index          123 drivers/usb/host/ehci-sched.c 			if (!tt_index)
tt_index          125 drivers/usb/host/ehci-sched.c 			utt->hcpriv = tt_index;
tt_index          129 drivers/usb/host/ehci-sched.c 		ptt = &tt_index[port];
tt_index          144 drivers/usb/host/ehci-sched.c 				kfree(tt_index);
tt_index          162 drivers/usb/host/ehci-sched.c 	struct ehci_tt		*tt, **tt_index, **ptt;
tt_index          170 drivers/usb/host/ehci-sched.c 		tt_index = utt->hcpriv;
tt_index          171 drivers/usb/host/ehci-sched.c 		ptt = &tt_index[udev->ttport - 1];
tt_index          175 drivers/usb/host/ehci-sched.c 			cnt += !!tt_index[i];
tt_index          177 drivers/usb/host/ehci-sched.c 		tt_index = NULL;
tt_index          190 drivers/usb/host/ehci-sched.c 		kfree(tt_index);
tt_index           87 drivers/usb/host/xhci-mtk-sch.c 	struct mu3h_sch_tt *tt, **tt_index, **ptt;
tt_index           99 drivers/usb/host/xhci-mtk-sch.c 	tt_index = NULL;
tt_index          101 drivers/usb/host/xhci-mtk-sch.c 		tt_index = utt->hcpriv;
tt_index          102 drivers/usb/host/xhci-mtk-sch.c 		if (!tt_index) {	/* Create the index array */
tt_index          103 drivers/usb/host/xhci-mtk-sch.c 			tt_index = kcalloc(utt->hub->maxchild,
tt_index          104 drivers/usb/host/xhci-mtk-sch.c 					sizeof(*tt_index), GFP_KERNEL);
tt_index          105 drivers/usb/host/xhci-mtk-sch.c 			if (!tt_index)
tt_index          107 drivers/usb/host/xhci-mtk-sch.c 			utt->hcpriv = tt_index;
tt_index          111 drivers/usb/host/xhci-mtk-sch.c 		ptt = &tt_index[port];
tt_index          123 drivers/usb/host/xhci-mtk-sch.c 				kfree(tt_index);
tt_index          140 drivers/usb/host/xhci-mtk-sch.c 	struct mu3h_sch_tt *tt, **tt_index, **ptt;
tt_index          148 drivers/usb/host/xhci-mtk-sch.c 		tt_index = utt->hcpriv;
tt_index          149 drivers/usb/host/xhci-mtk-sch.c 		ptt = &tt_index[udev->ttport - 1];
tt_index          152 drivers/usb/host/xhci-mtk-sch.c 			cnt += !!tt_index[i];
tt_index          154 drivers/usb/host/xhci-mtk-sch.c 		tt_index = NULL;
tt_index          167 drivers/usb/host/xhci-mtk-sch.c 		kfree(tt_index);