Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Duhci-debug.h237 struct list_head *ntmp = tmp; in uhci_show_qh() local
243 while (ntmp != head && ntmp->next != head && active) { in uhci_show_qh()
244 ntd = list_entry(ntmp, struct uhci_td, list); in uhci_show_qh()
246 ntmp = ntmp->next; in uhci_show_qh()
255 tmp = ntmp; in uhci_show_qh()