Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dohci-hcd.c762 if (ed->pending_td) { in io_watchdog_func()
771 add_to_done_list(ohci, ed->pending_td); in io_watchdog_func()
776 td = ed->pending_td; in io_watchdog_func()
803 ed->pending_td = td; in io_watchdog_func()
Dohci-q.c927 td2 = ed->pending_td; in add_to_done_list()
929 ed->pending_td = NULL; in add_to_done_list()
Dohci.h73 struct td *pending_td; member
/linux-4.4.14/drivers/usb/chipidea/
Dudc.c516 struct td_node *pending = hwep->pending_td; in free_pending_td()
519 hwep->pending_td = NULL; in free_pending_td()
596 if (hwep->pending_td) in _hardware_dequeue()
599 hwep->pending_td = node; in _hardware_dequeue()
653 if (hwep->pending_td) in _ep_nuke()
1694 if (hwep->pending_td) in destroy_eps()
Dci.h102 struct td_node *pending_td; member