Searched refs:dwc_tt (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | hcd_queue.c | 380 if (WARN_ON(!qh->dwc_tt)) in dwc2_get_ls_map() 384 map = qh->dwc_tt->periodic_bitmaps; in dwc2_get_ls_map() 385 if (qh->dwc_tt->usb_tt->multi) in dwc2_get_ls_map() 1545 struct dwc2_tt *dwc_tt = dwc2_host_get_tt_info(hsotg, urb->priv, in dwc2_qh_init() local 1550 qh->dwc_tt = dwc_tt; in dwc2_qh_init() 1557 if (do_split && dwc_tt) in dwc2_qh_init() 1558 device_ns += dwc_tt->usb_tt->think_time; in dwc2_qh_init() 1570 dwc_tt; in dwc2_qh_init() 1701 dwc2_host_put_tt_info(hsotg, qh->dwc_tt); in dwc2_hcd_qh_free() [all...] |
H A D | hcd.c | 3997 struct dwc2_tt *dwc_tt = NULL; in dwc2_host_get_tt_info() local 4002 dwc_tt = urb->dev->tt->hcpriv; in dwc2_host_get_tt_info() 4003 if (!dwc_tt) { in dwc2_host_get_tt_info() 4011 sizeof(dwc_tt->periodic_bitmaps[0]); in dwc2_host_get_tt_info() 4015 dwc_tt = kzalloc(sizeof(*dwc_tt) + bitmap_size, in dwc2_host_get_tt_info() 4017 if (!dwc_tt) in dwc2_host_get_tt_info() 4020 dwc_tt->usb_tt = urb->dev->tt; in dwc2_host_get_tt_info() 4021 dwc_tt->usb_tt->hcpriv = dwc_tt; in dwc2_host_get_tt_info() 4041 dwc2_host_put_tt_info(struct dwc2_hsotg *hsotg, struct dwc2_tt *dwc_tt) dwc2_host_put_tt_info() argument [all...] |
H A D | hcd.h | 325 * @dwc_tt: Pointer to our tt info (or NULL if no tt). 373 struct dwc2_tt *dwc_tt; member 811 struct dwc2_tt *dwc_tt);
|
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | hcd_queue.c | 350 if (WARN_ON(!qh->dwc_tt)) in dwc2_get_ls_map() 354 map = qh->dwc_tt->periodic_bitmaps; in dwc2_get_ls_map() 355 if (qh->dwc_tt->usb_tt->multi) in dwc2_get_ls_map() 1515 struct dwc2_tt *dwc_tt = dwc2_host_get_tt_info(hsotg, urb->priv, in dwc2_qh_init() local 1520 qh->dwc_tt = dwc_tt; in dwc2_qh_init() 1527 if (do_split && dwc_tt) in dwc2_qh_init() 1528 device_ns += dwc_tt->usb_tt->think_time; in dwc2_qh_init() 1540 dwc_tt; in dwc2_qh_init() 1671 dwc2_host_put_tt_info(hsotg, qh->dwc_tt); in dwc2_hcd_qh_free() [all...] |
H A D | hcd.c | 4015 struct dwc2_tt *dwc_tt = NULL; in dwc2_host_get_tt_info() local 4020 dwc_tt = urb->dev->tt->hcpriv; in dwc2_host_get_tt_info() 4021 if (!dwc_tt) { in dwc2_host_get_tt_info() 4029 sizeof(dwc_tt->periodic_bitmaps[0]); in dwc2_host_get_tt_info() 4033 dwc_tt = kzalloc(sizeof(*dwc_tt) + bitmap_size, in dwc2_host_get_tt_info() 4035 if (!dwc_tt) in dwc2_host_get_tt_info() 4038 dwc_tt->usb_tt = urb->dev->tt; in dwc2_host_get_tt_info() 4039 dwc_tt->usb_tt->hcpriv = dwc_tt; in dwc2_host_get_tt_info() 4059 dwc2_host_put_tt_info(struct dwc2_hsotg *hsotg, struct dwc2_tt *dwc_tt) dwc2_host_put_tt_info() argument [all...] |
H A D | hcd.h | 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);
|
Completed in 17 milliseconds