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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 178 milliseconds