Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/fotg210/
Dfotg210-hcd.h354 #define IS_SHORT_READ(token) (QTD_LENGTH(token) != 0 && QTD_PID(token) == 1) macro
Dfotg210-hcd.c347 if (!IS_SHORT_READ(v)) in token_mark()
2147 if (unlikely(IS_SHORT_READ(token))) in qtd_copy_status()
2361 } else if (IS_SHORT_READ(token) && in qh_completions()
/linux-6.6.21/drivers/usb/host/
Dehci.h327 #define IS_SHORT_READ(token) (QTD_LENGTH(token) != 0 && QTD_PID(token) == 1) macro
Dehci-q.c206 if (unlikely (IS_SHORT_READ (token))) in qtd_copy_status()
407 } else if (IS_SHORT_READ (token) in qh_completions()
Doxu210hp-hcd.c271 #define IS_SHORT_READ(token) (QTD_LENGTH(token) != 0 && QTD_PID(token) == 1) macro
1308 if (unlikely(IS_SHORT_READ(token))) in qtd_copy_status()
1478 } else if (IS_SHORT_READ(token) && in qh_completions()
Dehci-dbg.c364 if (!IS_SHORT_READ(v)) in token_mark()