Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dohci-hcd.c785 if (ed->pending_td) { in io_watchdog_func()
794 add_to_done_list(ohci, ed->pending_td); in io_watchdog_func()
799 td = ed->pending_td; in io_watchdog_func()
826 ed->pending_td = td; in io_watchdog_func()
H A Dohci.h74 struct td *pending_td; member
H A Dohci-q.c929 td2 = ed->pending_td; in add_to_done_list()
931 ed->pending_td = NULL; in add_to_done_list()
/linux/drivers/usb/chipidea/
H A Dudc.c795 struct td_node *pending = hwep->pending_td; in free_pending_td()
798 hwep->pending_td = NULL; in free_pending_td()
879 if (hwep->pending_td) in _hardware_dequeue()
882 hwep->pending_td = node; in _hardware_dequeue()
948 if (hwep->pending_td) in _ep_nuke()
2101 if (hwep->pending_td) in destroy_eps()
H A Dci.h106 struct td_node *pending_td; member