Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ohci-pci.c90 if (s->async_td) { in usb_ohci_exit()
92 s->async_td = 0; in usb_ohci_exit()
H A Dhcd-ohci.c302 if (ohci->async_td) { in ohci_stop_endpoints()
304 ohci->async_td = 0; in ohci_stop_endpoints()
896 completion = (addr == ohci->async_td); in ohci_service_td()
977 ohci->async_td = 0; in ohci_service_td()
986 if (ohci->async_td) { in ohci_service_td()
1004 ohci->async_td = addr; in ohci_service_td()
1133 if (ohci->async_td && addr == ohci->async_td) { in ohci_service_ed_list()
1135 ohci->async_td = 0; in ohci_service_ed_list()
1808 if (ohci->async_td && in ohci_child_detach()
1812 ohci->async_td = 0; in ohci_child_detach()
[all …]
H A Dhcd-ohci.h92 uint32_t async_td; member