QTD_LENGTH        426 drivers/usb/host/ehci-dbg.c 		} else if (QTD_LENGTH(scratch)) {
QTD_LENGTH        198 drivers/usb/host/ehci-q.c 		urb->actual_length += length - QTD_LENGTH (token);
QTD_LENGTH        377 drivers/usb/host/ehci-q.c 	qtd->length - QTD_LENGTH(token), qtd->length, qh->xacterrs);
QTD_LENGTH        323 drivers/usb/host/ehci.h #define IS_SHORT_READ(token) (QTD_LENGTH(token) != 0 && QTD_PID(token) == 1)
QTD_LENGTH        401 drivers/usb/host/fotg210-hcd.c 		else if (QTD_LENGTH(scratch)) {
QTD_LENGTH       2144 drivers/usb/host/fotg210-hcd.c 		urb->actual_length += length - QTD_LENGTH(token);
QTD_LENGTH       2335 drivers/usb/host/fotg210-hcd.c 						qtd->length - QTD_LENGTH(token),
QTD_LENGTH        356 drivers/usb/host/fotg210.h #define IS_SHORT_READ(token) (QTD_LENGTH(token) != 0 && QTD_PID(token) == 1)
QTD_LENGTH        270 drivers/usb/host/oxu210hp-hcd.c #define IS_SHORT_READ(token) (QTD_LENGTH(token) != 0 && QTD_PID(token) == 1)
QTD_LENGTH       1302 drivers/usb/host/oxu210hp-hcd.c 		urb->actual_length += length - QTD_LENGTH(token);