Searched refs:next_descriptor (Results 1 – 2 of 2) sorted by relevance
96 fn next_descriptor<R: Read, T: Descriptor + DataInit>(mut reader: R) -> Result<T> { in parse_usbfs_descriptors() function123 let raw_device_descriptor: types::DeviceDescriptor = next_descriptor(&mut reader)?; in parse_usbfs_descriptors()131 next_descriptor::<_, types::ConfigDescriptor>(&mut reader) in parse_usbfs_descriptors()140 next_descriptor::<_, types::InterfaceDescriptor>(&mut reader) in parse_usbfs_descriptors()149 next_descriptor::<_, EndpointDescriptor>(&mut reader) in parse_usbfs_descriptors()
48 self.next = current.next_descriptor(); in next()160 pub fn next_descriptor(&self) -> Option<DescriptorChain> { in next_descriptor() method