Searched refs:dwc_tt (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/usb/dwc2/
H A Dhcd_queue.c350 if (WARN_ON(!qh->dwc_tt))
354 map = qh->dwc_tt->periodic_bitmaps;
355 if (qh->dwc_tt->usb_tt->multi)
1515 struct dwc2_tt *dwc_tt = dwc2_host_get_tt_info(hsotg, urb->priv, local
1520 qh->dwc_tt = dwc_tt;
1527 if (do_split && dwc_tt)
1528 device_ns += dwc_tt->usb_tt->think_time;
1540 dwc_tt;
1671 dwc2_host_put_tt_info(hsotg, qh->dwc_tt);
[all...]
H A Dhcd.h296 * @dwc_tt: Pointer to our tt info (or NULL if no tt).
344 struct dwc2_tt *dwc_tt; member in struct:dwc2_qh
782 struct dwc2_tt *dwc_tt);
H A Dhcd.c4021 struct dwc2_tt *dwc_tt = NULL; local
4026 dwc_tt = urb->dev->tt->hcpriv;
4027 if (!dwc_tt) {
4035 sizeof(dwc_tt->periodic_bitmaps[0]);
4039 dwc_tt = kzalloc(sizeof(*dwc_tt) + bitmap_size,
4041 if (!dwc_tt)
4044 dwc_tt->usb_tt = urb->dev->tt;
4045 dwc_tt->usb_tt->hcpriv = dwc_tt;
4065 dwc2_host_put_tt_info(struct dwc2_hsotg *hsotg, struct dwc2_tt *dwc_tt) argument
[all...]

Completed in 720 milliseconds