Lines Matching refs:last_obj
2346 void *last_obj; in ohci_xfer_setup() local
2415 last_obj = NULL; in ohci_xfer_setup()
2433 td->obj_next = last_obj; in ohci_xfer_setup()
2436 last_obj = td; in ohci_xfer_setup()
2457 itd->obj_next = last_obj; in ohci_xfer_setup()
2460 last_obj = itd; in ohci_xfer_setup()
2465 xfer->td_start[xfer->flags_int.curr_dma_set] = last_obj; in ohci_xfer_setup()
2467 last_obj = NULL; in ohci_xfer_setup()
2485 ed->obj_next = last_obj; in ohci_xfer_setup()
2488 last_obj = ed; in ohci_xfer_setup()
2493 xfer->qh_start[xfer->flags_int.curr_dma_set] = last_obj; in ohci_xfer_setup()