Home
last modified time | relevance | path

Searched refs:guid_equal (Results 1 – 25 of 30) sorted by relevance

12

/Linux-v5.10/drivers/firmware/efi/
Dcper-x86.c88 if (guid_equal(err_type, &INFO_ERR_STRUCT_TYPE_CACHE)) in cper_get_err_type()
90 else if (guid_equal(err_type, &INFO_ERR_STRUCT_TYPE_TLB)) in cper_get_err_type()
92 else if (guid_equal(err_type, &INFO_ERR_STRUCT_TYPE_BUS)) in cper_get_err_type()
94 else if (guid_equal(err_type, &INFO_ERR_STRUCT_TYPE_MS)) in cper_get_err_type()
Dcper.c517 if (guid_equal(sec_type, &CPER_SEC_PROC_GENERIC)) { in cper_estatus_print_section()
525 } else if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in cper_estatus_print_section()
535 } else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { in cper_estatus_print_section()
544 } else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) { in cper_estatus_print_section()
554 } else if (guid_equal(sec_type, &CPER_SEC_PROC_IA)) { in cper_estatus_print_section()
563 } else if (guid_equal(sec_type, &CPER_SEC_FW_ERR_REC_REF)) { in cper_estatus_print_section()
/Linux-v5.10/include/linux/
Duuid.h36 static inline bool guid_equal(const guid_t *u1, const guid_t *u2) in guid_equal() function
58 return guid_equal(guid, &guid_null); in guid_is_null()
/Linux-v5.10/drivers/hv/
Dchannel_mgmt.c168 if (guid_equal(guid, &vmbus_unsupported_devs[i].guid)) in is_unsupported_vmbus_devs()
182 if (guid_equal(guid, &vmbus_devs[i].guid)) in hv_get_dev_type()
591 if (guid_equal(&channel->offermsg.offer.if_type, in vmbus_process_offer()
593 guid_equal(&channel->offermsg.offer.if_instance, in vmbus_process_offer()
881 if (guid_equal(inst1, inst2)) { in find_primary_channel_by_offer()
Dvmbus_drv.c704 if (guid_equal(&id->guid, guid)) in hv_vmbus_dev_match()
718 if (guid_equal(&dynid->id.guid, guid)) { in hv_vmbus_dynid_match()
834 if (guid_equal(&id->guid, &guid)) { in remove_id_store()
/Linux-v5.10/lib/
Dtest_uuid.c74 if (!guid_equal(&data->le, &le)) { in test_uuid_test()
/Linux-v5.10/sound/soc/intel/skylake/
Dskl-sst-utils.c178 if (guid_equal(uuid_mod, &module->uuid)) { in skl_get_pvt_id()
208 if (guid_equal(uuid_mod, &module->uuid)) { in skl_put_pvt_id()
Dskl-pcm.c1322 if (guid_equal(uuid_mod, &module->uuid)) { in skl_get_module_info()
1339 if (guid_equal(uuid_mod, uuid_tplg)) { in skl_get_module_info()
1351 if (guid_equal(&pin_id->mod_uuid, &module->uuid)) in skl_get_module_info()
1357 if (guid_equal(&pin_id->mod_uuid, &module->uuid)) in skl_get_module_info()
/Linux-v5.10/drivers/visorbus/
Dvisorchannel.c372 if (!channel->requested && !guid_equal(guid, &visor_video_guid)) in visorchannel_create()
392 if (!channel->requested && !guid_equal(guid, &visor_video_guid)) in visorchannel_create()
Dvisorbus_main.c73 if (!guid_equal(&ch->chtype, expected_guid)) { in visor_check_channel()
146 if (guid_equal(&drv->channel_types[i].guid, channel_type) && in visorbus_match()
870 if (guid_equal(&visordrv->channel_types[i].guid, in publish_vbus_dev_info()
Dvisorchipset.c471 if (guid_equal(&cmd->create_bus.bus_inst_guid, &visor_siovm_guid)) { in visorbus_create()
691 if (guid_equal(&cmd->create_device.data_type_guid, in visorbus_device_create()
/Linux-v5.10/arch/x86/kernel/cpu/mce/
Dapei.c126 !guid_equal(&rcd.hdr.creator_id, &CPER_CREATOR_MCE)) in apei_read_mce()
/Linux-v5.10/drivers/acpi/apei/
Derst.c1007 if (!guid_equal(&rcd->hdr.creator_id, &CPER_CREATOR_PSTORE)) in erst_reader()
1019 if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_DMESG_Z)) { in erst_reader()
1022 } else if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_DMESG)) in erst_reader()
1024 else if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_MCE)) in erst_reader()
Dghes.c596 if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in ghes_do_proc()
604 else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { in ghes_do_proc()
607 else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) { in ghes_do_proc()
/Linux-v5.10/drivers/nvdimm/
Dlabel.c713 if (guid_equal(guid, &nvdimm_btt_guid)) in to_nvdimm_cclass()
715 else if (guid_equal(guid, &nvdimm_btt2_guid)) in to_nvdimm_cclass()
717 else if (guid_equal(guid, &nvdimm_pfn_guid)) in to_nvdimm_cclass()
719 else if (guid_equal(guid, &nvdimm_dax_guid)) in to_nvdimm_cclass()
721 else if (guid_equal(guid, &guid_null)) in to_nvdimm_cclass()
/Linux-v5.10/drivers/platform/mellanox/
Dmlxbf-bootctl.c279 return guid_equal(guid, &id); in mlxbf_bootctl_guid_match()
/Linux-v5.10/drivers/hid/intel-ish-hid/ishtp/
Dbus.c133 if (guid_equal(uuid, &dev->fw_clients[i].props.protocol_name)) in ishtp_fw_cl_by_uuid()
243 return guid_equal(driver->guid, in ishtp_cl_bus_match()
/Linux-v5.10/drivers/staging/unisys/visorinput/
Dvisorinput.c499 if (guid_equal(guid, &visor_mouse_channel_guid)) in visorinput_probe()
501 else if (guid_equal(guid, &visor_keyboard_channel_guid)) in visorinput_probe()
/Linux-v5.10/drivers/acpi/
Dacpi_extlog.c169 if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in extlog_print()
Dproperty.c229 if (!guid_equal((guid_t *)guid->buffer.pointer, &ads_guid)) in acpi_enumerate_nondev_subnodes()
319 if (guid_equal(guid, &prp_guids[i])) in acpi_is_property_guid()
/Linux-v5.10/drivers/pci/controller/
Dpcie-hisi-error.c261 if (!guid_equal(&err_sec_guid, &hisi_pcie_sec_guid)) in hisi_pcie_notify_error()
/Linux-v5.10/drivers/vfio/mdev/
Dmdev_core.c288 if (guid_equal(&tmp->uuid, uuid)) { in mdev_device_create()
/Linux-v5.10/drivers/hwtracing/coresight/
Dcoresight-platform.c369 guid_equal((guid_t *)obj->buffer.pointer, guid); in acpi_guid_matches()
/Linux-v5.10/drivers/thermal/intel/int340x_thermal/
Dint3400_thermal.c225 if (guid_equal((guid_t *)objb->buffer.pointer, &guid)) { in int3400_thermal_get_uuids()
/Linux-v5.10/drivers/lightnvm/
Dpblk-recovery.c714 if (!guid_equal(&pblk->instance_uuid, in pblk_recov_l2p()

12