Searched refs:DeviceDescriptorTree (Results 1 – 3 of 3) sorted by relevance
/external/crosvm/usb_util/src/ |
D | descriptor.rs | 15 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()
|
D | lib.rs | 11 parse_usbfs_descriptors, ConfigDescriptorTree, DeviceDescriptorTree, InterfaceDescriptorTree,
|
D | device.rs | 8 DeviceDescriptor, DeviceDescriptorTree, Error, Result, StandardControlRequest, 23 device_descriptor_tree: DeviceDescriptorTree,
|