Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A 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()
202 hw->hw_next = EHCI_LIST_END(ehci); in ehci_mem_init()
203 hw->hw_qtd_next = EHCI_LIST_END(ehci); in ehci_mem_init()
204 hw->hw_alt_next = EHCI_LIST_END(ehci); in ehci_mem_init()
212 ehci->periodic[i] = EHCI_LIST_END(ehci); in ehci_mem_init()
H A Dehci-q.c88 hw->hw_alt_next = EHCI_LIST_END(ehci); in qh_update()
409 & EHCI_LIST_END(ehci))) { in qh_completions()
470 & EHCI_LIST_END(ehci))) in qh_completions()
543 if (stopped != 0 || hw->hw_qtd_next == EHCI_LIST_END(ehci)) in qh_completions()
700 qtd->hw_alt_next = EHCI_LIST_END(ehci); in qh_urb_transaction()
1229 qtd->hw_alt_next = EHCI_LIST_END(ehci); in ehci_submit_single_step_set_feature()
H A Doxu210hp-hcd.c980 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()
1732 qtd->hw_alt_next = EHCI_LIST_END; in qh_urb_transaction()
2478 qh->hw_next = EHCI_LIST_END; in intr_deschedule()
2556 qh->hw_next = EHCI_LIST_END; in qh_schedule()
[all …]
H A Dehci-sched.c89 != EHCI_LIST_END(ehci)) in periodic_unlink()
710 hw->hw_next = EHCI_LIST_END(ehci); in end_unlink_intr()
844 hw->hw_next = EHCI_LIST_END(ehci); in qh_schedule()
1671 itd->hw_next = EHCI_LIST_END(ehci); in itd_init()
2112 sitd->hw_next = EHCI_LIST_END(ehci); in sitd_patch()
2116 sitd->hw_backpointer = EHCI_LIST_END(ehci); in sitd_patch()
2421 q.itd->hw_next != EHCI_LIST_END(ehci)) in scan_isoc()
2456 q.sitd->hw_next != EHCI_LIST_END(ehci)) in scan_isoc()
H A Dehci.h352 #define EHCI_LIST_END(ehci) cpu_to_hc32(ehci, 1) /* "null pointer" to hw */ macro
H A Dehci-hcd.c528 hw->hw_qtd_next = EHCI_LIST_END(ehci); in ehci_init()
H A Dehci-dbg.c381 __le32 list_end = EHCI_LIST_END(ehci); in qh_lines()