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

/linux-master/drivers/usb/host/
H A Dfhci-tds.c85 u16 td_status = in_be16(&ep->empty_td->status);
87 out_be32(&ep->empty_td->buf_ptr, DUMMY_BD_BUFFER);
89 ep->empty_td = next_bd(ep->td_base, ep->empty_td, td_status);
206 ep->empty_td = ep->td_base;
392 td = ep->empty_td;
402 ep->empty_td = next_bd(ep->td_base, ep->empty_td, td_status);
512 ep->empty_td = ep->td_base;
561 ep->empty_td
[all...]
H A Dfhci.h402 struct usb_td __iomem *empty_td;/* next TD for new transaction req. */ member in struct:endpoint

Completed in 120 milliseconds