Home
last modified time | relevance | path

Searched refs:hw_alt_next (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/host/
H A Dehci-mem.c32 qtd->hw_alt_next = EHCI_LIST_END(ehci); in ehci_qtd_init()
204 hw->hw_alt_next = EHCI_LIST_END(ehci); in ehci_mem_init()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h321 __hc32 hw_alt_next; /* see EHCI 3.5.2 */ member
429 __hc32 hw_alt_next; member
H A Dfotg210-hcd.c119 hc32_to_cpup(fotg210, &qtd->hw_alt_next), in dbg_qtd()
371 if ((hw->hw_alt_next & QTD_MASK(fotg210)) == in qh_lines()
372 fotg210->async->hw->hw_alt_next) in qh_lines()
374 else if (hw->hw_alt_next == list_end) in qh_lines()
389 (hc32_to_cpup(fotg210, &hw->hw_alt_next) >> 1) & 0x0f); in qh_lines()
402 if (td->hw_alt_next == fotg210->async->hw->hw_alt_next) in qh_lines()
404 else if (td->hw_alt_next != list_end) in qh_lines()
1807 qtd->hw_alt_next = FOTG210_LIST_END(fotg210); in fotg210_qtd_init()
2035 hw->hw_alt_next = FOTG210_LIST_END(fotg210); in qh_update()
2358 !(qtd->hw_alt_next & in qh_completions()
[all …]