| /linux/drivers/acpi/apei/ |
| H A D | ghes.c | 865 if (guid_equal(sec_type, &CPER_SEC_PROC_ARM) || in ghes_log_hwerr() 866 guid_equal(sec_type, &CPER_SEC_PROC_GENERIC) || in ghes_log_hwerr() 867 guid_equal(sec_type, &CPER_SEC_PROC_IA)) { in ghes_log_hwerr() 872 if (guid_equal(sec_type, &CPER_SEC_CXL_PROT_ERR) || in ghes_log_hwerr() 873 guid_equal(sec_type, &CPER_SEC_CXL_GEN_MEDIA_GUID) || in ghes_log_hwerr() 874 guid_equal(sec_type, &CPER_SEC_CXL_DRAM_GUID) || in ghes_log_hwerr() 875 guid_equal(sec_type, &CPER_SEC_CXL_MEM_MODULE_GUID)) { in ghes_log_hwerr() 880 if (guid_equal(sec_type, &CPER_SEC_PCIE) || in ghes_log_hwerr() 881 guid_equal(sec_type, &CPER_SEC_PCI_X_BUS)) { in ghes_log_hwerr() 886 if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in ghes_log_hwerr() [all …]
|
| H A D | erst.c | 952 if (!guid_equal(&record->creator_id, creatorid)) in erst_read_record() 1113 if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_DMESG_Z)) { in erst_reader() 1116 } else if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_DMESG)) in erst_reader() 1118 else if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_MCE)) in erst_reader()
|
| /linux/drivers/firmware/efi/ |
| H A D | cper.c | 629 if (guid_equal(sec_type, &ignore_sections[i].guid)) { in cper_estatus_print_section() 635 if (guid_equal(sec_type, &CPER_SEC_PROC_GENERIC)) { in cper_estatus_print_section() 643 } else if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in cper_estatus_print_section() 653 } else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { in cper_estatus_print_section() 662 } else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) { in cper_estatus_print_section() 673 } else if (guid_equal(sec_type, &CPER_SEC_PROC_IA)) { in cper_estatus_print_section() 682 } else if (guid_equal(sec_type, &CPER_SEC_FW_ERR_REC_REF)) { in cper_estatus_print_section() 692 } else if (guid_equal(sec_type, &CPER_SEC_CXL_PROT_ERR)) { in cper_estatus_print_section()
|
| H A D | cper-x86.c | 89 if (guid_equal(err_type, &INFO_ERR_STRUCT_TYPE_CACHE)) in cper_get_err_type() 91 else if (guid_equal(err_type, &INFO_ERR_STRUCT_TYPE_TLB)) in cper_get_err_type() 93 else if (guid_equal(err_type, &INFO_ERR_STRUCT_TYPE_BUS)) in cper_get_err_type() 95 else if (guid_equal(err_type, &INFO_ERR_STRUCT_TYPE_MS)) in cper_get_err_type()
|
| /linux/include/linux/ |
| H A D | uuid.h | 46 static inline bool guid_equal(const guid_t *u1, const guid_t *u2) in guid_equal() function 68 return guid_equal(guid, &guid_null); in guid_is_null()
|
| /linux/drivers/acpi/ |
| H A D | acpi_extlog.c | 228 if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in extlog_print() 234 } else if (guid_equal(sec_type, &CPER_SEC_CXL_PROT_ERR)) { in extlog_print() 240 } else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { in extlog_print()
|
| H A D | pfr_update.c | 253 if (guid_equal(image_type_id, &pfru_code_inj_guid)) in get_image_type() 256 if (guid_equal(image_type_id, &pfru_drv_update_guid)) in get_image_type()
|
| H A D | property.c | 281 if (!guid_equal((guid_t *)guid->buffer.pointer, &ads_guid)) in acpi_enumerate_nondev_subnodes() 373 if (guid_equal(guid, &prp_guids[i])) in acpi_is_property_guid() 562 if (guid_equal((guid_t *)guid->buffer.pointer, in acpi_extract_properties()
|
| H A D | prmt.c | 225 if (guid_equal(guid, &cur_handler->guid)) { in find_guid_info()
|
| /linux/drivers/hv/ |
| H A D | channel_mgmt.c | 197 if (guid_equal(guid, &vmbus_unsupported_devs[i].guid)) in is_unsupported_vmbus_devs() 211 if (guid_equal(guid, &vmbus_devs[i].guid)) in hv_get_dev_type() 625 if (guid_equal(&channel->offermsg.offer.if_type, in vmbus_process_offer() 627 guid_equal(&channel->offermsg.offer.if_instance, in vmbus_process_offer() 987 if (guid_equal(inst1, inst2)) { in find_primary_channel_by_offer() 1010 if (guid_equal(guid, &vmbus_devs[i].guid)) in vmbus_is_valid_offer()
|
| H A D | vmbus_drv.c | 679 if (guid_equal(&id->guid, guid)) in hv_vmbus_dev_match() 693 if (guid_equal(&dynid->id.guid, guid)) { in hv_vmbus_dynid_match() 832 if (guid_equal(&id->guid, &guid)) { in remove_id_store()
|
| /linux/sound/soc/intel/avs/ |
| H A D | control.c | 36 if ((guid_equal(type, &AVS_PEAKVOL_MOD_UUID) || in avs_get_volume_module() 37 guid_equal(type, &AVS_GAIN_MOD_UUID)) && in avs_get_volume_module()
|
| H A D | apl.c | 207 if (!guid_equal(&cfg->type, &AVS_COPIER_MOD_UUID)) in avs_apl_lp_streaming()
|
| H A D | utils.c | 24 if (guid_equal(&module->uuid, uuid)) in avs_module_entry_index()
|
| H A D | path.c | 200 if (!guid_equal(type, &AVS_COPIER_MOD_UUID) && in avs_path_set_constraint() 201 !guid_equal(type, &AVS_WOVHOSTM_MOD_UUID)) in avs_path_set_constraint() 833 if (guid_equal(type, avs_module_create[i].guid)) in avs_path_module_type_create() 1372 if (!guid_equal(&tsource->cfg_ext->type, &AVS_COPIER_MOD_UUID)) in avs_path_bind_prepare()
|
| /linux/drivers/nvdimm/ |
| H A D | label.c | 735 if (guid_equal(guid, &nvdimm_btt_guid)) in guid_to_nvdimm_cclass() 737 else if (guid_equal(guid, &nvdimm_btt2_guid)) in guid_to_nvdimm_cclass() 739 else if (guid_equal(guid, &nvdimm_pfn_guid)) in guid_to_nvdimm_cclass() 741 else if (guid_equal(guid, &nvdimm_dax_guid)) in guid_to_nvdimm_cclass() 743 else if (guid_equal(guid, &guid_null)) in guid_to_nvdimm_cclass() 832 if (!guid_equal(&nd_label->efi.type_guid, guid)) { in nsl_validate_type_guid()
|
| /linux/lib/tests/ |
| H A D | uuid_kunit.c | 48 KUNIT_EXPECT_TRUE(test, guid_equal(&data->le, &le)); in uuid_test_guid_valid()
|
| /linux/fs/efivarfs/ |
| H A D | super.c | 300 if (guid_equal(&vendor, &LINUX_EFI_RANDOM_SEED_TABLE_GUID)) in efivarfs_callback() 418 if (guid_equal(&vendor, &LINUX_EFI_RANDOM_SEED_TABLE_GUID)) in efivarfs_check_missing()
|
| H A D | inode.c | 95 if (guid_equal(&vendor, &LINUX_EFI_RANDOM_SEED_TABLE_GUID)) in efivarfs_create()
|
| /linux/drivers/hid/intel-ish-hid/ishtp/ |
| H A D | bus.c | 133 if (guid_equal(uuid, &dev->fw_clients[i].props.protocol_name)) in ishtp_fw_cl_by_uuid() 248 if (guid_equal(&id->guid, &client->props.protocol_name)) in ishtp_cl_bus_match()
|
| /linux/drivers/vfio/mdev/ |
| H A D | mdev_core.c | 139 if (guid_equal(&tmp->uuid, uuid)) { in mdev_device_create()
|
| /linux/sound/soc/sof/ |
| H A D | ipc4-loader.c | 358 if (guid_equal(uuid, &fw_lib->modules[i].man4_module_entry.uuid)) in sof_ipc4_load_library_by_uuid() 382 if (guid_equal(uuid, &fw_lib->modules[i].man4_module_entry.uuid)) in sof_ipc4_find_module_by_uuid()
|
| /linux/drivers/pci/controller/ |
| H A D | pcie-hisi-error.c | 261 if (!guid_equal(&err_sec_guid, &hisi_pcie_sec_guid)) in hisi_pcie_notify_error()
|
| /linux/drivers/platform/wmi/ |
| H A D | core.c | 112 return guid_equal(&guid_input, guid); in guid_parse_and_compare() 159 if (guid_equal(guid, &wblock->gblock.guid)) in wmidev_match_guid() 1109 if (guid_equal(&wblock->gblock.guid, context->guid)) in wmi_count_guids()
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-platform.c | 372 guid_equal((guid_t *)obj->buffer.pointer, guid); in acpi_guid_matches()
|