Home
last modified time | relevance | path

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

/external/crosvm/usb_util/src/
Ddescriptor.rs15 pub struct DeviceDescriptorTree { struct
35 impl DeviceDescriptorTree { implementation
41 impl Deref for DeviceDescriptorTree { implementation
85 pub fn parse_usbfs_descriptors<R: Read>(mut reader: R) -> Result<DeviceDescriptorTree> { in parse_usbfs_descriptors()