Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dfhci-tds.c205 ep->conf_td = ep->td_base; in fhci_create_ep()
293 td = ep->conf_td; in fhci_td_transaction_confirm()
312 ep->conf_td = next_bd(ep->td_base, ep->conf_td, td_status); in fhci_td_transaction_confirm()
513 ep->conf_td = ep->td_base; in fhci_flush_bds()
562 ep->conf_td = ep->td_base; in fhci_flush_actual_frame()
611 if (in_be32(&ep->conf_td->buf_ptr) == DUMMY_BD_BUFFER) { in fhci_host_transmit_actual_frame()
613 ep->conf_td = next_bd(ep->td_base, ep->conf_td, in fhci_host_transmit_actual_frame()
Dfhci.h401 struct usb_td __iomem *conf_td; /* next TD for confirm after transac */ member