Searched refs:device_type (Results 1 – 3 of 3) sorted by relevance
135 let device_type: Option<NodeProperty<'_>> = node.property("device_type"); in early_init_scan_memory() localVariable136 if device_type.is_none() { in early_init_scan_memory()139 let device_type = device_type.unwrap().as_str(); in early_init_scan_memory() localVariable140 if device_type.is_none() || device_type.unwrap() != "memory" { in early_init_scan_memory()
77 fn device_type(pci_device_id: u16) -> DeviceType { in device_type() function97 device_type: DeviceType, field132 let device_type = device_type(header.device_id); in new() localVariable230 device_type, in new()244 fn device_type(&self) -> DeviceType { in device_type() method245 self.device_type in device_type()
34 transport.device_type(), in virtio_probe()51 match transport.device_type() { in virtio_device_init()