Home
last modified time | relevance | path

Searched defs:usbdevfs_hub_portinfo (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/usb_sys/src/
Dlib.rs156 pub struct usbdevfs_hub_portinfo { struct
157 pub nports: c_char,
158 pub port: [u8; 127],
/external/kernel-headers/original/uapi/linux/
Dusbdevice_fs.h147 struct usbdevfs_hub_portinfo { struct
148 char nports; /* number of downstream ports in this hub */
149 char port [127]; /* e.g. port 3 connects to device 27 */