Home
last modified time | relevance | path

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

/external/crosvm/usb_util/src/
Ddescriptor.rs14 pub struct DeviceDescriptorTree { struct
16 raw: Vec<u8>,
40 impl DeviceDescriptorTree { impl
61 impl Deref for DeviceDescriptorTree { implementation
115 pub fn parse_usbfs_descriptors(data: &[u8]) -> Result<DeviceDescriptorTree> { in parse_usbfs_descriptors()
Ddevice.rs271 pub fn get_device_descriptor_tree(&self) -> &DeviceDescriptorTree { in get_device_descriptor_tree()