Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c87 hw->hw_alt_next = EHCI_LIST_END(ehci); in qh_update()
408 & EHCI_LIST_END(ehci))) { in qh_completions()
469 & EHCI_LIST_END(ehci))) in qh_completions()
542 if (stopped != 0 || hw->hw_qtd_next == EHCI_LIST_END(ehci)) in qh_completions()
699 qtd->hw_alt_next = EHCI_LIST_END(ehci); in qh_urb_transaction()
1228 qtd->hw_alt_next = EHCI_LIST_END(ehci); in submit_single_step_set_feature()
Doxu210hp-hcd.c283 #define EHCI_LIST_END cpu_to_le32(1) /* "null pointer" to hw */ macro
980 qtd->hw_next = EHCI_LIST_END; in ehci_qtd_init()
981 qtd->hw_alt_next = EHCI_LIST_END; in ehci_qtd_init()
1016 qtd->hw_next = EHCI_LIST_END; in ehci_qtd_alloc()
1017 qtd->hw_alt_next = EHCI_LIST_END; in ehci_qtd_alloc()
1170 oxu->mem->frame_list[i] = EHCI_LIST_END; in ehci_mem_init()
1191 oxu->periodic[i] = EHCI_LIST_END; in ehci_mem_init()
1251 qh->hw_alt_next = EHCI_LIST_END; in qh_update()
1478 !(qtd->hw_alt_next & EHCI_LIST_END)) { in qh_completions()
1568 if (stopped != 0 || qh->hw_qtd_next == EHCI_LIST_END) { in qh_completions()
[all …]
Dehci-sched.c89 != EHCI_LIST_END(ehci)) in periodic_unlink()
703 hw->hw_next = EHCI_LIST_END(ehci); in end_unlink_intr()
837 hw->hw_next = EHCI_LIST_END(ehci); in qh_schedule()
1660 itd->hw_next = EHCI_LIST_END(ehci); in itd_init()
2101 sitd->hw_next = EHCI_LIST_END(ehci); in sitd_patch()
2105 sitd->hw_backpointer = EHCI_LIST_END(ehci); in sitd_patch()
2410 q.itd->hw_next != EHCI_LIST_END(ehci)) in scan_isoc()
2445 q.sitd->hw_next != EHCI_LIST_END(ehci)) in scan_isoc()
Dehci.h349 #define EHCI_LIST_END(ehci) cpu_to_hc32(ehci, 1) /* "null pointer" to hw */ macro
Dehci-hcd.c527 hw->hw_qtd_next = EHCI_LIST_END(ehci); in ehci_init()
Dehci-dbg.c381 __le32 list_end = EHCI_LIST_END(ehci); in qh_lines()