Searched refs:PTD_DIR_IN (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.h177 #define PTD_DIR_IN (2) macro
578 if (PTD_GET_DIR(ptd) != PTD_DIR_IN && PTD_GET_LEN(ptd)) {
590 if (PTD_GET_DIR(ptd) == PTD_DIR_IN && PTD_GET_COUNT(ptd)) {
H A Disp116x-hcd.c171 int buflen = isp116x->atl_last_dir == PTD_DIR_IN
187 if (ep->active || (isp116x->atl_last_dir != PTD_DIR_IN)) {
203 int buflen = isp116x->atl_last_dir == PTD_DIR_IN
217 if (ep->active || (isp116x->atl_last_dir == PTD_DIR_IN)) {
253 dir = PTD_DIR_IN;
268 ? PTD_DIR_OUT : PTD_DIR_IN;
H A Disp1362.h268 #define PTD_DIR_IN (2) macro
1021 if (PTD_GET_DIR(ptd) != PTD_DIR_IN && PTD_GET_LEN(ptd)) {
1031 if (PTD_GET_DIR(ptd) == PTD_DIR_IN && PTD_GET_COUNT(ptd)) {
H A Disp1362-hcd.c285 dir = PTD_DIR_IN;
322 PTD_DIR_OUT : PTD_DIR_IN;
355 int len = PTD_GET_DIR(ptd) == PTD_DIR_IN ? 0 : ep->length;
385 if (PTD_GET_DIR(ptd) != PTD_DIR_IN || act_len == 0)

Completed in 74 milliseconds