Searched refs:PTD_GET_LEN (Results 1 - 3 of 3) 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.h201 #define PTD_GET_LEN(p) (((p)->len & PTD_LEN_MSK) >> 0) macro
569 PTD_GET_COUNT(ptd), PTD_GET_LEN(ptd), PTD_GET_MPS(ptd),
578 if (PTD_GET_DIR(ptd) != PTD_DIR_IN && PTD_GET_LEN(ptd)) {
580 for (k = 0; k < PTD_GET_LEN(ptd); ++k)
H A Disp1362.h414 #define PTD_GET_LEN(p) (((p)->len & PTD_LEN_MSK) >> 0) macro
1012 PTD_GET_COUNT(ptd), PTD_GET_LEN(ptd), PTD_GET_MPS(ptd),
1021 if (PTD_GET_DIR(ptd) != PTD_DIR_IN && PTD_GET_LEN(ptd)) {
1023 dump_data(buf, PTD_GET_LEN(ptd));
H A Disp116x-hcd.c402 if (usb_pipeint(urb->pipe) && !PTD_GET_LEN(ptd)) {

Completed in 78 milliseconds