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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Disp116x.h185 #define PTD_GET_COUNT(p) (((p)->count & PTD_COUNT_MSK) >> 0) macro
569 PTD_GET_COUNT(ptd), PTD_GET_LEN(ptd), PTD_GET_MPS(ptd),
590 if (PTD_GET_DIR(ptd) == PTD_DIR_IN && PTD_GET_COUNT(ptd)) {
592 for (k = 0; k < PTD_GET_COUNT(ptd); ++k)
H A Disp1362.h398 #define PTD_GET_COUNT(p) (((p)->count & PTD_COUNT_MSK) >> 0) macro
1012 PTD_GET_COUNT(ptd), PTD_GET_LEN(ptd), PTD_GET_MPS(ptd),
1031 if (PTD_GET_DIR(ptd) == PTD_DIR_IN && PTD_GET_COUNT(ptd)) {
1033 dump_data(buf, PTD_GET_COUNT(ptd));
H A Disp1362-hcd.c384 act_len = PTD_GET_COUNT(ptd);
541 PTD_GET_COUNT(ptd), ep->maxpacket, len);
549 PTD_GET_COUNT(ptd), ep->maxpacket, len);
555 urb->actual_length += PTD_GET_COUNT(ptd);
581 if (PTD_GET_COUNT(ptd) != ep->length)
583 PTD_GET_COUNT(ptd), ep->length);
584 BUG_ON(PTD_GET_COUNT(ptd) != ep->length);
608 len = PTD_GET_COUNT(ptd);
H A Disp116x-hcd.c385 urb->actual_length += PTD_GET_COUNT(ptd);
425 urb->actual_length += PTD_GET_COUNT(ptd);
435 && !(PTD_GET_COUNT(ptd) % ep->maxpacket)) {

Completed in 66 milliseconds