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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dzero.c110 static const char *EP_IN_NAME; /* source */ variable
622 if (strcmp (ep->name, EP_IN_NAME) == 0)
650 if (strcmp (ep->name, EP_IN_NAME) == 0) {
754 if (strcmp (ep->name, EP_IN_NAME) == 0) {
1158 EP_IN_NAME = ep->name;
1234 EP_OUT_NAME, EP_IN_NAME);
H A Dgmidi.c94 static const char *EP_IN_NAME; variable
1193 EP_IN_NAME = in_ep->name;
1250 EP_OUT_NAME, EP_IN_NAME);
H A Dserial.c257 static const char *EP_IN_NAME; variable
1383 EP_IN_NAME = ep->name;
1841 else if (strcmp(ep->name, EP_IN_NAME) == 0) {

Completed in 42 milliseconds