Searched refs:frame_list (Results 1 – 5 of 5) sorted by relevance
154 if (hsotg->frame_list) in dwc2_frame_list_alloc()159 hsotg->frame_list = NULL; in dwc2_frame_list_alloc()163 hsotg->frame_list = KERNADDR(&hsotg->frame_list_usbdma, 0); in dwc2_frame_list_alloc()167 if (!hsotg->frame_list) in dwc2_frame_list_alloc()180 if (!hsotg->frame_list) { in dwc2_frame_list_free()186 hsotg->frame_list = NULL; in dwc2_frame_list_free()258 if (!hsotg->frame_list) { in dwc2_update_frame_list()260 hsotg->frame_list); in dwc2_update_frame_list()274 hsotg->frame_list[j] |= 1 << chan->hc_num; in dwc2_update_frame_list()276 hsotg->frame_list[j] &= ~(1 << chan->hc_num); in dwc2_update_frame_list()[all …]
1225 u32 *frame_list; member
5378 hsotg->frame_list = NULL; in dwc2_hcd_init()
1657 prev = itd->u.frame_list.prev; in ehci_rem_itd_chain()1660 sc->sc_softitds[itd->slot] = itd->u.frame_list.next; in ehci_rem_itd_chain()1666 if (itd->u.frame_list.next != NULL) in ehci_rem_itd_chain()1667 itd->u.frame_list.next->u.frame_list.prev = in ehci_rem_itd_chain()1676 prev->u.frame_list.next = itd->u.frame_list.next; in ehci_rem_itd_chain()1677 if (itd->u.frame_list.next != NULL) in ehci_rem_itd_chain()1678 itd->u.frame_list.next->u.frame_list.prev = in ehci_rem_itd_chain()2557 itd->u.frame_list.next = NULL; in ehci_alloc_itd()2558 itd->u.frame_list.prev = NULL; in ehci_alloc_itd()3350 itd->u.frame_list.next = sc->sc_softitds[frindex]; in ehci_device_isoc_start()[all …]
68 } frame_list; member