Searched refs:PTD_DIR_IN (Results 1 - 8 of 8) 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.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)
/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.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 124 milliseconds