Searched defs:usbdevfs_hub_portinfo (Results 1 – 2 of 2) sorted by relevance
156 pub struct usbdevfs_hub_portinfo { struct157 pub nports: c_char,158 pub port: [u8; 127],
147 struct usbdevfs_hub_portinfo { struct148 char nports; /* number of downstream ports in this hub */149 char port [127]; /* e.g. port 3 connects to device 27 */