Searched refs:dwc_tt (Results 1 – 2 of 2) sorted by relevance
4017 struct dwc2_tt *dwc_tt = NULL; in dwc2_host_get_tt_info() local 4022 dwc_tt = urb->dev->tt->hcpriv; in dwc2_host_get_tt_info() 4023 if (!dwc_tt) { in dwc2_host_get_tt_info() 4031 sizeof(dwc_tt->periodic_bitmaps[0]); in dwc2_host_get_tt_info() 4035 dwc_tt = kzalloc(sizeof(*dwc_tt) + bitmap_size, in dwc2_host_get_tt_info() 4037 if (!dwc_tt) in dwc2_host_get_tt_info() 4040 dwc_tt->usb_tt = urb->dev->tt; in dwc2_host_get_tt_info() 4041 dwc_tt->usb_tt->hcpriv = dwc_tt; in dwc2_host_get_tt_info() 4061 dwc2_host_put_tt_info(struct dwc2_hsotg * hsotg,struct dwc2_tt * dwc_tt) dwc2_host_put_tt_info() argument [all...]
296 * @dwc_tt: Pointer to our tt info (or NULL if no tt).344 struct dwc2_tt *dwc_tt; member 782 struct dwc2_tt *dwc_tt);