Searched refs:dwc_tt (Results 1 – 3 of 3) sorted by relevance
389 if (WARN_ON(!qh->dwc_tt)) in dwc2_get_ls_map()393 map = qh->dwc_tt->periodic_bitmaps; in dwc2_get_ls_map()394 if (qh->dwc_tt->usb_tt->hub->multi) in dwc2_get_ls_map()1548 struct dwc2_tt *dwc_tt = dwc2_host_get_tt_info(hsotg, urb->priv, in dwc2_qh_init() local1553 qh->dwc_tt = dwc_tt; in dwc2_qh_init()1560 if (do_split && dwc_tt) in dwc2_qh_init()1562 dwc_tt->usb_tt->hub->ttthink); in dwc2_qh_init()1574 dwc_tt; in dwc2_qh_init()1708 dwc2_host_put_tt_info(hsotg, qh->dwc_tt); in dwc2_hcd_qh_free()
4121 struct dwc2_tt *dwc_tt = NULL; in dwc2_host_get_tt_info() local4127 if (!dwc_tt) { in dwc2_host_get_tt_info()4139 dwc_tt = malloc(sizeof(*dwc_tt) + bitmap_size, M_USBHC, in dwc2_host_get_tt_info()4142 if (!dwc_tt) in dwc2_host_get_tt_info()4146 dwc_tt->usb_tt->hcpriv = dwc_tt; in dwc2_host_get_tt_info()4149 dwc_tt->refcount++; in dwc2_host_get_tt_info()4152 return dwc_tt; in dwc2_host_get_tt_info()4169 if (!dwc_tt) in dwc2_host_put_tt_info()4174 dwc_tt->refcount--; in dwc2_host_put_tt_info()4175 if (!dwc_tt->refcount) { in dwc2_host_put_tt_info()[all …]
382 struct dwc2_tt *dwc_tt; member828 struct dwc2_tt *dwc_tt);