Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dfhci-tds.c209 ep->conf_td = ep->td_base; in fhci_create_ep()
297 td = ep->conf_td; in fhci_td_transaction_confirm()
316 ep->conf_td = next_bd(ep->td_base, ep->conf_td, td_status); in fhci_td_transaction_confirm()
519 ep->conf_td = ep->td_base; in fhci_flush_bds()
569 ep->conf_td = ep->td_base; in fhci_flush_actual_frame()
618 if (in_be32(&ep->conf_td->buf_ptr) == DUMMY_BD_BUFFER) { in fhci_host_transmit_actual_frame()
620 ep->conf_td = next_bd(ep->td_base, ep->conf_td, in fhci_host_transmit_actual_frame()
Dfhci.h407 struct usb_td __iomem *conf_td; /* next TD for confirm after transac */ member