Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Duhci-debug.h238 struct uhci_td *ntd = td; in uhci_show_qh() local
244 ntd = list_entry(ntmp, struct uhci_td, list); in uhci_show_qh()
248 active = ntd->status & TD_CTRL_ACTIVE; in uhci_show_qh()
256 td = ntd; in uhci_show_qh()
Duhci.c266 struct uhci_td *ntd; in uhci_remove_td() local
268 ntd = list_entry(td->fl_list.next, struct uhci_td, fl_list); in uhci_remove_td()
269 uhci->fl->frame[td->frame] = ntd->dma_handle; in uhci_remove_td()
270 uhci->fl->frame_cpu[td->frame] = ntd; in uhci_remove_td()