Searched refs:last_obj (Results 1 – 12 of 12) sorted by relevance
2389 void *last_obj; in ohci_xfer_setup() local2459 last_obj = NULL; in ohci_xfer_setup()2477 td->obj_next = last_obj; in ohci_xfer_setup()2480 last_obj = td; in ohci_xfer_setup()2501 itd->obj_next = last_obj; in ohci_xfer_setup()2504 last_obj = itd; in ohci_xfer_setup()2509 xfer->td_start[xfer->flags_int.curr_dma_set] = last_obj; in ohci_xfer_setup()2511 last_obj = NULL; in ohci_xfer_setup()2529 ed->obj_next = last_obj; in ohci_xfer_setup()2532 last_obj = ed; in ohci_xfer_setup()[all …]
3497 void *last_obj; in ehci_xfer_setup() local3632 last_obj = NULL; in ehci_xfer_setup()3650 td->obj_next = last_obj; in ehci_xfer_setup()3653 last_obj = td; in ehci_xfer_setup()3674 td->obj_next = last_obj; in ehci_xfer_setup()3677 last_obj = td; in ehci_xfer_setup()3698 qtd->obj_next = last_obj; in ehci_xfer_setup()3701 last_obj = qtd; in ehci_xfer_setup()3708 last_obj = NULL; in ehci_xfer_setup()3726 qh->obj_next = last_obj; in ehci_xfer_setup()[all …]
2841 void *last_obj; in uhci_xfer_setup() local2958 last_obj = NULL; in uhci_xfer_setup()2986 td->obj_next = last_obj; in uhci_xfer_setup()2989 last_obj = td; in uhci_xfer_setup()2994 xfer->td_start[xfer->flags_int.curr_dma_set] = last_obj; in uhci_xfer_setup()2996 last_obj = NULL; in uhci_xfer_setup()3014 qh->obj_next = last_obj; in uhci_xfer_setup()3017 last_obj = qh; in uhci_xfer_setup()3022 xfer->qh_start[xfer->flags_int.curr_dma_set] = last_obj; in uhci_xfer_setup()
1955 void *last_obj; in avr32dci_xfer_setup() local1995 last_obj = NULL; in avr32dci_xfer_setup()2030 td->obj_next = last_obj; in avr32dci_xfer_setup()2032 last_obj = td; in avr32dci_xfer_setup()2037 xfer->td_start[0] = last_obj; in avr32dci_xfer_setup()
2016 void *last_obj; in atmegadci_xfer_setup() local2056 last_obj = NULL; in atmegadci_xfer_setup()2087 td->obj_next = last_obj; in atmegadci_xfer_setup()2089 last_obj = td; in atmegadci_xfer_setup()2094 xfer->td_start[0] = last_obj; in atmegadci_xfer_setup()
2273 void *last_obj; in uss820dci_xfer_setup() local2325 last_obj = NULL; in uss820dci_xfer_setup()2363 td->obj_next = last_obj; in uss820dci_xfer_setup()2365 last_obj = td; in uss820dci_xfer_setup()2370 xfer->td_start[0] = last_obj; in uss820dci_xfer_setup()
3419 void *last_obj; in saf1761_otg_xfer_setup() local3462 last_obj = NULL; in saf1761_otg_xfer_setup()3525 td->obj_next = last_obj; in saf1761_otg_xfer_setup()3527 last_obj = td; in saf1761_otg_xfer_setup()3532 xfer->td_start[0] = last_obj; in saf1761_otg_xfer_setup()
4095 void *last_obj; in musbotg_xfer_setup() local4152 last_obj = NULL; in musbotg_xfer_setup()4187 td->obj_next = last_obj; in musbotg_xfer_setup()4189 last_obj = td; in musbotg_xfer_setup()4194 xfer->td_start[0] = last_obj; in musbotg_xfer_setup()
3731 void *last_obj; in xhci_xfer_setup() local3792 last_obj = NULL; in xhci_xfer_setup()3810 td->obj_next = last_obj; in xhci_xfer_setup()3813 last_obj = td; in xhci_xfer_setup()3818 xfer->td_start[xfer->flags_int.curr_dma_set] = last_obj; in xhci_xfer_setup()
4828 void *last_obj; in dwc_otg_xfer_setup() local4870 last_obj = NULL; in dwc_otg_xfer_setup()4918 td->obj_next = last_obj; in dwc_otg_xfer_setup()4920 last_obj = td; in dwc_otg_xfer_setup()4925 xfer->td_start[0] = last_obj; in dwc_otg_xfer_setup()
1734 void *last_obj; in octusb_xfer_setup() local1825 last_obj = NULL; in octusb_xfer_setup()1844 td->obj_next = last_obj; in octusb_xfer_setup()1846 last_obj = td; in octusb_xfer_setup()1849 xfer->td_start[0] = last_obj; in octusb_xfer_setup()
3216 uint64_t first_obj, uint64_t last_obj, list_t *l, void *tag) in snaplist_make() argument3218 uint64_t obj = last_obj; in snaplist_make()