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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dfhci-tds.c209 ep->conf_td = ep->td_base;
297 td = ep->conf_td;
316 ep->conf_td = next_bd(ep->td_base, ep->conf_td, td_status);
519 ep->conf_td = ep->td_base;
569 ep->conf_td = ep->td_base;
618 if (in_be32(&ep->conf_td->buf_ptr) == DUMMY_BD_BUFFER) {
620 ep->conf_td = next_bd(ep->td_base, ep->conf_td,
H A Dfhci.h425 struct usb_td __iomem *conf_td; /* next TD for confirm after transac */ member in struct:endpoint

Completed in 130 milliseconds