Home
last modified time | relevance | path

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

/external/crosvm/usb_util/src/
Ddescriptor.rs20 pub struct DeviceDescriptorTree { struct
22 raw: Vec<u8>,
46 impl DeviceDescriptorTree { impl
67 impl Deref for DeviceDescriptorTree { implementation
121 pub fn parse_usbfs_descriptors(data: &[u8]) -> Result<DeviceDescriptorTree> { in parse_usbfs_descriptors()
Ddevice.rs290 pub fn get_device_descriptor_tree(&self) -> &DeviceDescriptorTree { in get_device_descriptor_tree()