Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dehci-mem.c66 qtd->hw_next = EHCI_LIST_END; in ehci_qtd_init()
67 qtd->hw_alt_next = EHCI_LIST_END; in ehci_qtd_init()
238 ehci->periodic [i] = EHCI_LIST_END; in ehci_mem_init()
Dehci-sched.c124 if (q->fstn->hw_prev != EHCI_LIST_END) { in periodic_usecs()
258 qh->hw_next = EHCI_LIST_END; in intr_deschedule()
267 qh->hw_next = EHCI_LIST_END; in intr_deschedule()
372 qh->hw_next = EHCI_LIST_END; in qh_schedule()
929 itd->hw_next = EHCI_LIST_END; in itd_init()
1274 if (q.fstn->hw_prev != EHCI_LIST_END) { in scan_periodic()
Dehci-dbg.c359 if (qh->hw_qtd_next == EHCI_LIST_END) /* NEC does this */ in qh_lines()
366 else if (qh->hw_alt_next == EHCI_LIST_END) in qh_lines()
397 else if (td->hw_alt_next != EHCI_LIST_END) in qh_lines()
Dehci-q.c92 qh->hw_alt_next = EHCI_LIST_END; in qh_update()
426 if (stopped != 0 || qh->hw_qtd_next == EHCI_LIST_END) { in qh_completions()
565 qtd->hw_alt_next = EHCI_LIST_END; in qh_urb_transaction()
Dehci.h316 #define EHCI_LIST_END __constant_cpu_to_le32(1) /* "null pointer" to hw */ macro
Dehci-hcd.c416 ehci->async->hw_qtd_next = EHCI_LIST_END; in ehci_start()