Searched refs:device_type (Results 1 – 5 of 5) sorted by relevance
60 mmio_transport.device_type(), in new()91 fn device_type(&self) -> virtio_drivers::transport::DeviceType { in device_type() method92 self.mmio_transport.device_type() in device_type()
70 fn device_type(pci_device_id: u16) -> DeviceType { in device_type() function90 device_type: DeviceType, field128 let device_type = device_type(header.device_id); in new() localVariable216 device_type, in new()239 fn device_type(&self) -> DeviceType { in device_type() method240 self.device_type in device_type()
38 transport.device_type(), in virtio_probe_pci()61 match transport.device_type() { in virtio_device_init()
76 fn device_type(&self) -> virtio_drivers::transport::DeviceType { in device_type() method78 VirtIOTransport::Pci(transport) => transport.device_type(), in device_type()79 VirtIOTransport::Mmio(transport) => transport.device_type(), in device_type()
165 let device_type: Option<NodeProperty<'_>> = node.property("device_type"); in early_init_scan_memory() localVariable166 if device_type.is_none() { in early_init_scan_memory()169 let device_type = device_type.unwrap().as_str(); in early_init_scan_memory() localVariable170 if device_type.is_none() || device_type.unwrap() != "memory" { in early_init_scan_memory()