Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dehci-mem.c44 qtd->hw_next = EHCI_LIST_END(ehci); in ehci_qtd_init()
45 qtd->hw_alt_next = EHCI_LIST_END(ehci); in ehci_qtd_init()
242 hw->hw_next = EHCI_LIST_END(ehci); in ehci_mem_init()
243 hw->hw_qtd_next = EHCI_LIST_END(ehci); in ehci_mem_init()
244 hw->hw_alt_next = EHCI_LIST_END(ehci); in ehci_mem_init()
252 ehci->periodic[i] = EHCI_LIST_END(ehci); in ehci_mem_init()
Dehci-sched.c125 != EHCI_LIST_END(ehci)) in periodic_unlink()
160 if (q->fstn->hw_prev != EHCI_LIST_END(ehci)) { in periodic_usecs()
693 hw->hw_next = EHCI_LIST_END(ehci); in intr_deschedule()
837 hw->hw_next = EHCI_LIST_END(ehci); in qh_schedule()
1548 itd->hw_next = EHCI_LIST_END(ehci); in itd_init()
2007 sitd->hw_next = EHCI_LIST_END(ehci); in sitd_patch()
2011 sitd->hw_backpointer = EHCI_LIST_END(ehci); in sitd_patch()
2360 if (q.fstn->hw_prev != EHCI_LIST_END(ehci)) { in scan_periodic()
2397 q.itd->hw_next != EHCI_LIST_END(ehci)) in scan_periodic()
2434 q.sitd->hw_next != EHCI_LIST_END(ehci)) in scan_periodic()
Dehci-q.c96 hw->hw_alt_next = EHCI_LIST_END(ehci); in qh_update()
435 & EHCI_LIST_END(ehci))) { in qh_completions()
484 & EHCI_LIST_END(ehci))) in qh_completions()
553 if (stopped != 0 || hw->hw_qtd_next == EHCI_LIST_END(ehci)) { in qh_completions()
736 qtd->hw_alt_next = EHCI_LIST_END(ehci); in qh_urb_transaction()
Doxu210hp-hcd.c553 qtd->hw_next = EHCI_LIST_END; in ehci_qtd_init()
554 qtd->hw_alt_next = EHCI_LIST_END; in ehci_qtd_init()
589 qtd->hw_next = EHCI_LIST_END; in ehci_qtd_alloc()
590 qtd->hw_alt_next = EHCI_LIST_END; in ehci_qtd_alloc()
743 oxu->mem->frame_list[i] = EHCI_LIST_END; in ehci_mem_init()
764 oxu->periodic[i] = EHCI_LIST_END; in ehci_mem_init()
824 qh->hw_alt_next = EHCI_LIST_END; in qh_update()
1053 !(qtd->hw_alt_next & EHCI_LIST_END)) { in qh_completions()
1143 if (stopped != 0 || qh->hw_qtd_next == EHCI_LIST_END) { in qh_completions()
1309 qtd->hw_alt_next = EHCI_LIST_END; in qh_urb_transaction()
[all …]
Doxu210hp.h252 #define EHCI_LIST_END cpu_to_le32(1) /* "null pointer" to hw */ macro
Dehci.h298 #define EHCI_LIST_END(ehci) cpu_to_hc32(ehci, 1) /* "null pointer" to hw */ macro
Dehci-hcd.c678 hw->hw_qtd_next = EHCI_LIST_END(ehci); in ehci_init()
Dehci-dbg.c442 __le32 list_end = EHCI_LIST_END(ehci); in qh_lines()