Home
last modified time | relevance | path

Searched refs:pending_td (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dohci-hcd.c786 if (ed->pending_td) { in io_watchdog_func()
795 add_to_done_list(ohci, ed->pending_td); in io_watchdog_func()
800 td = ed->pending_td; in io_watchdog_func()
827 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()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dohci-hcd.c784 if (ed->pending_td) { in io_watchdog_func()
793 add_to_done_list(ohci, ed->pending_td); in io_watchdog_func()
798 td = ed->pending_td; in io_watchdog_func()
825 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()
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H A Dudc.c634 struct td_node *pending = hwep->pending_td; in free_pending_td()
637 hwep->pending_td = NULL; in free_pending_td()
711 if (hwep->pending_td) in _hardware_dequeue()
714 hwep->pending_td = node; in _hardware_dequeue()
769 if (hwep->pending_td)
1881 if (hwep->pending_td) in destroy_eps()
H A Dci.h104 struct td_node *pending_td; member
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H A Dudc.c647 struct td_node *pending = hwep->pending_td; in free_pending_td()
650 hwep->pending_td = NULL; in free_pending_td()
725 if (hwep->pending_td) in _hardware_dequeue()
728 hwep->pending_td = node; in _hardware_dequeue()
783 if (hwep->pending_td)
1916 if (hwep->pending_td) in destroy_eps()
H A Dci.h105 struct td_node *pending_td; member

Completed in 16 milliseconds