Searched defs:device_type (Results 1 – 2 of 2) sorted by relevance
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() localVariable244 fn device_type(&self) -> DeviceType { in device_type() method
135 let device_type: Option<NodeProperty<'_>> = node.property("device_type"); in early_init_scan_memory() localVariable139 let device_type = device_type.unwrap().as_str(); in early_init_scan_memory() localVariable