Searched defs:Ep (Results 1 – 4 of 4) sorted by relevance
13 typedef struct Ep Ep; /* Endpoint */ typedef144 struct Ep struct153 Ep* ep0; /* control endpoint for its device */ argument156 char* name; /* for ep file names at #u/ */157 int inuse; /* endpoint is open */158 int mode; /* OREAD, OWRITE, or ORDWR */159 int clrhalt; /* true if halt was cleared on ep. */160 int debug; /* per endpoint debug flag */161 char* info; /* for humans to read */162 long maxpkt; /* maximum packet size */[all …]
10 typedef struct Ep Ep; typedef201 struct Ep struct226 Ep* ep[Nep]; argument
835 seprintep(char *s, char*, Ep*) in seprintep() argument
93 Ep = 0x0010, /* Even Parity */ enumerator