Searched refs:last_obj (Results 1 – 13 of 13) sorted by relevance
2388 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 …]
3484 void *last_obj; in ehci_xfer_setup() local3619 last_obj = NULL; in ehci_xfer_setup()3637 td->obj_next = last_obj; in ehci_xfer_setup()3640 last_obj = td; in ehci_xfer_setup()3661 td->obj_next = last_obj; in ehci_xfer_setup()3664 last_obj = td; in ehci_xfer_setup()3685 qtd->obj_next = last_obj; in ehci_xfer_setup()3688 last_obj = qtd; in ehci_xfer_setup()3693 xfer->td_start[xfer->flags_int.curr_dma_set] = last_obj; in ehci_xfer_setup()3695 last_obj = NULL; in ehci_xfer_setup()[all …]
2839 void *last_obj; in uhci_xfer_setup() local2956 last_obj = NULL; in uhci_xfer_setup()2984 td->obj_next = last_obj; in uhci_xfer_setup()2987 last_obj = td; in uhci_xfer_setup()2992 xfer->td_start[xfer->flags_int.curr_dma_set] = last_obj; in uhci_xfer_setup()2994 last_obj = NULL; in uhci_xfer_setup()3012 qh->obj_next = last_obj; in uhci_xfer_setup()3015 last_obj = qh; in uhci_xfer_setup()3020 xfer->qh_start[xfer->flags_int.curr_dma_set] = last_obj; in uhci_xfer_setup()
2014 void *last_obj; in atmegadci_xfer_setup() local2054 last_obj = NULL; in atmegadci_xfer_setup()2085 td->obj_next = last_obj; in atmegadci_xfer_setup()2087 last_obj = td; in atmegadci_xfer_setup()2092 xfer->td_start[0] = last_obj; in atmegadci_xfer_setup()
1953 void *last_obj; in avr32dci_xfer_setup() local1993 last_obj = NULL; in avr32dci_xfer_setup()2028 td->obj_next = last_obj; in avr32dci_xfer_setup()2030 last_obj = td; in avr32dci_xfer_setup()2035 xfer->td_start[0] = last_obj; in avr32dci_xfer_setup()
2204 void *last_obj; in at91dci_xfer_setup() local2257 last_obj = NULL; in at91dci_xfer_setup()2295 td->obj_next = last_obj; in at91dci_xfer_setup()2297 last_obj = td; in at91dci_xfer_setup()2302 xfer->td_start[0] = last_obj; in at91dci_xfer_setup()
2271 void *last_obj; in uss820dci_xfer_setup() local2323 last_obj = NULL; in uss820dci_xfer_setup()2361 td->obj_next = last_obj; in uss820dci_xfer_setup()2363 last_obj = td; in uss820dci_xfer_setup()2368 xfer->td_start[0] = last_obj; in uss820dci_xfer_setup()
3394 void *last_obj; in saf1761_otg_xfer_setup() local3437 last_obj = NULL; in saf1761_otg_xfer_setup()3500 td->obj_next = last_obj; in saf1761_otg_xfer_setup()3502 last_obj = td; in saf1761_otg_xfer_setup()3507 xfer->td_start[0] = last_obj; in saf1761_otg_xfer_setup()
4072 void *last_obj; in musbotg_xfer_setup() local4129 last_obj = NULL; in musbotg_xfer_setup()4164 td->obj_next = last_obj; in musbotg_xfer_setup()4166 last_obj = td; in musbotg_xfer_setup()4171 xfer->td_start[0] = last_obj; in musbotg_xfer_setup()
3684 void *last_obj; in xhci_xfer_setup() local3746 last_obj = NULL; in xhci_xfer_setup()3764 td->obj_next = last_obj; in xhci_xfer_setup()3767 last_obj = td; in xhci_xfer_setup()3772 xfer->td_start[xfer->flags_int.curr_dma_set] = last_obj; in xhci_xfer_setup()
4782 void *last_obj; in dwc_otg_xfer_setup() local4824 last_obj = NULL; in dwc_otg_xfer_setup()4872 td->obj_next = last_obj; in dwc_otg_xfer_setup()4874 last_obj = td; in dwc_otg_xfer_setup()4879 xfer->td_start[0] = last_obj; in dwc_otg_xfer_setup()
1732 void *last_obj; in octusb_xfer_setup() local1823 last_obj = NULL; in octusb_xfer_setup()1842 td->obj_next = last_obj; in octusb_xfer_setup()1844 last_obj = td; in octusb_xfer_setup()1847 xfer->td_start[0] = last_obj; in octusb_xfer_setup()
2737 uint64_t first_obj, uint64_t last_obj, list_t *l, void *tag) in snaplist_make() argument2739 uint64_t obj = last_obj; in snaplist_make()