Home
last modified time | relevance | path

Searched refs:QTD_LENGTH (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dfotg210.h326 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) macro
356 #define IS_SHORT_READ(token) (QTD_LENGTH(token) != 0 && QTD_PID(token) == 1)
H A Dehci.h294 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) macro
324 #define IS_SHORT_READ(token) (QTD_LENGTH(token) != 0 && QTD_PID(token) == 1)
H 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()
H 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()
H A Dehci-dbg.c426 } else if (QTD_LENGTH(scratch)) { in qh_lines()
H A Dfotg210-hcd.c402 else if (QTD_LENGTH(scratch)) { in qh_lines()
2139 urb->actual_length += length - QTD_LENGTH(token); in qtd_copy_status()
2330 qtd->length - QTD_LENGTH(token), in qh_completions()
/kernel/linux/linux-6.6/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()
2140 urb->actual_length += length - QTD_LENGTH(token); in qtd_copy_status()
2331 qtd->length - QTD_LENGTH(token), in qh_completions()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci.h297 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) macro
327 #define IS_SHORT_READ(token) (QTD_LENGTH(token) != 0 && QTD_PID(token) == 1)
H A Dehci-q.c199 urb->actual_length += length - QTD_LENGTH (token); in qtd_copy_status()
378 qtd->length - QTD_LENGTH(token), qtd->length, qh->xacterrs); in qh_completions()
H 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()
H A Dehci-dbg.c426 } else if (QTD_LENGTH(scratch)) { in qh_lines()

Completed in 36 milliseconds