Home
last modified time | relevance | path

Searched refs:InterfaceDescriptorTree (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/usb_util/src/
Ddescriptor.rs25 interface_descriptors: BTreeMap<(u8, u8), InterfaceDescriptorTree>,
29 pub struct InterfaceDescriptorTree { struct
55 ) -> Option<&InterfaceDescriptorTree> { in get_interface_descriptor() argument
69 impl InterfaceDescriptorTree { implementation
75 impl Deref for InterfaceDescriptorTree { implementation
142 let mut interface_descriptor = InterfaceDescriptorTree { in parse_usbfs_descriptors()
Dlib.rs11 parse_usbfs_descriptors, ConfigDescriptorTree, DeviceDescriptorTree, InterfaceDescriptorTree,