Lines Matching refs:last_obj
2347 void *last_obj; in ohci_xfer_setup() local
2416 last_obj = NULL; in ohci_xfer_setup()
2434 td->obj_next = last_obj; in ohci_xfer_setup()
2437 last_obj = td; in ohci_xfer_setup()
2458 itd->obj_next = last_obj; in ohci_xfer_setup()
2461 last_obj = itd; in ohci_xfer_setup()
2466 xfer->td_start[xfer->flags_int.curr_dma_set] = last_obj; in ohci_xfer_setup()
2468 last_obj = NULL; in ohci_xfer_setup()
2486 ed->obj_next = last_obj; in ohci_xfer_setup()
2489 last_obj = ed; in ohci_xfer_setup()
2494 xfer->qh_start[xfer->flags_int.curr_dma_set] = last_obj; in ohci_xfer_setup()