Home
last modified time | relevance | path

Searched refs:QTD_LENGTH (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/usb/host/
A Dfotg210.h323 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) macro
353 #define IS_SHORT_READ(token) (QTD_LENGTH(token) != 0 && QTD_PID(token) == 1)
A Dehci.h295 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) macro
325 #define IS_SHORT_READ(token) (QTD_LENGTH(token) != 0 && QTD_PID(token) == 1)
A Dehci-q.c198 urb->actual_length += length - QTD_LENGTH (token); in qtd_copy_status()
377 qtd->length - QTD_LENGTH(token), qtd->length, qh->xacterrs); in qh_completions()
A Doxu210hp-hcd.c240 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) macro
271 #define IS_SHORT_READ(token) (QTD_LENGTH(token) != 0 && QTD_PID(token) == 1)
1301 urb->actual_length += length - QTD_LENGTH(token); in qtd_copy_status()
A Dehci-dbg.c426 } else if (QTD_LENGTH(scratch)) { in qh_lines()
A Dfotg210-hcd.c402 else if (QTD_LENGTH(scratch)) { in qh_lines()
2144 urb->actual_length += length - QTD_LENGTH(token); in qtd_copy_status()
2335 qtd->length - QTD_LENGTH(token), in qh_completions()

Completed in 36 milliseconds