Searched refs:PTD_GET_COUNT (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/usb/host/
H A Disp116x.h186 #define PTD_GET_COUNT(p) (((p)->count & PTD_COUNT_MSK) >> 0) macro
558 PTD_GET_COUNT(ptd), PTD_GET_LEN(ptd), PTD_GET_MPS(ptd),
579 if (PTD_GET_DIR(ptd) == PTD_DIR_IN && PTD_GET_COUNT(ptd)) {
581 for (k = 0; k < PTD_GET_COUNT(ptd); ++k)
H A Disp1362.h348 #define PTD_GET_COUNT(p) (((p)->count & PTD_COUNT_MSK) >> 0) macro
869 PTD_GET_COUNT(ptd), PTD_GET_LEN(ptd), PTD_GET_MPS(ptd),
888 if (PTD_GET_DIR(ptd) == PTD_DIR_IN && PTD_GET_COUNT(ptd)) {
890 dump_data(buf, PTD_GET_COUNT(ptd));
H A Disp1362-hcd.c376 act_len = PTD_GET_COUNT(ptd);
533 PTD_GET_COUNT(ptd), ep->maxpacket, len);
541 PTD_GET_COUNT(ptd), ep->maxpacket, len);
545 urb->actual_length += PTD_GET_COUNT(ptd);
573 if (PTD_GET_COUNT(ptd) != ep->length)
575 PTD_GET_COUNT(ptd), ep->length);
576 BUG_ON(PTD_GET_COUNT(ptd) != ep->length);
600 len = PTD_GET_COUNT(ptd);
H A Disp116x-hcd.c384 urb->actual_length += PTD_GET_COUNT(ptd);
424 urb->actual_length += PTD_GET_COUNT(ptd);
434 && !(PTD_GET_COUNT(ptd) % ep->maxpacket)) {

Completed in 130 milliseconds