Searched defs:compatible (Results 1 – 6 of 6) sorted by relevance
144 let compatible = c"ns16550a"; in check_fdt() localVariable
1079 let mut compatible = fdt.root_mut().next_compatible(Self::PVIOMMU_COMPATIBLE)?; in patch_pviommus() localVariable1115 let mut compatible = fdt.root_mut().next_compatible(c"pkvm,pviommu")?; in clean() localVariable1257 let compatible = pviommu.getprop_str(c"compatible"); in parse() localVariable1500 let compatible = platform_dt.root().next_compatible(c"pkvm,pviommu").unwrap(); in device_info_patch_no_pviommus() localVariable1801 let compatible = platform_dt.root().next_compatible(c"pkvm,pviommu"); in device_assignment_clean() localVariable1806 let compatible = platform_dt.root().next_compatible(c"pkvm,pviommu"); in device_assignment_clean() localVariable
31 compatible: &'a CStr, field
101 let compatible = compatible.as_ptr(); in node_offset_by_compatible() localVariable
553 static bool compatible(const Operand& a, const Operand& b) { in compatible() function
1571 Result<void> compatible(const Operand& a, const Operand& b) { in compatible() function