Home
last modified time | relevance | path

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

/plan9-contrib/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-contrib/sys/src/9/bcm/
H A Dusb.h13 typedef struct Ep Ep; /* Endpoint */ typedef
146 struct Ep struct
155 Ep* ep0; /* control endpoint for its device */ argument
158 char* name; /* for ep file names at #u/ */
159 int inuse; /* endpoint is open */
160 int mode; /* OREAD, OWRITE, or ORDWR */
161 int clrhalt; /* true if halt was cleared on ep. */
162 int debug; /* per endpoint debug flag */
163 char* info; /* for humans to read */
164 long maxpkt; /* maximum packet size */
[all …]
H A Dusbxhci.c1315 isoread(Ep *, uchar *, long) in isoread() argument
1632 seprintep(char *s, char*, Ep*) in seprintep() argument
H A Dusbdwc.c891 seprintep(char *s, char*, Ep*) in seprintep() argument
/plan9-contrib/sys/src/cmd/usb/lib/
H A Dusb.h10 typedef struct Ep Ep; typedef
207 struct Ep struct
232 Ep* ep[Nep]; argument
/plan9-contrib/sys/src/9/pc/
H A Duartaxp.c93 Ep = 0x0010, /* Even Parity */ enumerator