Home
last modified time | relevance | path

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

/external/crosvm/usb_util/src/
Ddescriptor.rs15 pub struct DeviceDescriptorTree { struct
35 impl DeviceDescriptorTree { impl
41 impl Deref for DeviceDescriptorTree { implementation
85 pub fn parse_usbfs_descriptors<R: Read>(mut reader: R) -> Result<DeviceDescriptorTree> { in parse_usbfs_descriptors() argument
124 let mut device_descriptor = DeviceDescriptorTree { in parse_usbfs_descriptors()
Dlib.rs11 parse_usbfs_descriptors, ConfigDescriptorTree, DeviceDescriptorTree, InterfaceDescriptorTree,
Ddevice.rs8 DeviceDescriptor, DeviceDescriptorTree, Error, Result, StandardControlRequest,
23 device_descriptor_tree: DeviceDescriptorTree,