Searched defs:usbdevfs_conninfo_ex (Results 1 – 3 of 3) sorted by relevance
79 struct usbdevfs_conninfo_ex { struct80 __u32 size; /* Size of the structure from the kernel's */84 __u32 busnum; /* USB bus number, as enumerated by the */86 __u32 devnum; /* Device address on the bus. */87 __u32 speed; /* USB_SPEED_* constants from ch9.h */88 __u8 num_ports; /* Number of ports the device is connected */92 __u8 ports[7]; /* List of ports on the way from the root */
55 struct usbdevfs_conninfo_ex { struct56 __u32 size;57 __u32 busnum;58 __u32 devnum;59 __u32 speed;60 __u8 num_ports;61 __u8 ports[7];