Home
last modified time | relevance | path

Searched refs:next_td (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dci_udc.c605 struct ept_queue_item *item, *next_td; in handle_ep_complete() local
615 next_td = item; in handle_ep_complete()
618 ci_invalidate_td(next_td); in handle_ep_complete()
619 item = next_td; in handle_ep_complete()
625 next_td = (struct ept_queue_item *)(unsigned long) in handle_ep_complete()