Lines Matching refs:last_obj
2389 void *last_obj; in ohci_xfer_setup() local
2459 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()
2537 xfer->qh_start[xfer->flags_int.curr_dma_set] = last_obj; in ohci_xfer_setup()