Searched defs:Udev (Results 1 – 3 of 3) sorted by relevance
12 typedef struct Udev Udev; /* USB device */ typedef181 struct Udev struct183 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 …]
38 typedef struct Udev Udev; typedef58 struct Udev { struct72 static Udev udevtab[] = { argument
12 typedef struct Udev Udev; /* USB device */ typedef179 struct Udev struct181 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) */