Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dehci-mem.c31 qtd->hw_next = EHCI_LIST_END(ehci); in ehci_qtd_init()
32 qtd->hw_alt_next = EHCI_LIST_END(ehci); in ehci_qtd_init()
203 hw->hw_next = EHCI_LIST_END(ehci); in ehci_mem_init()
204 hw->hw_qtd_next = EHCI_LIST_END(ehci); in ehci_mem_init()
205 hw->hw_alt_next = EHCI_LIST_END(ehci); in ehci_mem_init()
213 ehci->periodic[i] = EHCI_LIST_END(ehci); in ehci_mem_init()
Dehci-q.c83 hw->hw_alt_next = EHCI_LIST_END(ehci); in qh_update()
397 & EHCI_LIST_END(ehci))) { in qh_completions()
458 & EHCI_LIST_END(ehci))) in qh_completions()
531 if (stopped != 0 || hw->hw_qtd_next == EHCI_LIST_END(ehci)) in qh_completions()
688 qtd->hw_alt_next = EHCI_LIST_END(ehci); in qh_urb_transaction()
1217 qtd->hw_alt_next = EHCI_LIST_END(ehci); in submit_single_step_set_feature()
Doxu210hp-hcd.c542 qtd->hw_next = EHCI_LIST_END; in ehci_qtd_init()
543 qtd->hw_alt_next = EHCI_LIST_END; in ehci_qtd_init()
578 qtd->hw_next = EHCI_LIST_END; in ehci_qtd_alloc()
579 qtd->hw_alt_next = EHCI_LIST_END; in ehci_qtd_alloc()
732 oxu->mem->frame_list[i] = EHCI_LIST_END; in ehci_mem_init()
753 oxu->periodic[i] = EHCI_LIST_END; in ehci_mem_init()
813 qh->hw_alt_next = EHCI_LIST_END; in qh_update()
1040 !(qtd->hw_alt_next & EHCI_LIST_END)) { in qh_completions()
1130 if (stopped != 0 || qh->hw_qtd_next == EHCI_LIST_END) { in qh_completions()
1293 qtd->hw_alt_next = EHCI_LIST_END; in qh_urb_transaction()
[all …]
Dehci-sched.c89 != EHCI_LIST_END(ehci)) in periodic_unlink()
723 hw->hw_next = EHCI_LIST_END(ehci); in end_unlink_intr()
857 hw->hw_next = EHCI_LIST_END(ehci); in qh_schedule()
1680 itd->hw_next = EHCI_LIST_END(ehci); in itd_init()
2121 sitd->hw_next = EHCI_LIST_END(ehci); in sitd_patch()
2125 sitd->hw_backpointer = EHCI_LIST_END(ehci); in sitd_patch()
2430 q.itd->hw_next != EHCI_LIST_END(ehci)) in scan_isoc()
2465 q.sitd->hw_next != EHCI_LIST_END(ehci)) in scan_isoc()
Doxu210hp.h253 #define EHCI_LIST_END cpu_to_le32(1) /* "null pointer" to hw */ macro
Dehci.h348 #define EHCI_LIST_END(ehci) cpu_to_hc32(ehci, 1) /* "null pointer" to hw */ macro
Dehci-hcd.c526 hw->hw_qtd_next = EHCI_LIST_END(ehci); in ehci_init()
Dehci-dbg.c381 __le32 list_end = EHCI_LIST_END(ehci); in qh_lines()