Home
last modified time | relevance | path

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

/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h324 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) macro
354 #define IS_SHORT_READ(token) (QTD_LENGTH(token) != 0 && QTD_PID(token) == 1)
H A Dfotg210-hcd.c401 else if (QTD_LENGTH(scratch)) { in qh_lines()
2136 urb->actual_length += length - QTD_LENGTH(token); in qtd_copy_status()
2327 qtd->length - QTD_LENGTH(token), in qh_completions()
/linux/drivers/usb/host/
H A Dehci.h297 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) macro
332 #define IS_SHORT_READ(token) (QTD_LENGTH(token) != 0 && \
H A Dehci-q.c195 urb->actual_length += length - QTD_LENGTH (token); in qtd_copy_status()
374 qtd->length - QTD_LENGTH(token), qtd->length, qh->xacterrs); in qh_completions()
H A Dehci-dbg.c426 } else if (QTD_LENGTH(scratch)) { in qh_lines()