Searched refs:dwc_tt (Results 1 – 3 of 3) sorted by relevance
351 if (WARN_ON(!qh->dwc_tt)) in dwc2_get_ls_map()355 map = qh->dwc_tt->periodic_bitmaps; in dwc2_get_ls_map()356 if (qh->dwc_tt->usb_tt->multi) in dwc2_get_ls_map()1478 struct dwc2_tt *dwc_tt = dwc2_host_get_tt_info(hsotg, urb->priv, in dwc2_qh_init() local1483 qh->dwc_tt = dwc_tt; in dwc2_qh_init()1490 if (do_split && dwc_tt) in dwc2_qh_init()1491 device_ns += dwc_tt->usb_tt->think_time; in dwc2_qh_init()1503 dwc_tt; in dwc2_qh_init()1634 dwc2_host_put_tt_info(hsotg, qh->dwc_tt); in dwc2_hcd_qh_free()
4017 struct dwc2_tt *dwc_tt = NULL; in dwc2_host_get_tt_info() local4023 if (!dwc_tt) { 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()4041 dwc_tt->usb_tt->hcpriv = dwc_tt; in dwc2_host_get_tt_info()4044 dwc_tt->refcount++; in dwc2_host_get_tt_info()4047 return dwc_tt; in dwc2_host_get_tt_info()4064 if (!dwc_tt) in dwc2_host_put_tt_info()4069 dwc_tt->refcount--; in dwc2_host_put_tt_info()4070 if (!dwc_tt->refcount) { in dwc2_host_put_tt_info()[all …]
344 struct dwc2_tt *dwc_tt; member782 struct dwc2_tt *dwc_tt);
Completed in 20 milliseconds