Home
last modified time | relevance | path

Searched defs:Udev (Results 1 – 3 of 3) sorted by relevance

/plan9-contrib/sys/src/9/bcm/
H A Dusb.h12 typedef struct Udev Udev; /* USB device */ typedef
181 struct Udev struct
183 int nb; /* USB device number */
184 int state; /* state for the device */
185 int ishub; /* hubs can allocate devices */
186 int isroot; /* is a root hub */
187 int speed; /* Full/Low/High/No -speed */
188 int hub; /* dev number for the parent hub */
189 int port; /* port number in the parent hub */
190 Ep* eps[Ndeveps]; /* end points for this device (cached) */
[all …]
H A Detherusb.c38 typedef struct Udev Udev; typedef
58 struct Udev { struct
72 static Udev udevtab[] = { argument
/plan9-contrib/sys/src/9/port/
H A Dusb.h12 typedef struct Udev Udev; /* USB device */ typedef
179 struct Udev struct
181 int nb; /* USB device number */
182 int state; /* state for the device */
183 int ishub; /* hubs can allocate devices */
184 int isroot; /* is a root hub */
185 int speed; /* Full/Low/High/No -speed */
186 int hub; /* dev number for the parent hub */
187 int port; /* port number in the parent hub */
188 Ep* eps[Ndeveps]; /* end points for this device (cached) */