Searched refs:PTD_GET_LEN (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/usb/host/
H A Disp116x.h202 #define PTD_GET_LEN(p) (((p)->len & PTD_LEN_MSK) >> 0) macro
558 PTD_GET_COUNT(ptd), PTD_GET_LEN(ptd), PTD_GET_MPS(ptd),
567 if (PTD_GET_DIR(ptd) != PTD_DIR_IN && PTD_GET_LEN(ptd)) {
569 for (k = 0; k < PTD_GET_LEN(ptd); ++k)
H A Disp1362.h364 #define PTD_GET_LEN(p) (((p)->len & PTD_LEN_MSK) >> 0) macro
869 PTD_GET_COUNT(ptd), PTD_GET_LEN(ptd), PTD_GET_MPS(ptd),
878 if (PTD_GET_DIR(ptd) != PTD_DIR_IN && PTD_GET_LEN(ptd)) {
880 dump_data(buf, PTD_GET_LEN(ptd));
H A Disp116x-hcd.c401 if (usb_pipeint(urb->pipe) && !PTD_GET_LEN(ptd)) {

Completed in 524 milliseconds