Home
last modified time | relevance | path

Searched defs:Ep (Results 1 – 4 of 4) sorted by relevance

/plan9/sys/src/9/port/
H A Dusb.h13 typedef struct Ep Ep; /* Endpoint */ typedef
144 struct Ep struct
153 Ep* ep0; /* control endpoint for its device */ argument
156 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 …]
/plan9/sys/src/cmd/usb/lib/
H A Dusb.h10 typedef struct Ep Ep; typedef
201 struct Ep struct
226 Ep* ep[Nep]; argument
/plan9/sys/src/9/bcm/
H A Dusbdwc.c835 seprintep(char *s, char*, Ep*) in seprintep() argument
/plan9/sys/src/9/pc/
H A Duartaxp.c93 Ep = 0x0010, /* Even Parity */ enumerator