Searched defs:device_type (Results 1 – 4 of 4) sorted by relevance
71 fn device_type(pci_device_id: u16) -> DeviceType { in device_type() function91 device_type: DeviceType, field129 let device_type = device_type(header.device_id); in new() localVariable238 fn device_type(&self) -> DeviceType { in device_type() method
77 fn device_type(&self) -> virtio_drivers::transport::DeviceType { in device_type() method
91 fn device_type(&self) -> virtio_drivers::transport::DeviceType { in device_type() method
164 let device_type: Option<NodeProperty<'_>> = node.property("device_type"); in early_init_scan_memory() localVariable168 let device_type = device_type.unwrap().as_str(); in early_init_scan_memory() localVariable