Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Duuid.h44 static inline bool guid_equal(const guid_t *u1, const guid_t *u2) in guid_equal() function
56 return guid_equal(guid, &guid_null); in guid_is_null()
/Linux-v4.19/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.c448 if (guid_equal(sec_type, &CPER_SEC_PROC_GENERIC)) { in cper_estatus_print_section()
456 } else if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in cper_estatus_print_section()
466 } else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { in cper_estatus_print_section()
475 } else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) { in cper_estatus_print_section()
485 } else if (guid_equal(sec_type, &CPER_SEC_PROC_IA)) { in cper_estatus_print_section()
/Linux-v4.19/lib/
Dtest_uuid.c74 if (!guid_equal(&data->le, &le)) { in test_uuid_test()
/Linux-v4.19/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-v4.19/drivers/nvdimm/
Dlabel.c591 if (guid_equal(guid, &nvdimm_btt_guid)) in to_nvdimm_cclass()
593 else if (guid_equal(guid, &nvdimm_btt2_guid)) in to_nvdimm_cclass()
595 else if (guid_equal(guid, &nvdimm_pfn_guid)) in to_nvdimm_cclass()
597 else if (guid_equal(guid, &nvdimm_dax_guid)) in to_nvdimm_cclass()
599 else if (guid_equal(guid, &guid_null)) in to_nvdimm_cclass()
Dnamespace_devs.c1812 && !guid_equal(&nd_set->type_guid, in has_uuid_at_pos()
2219 if (!guid_equal(&nd_set->type_guid, &nd_label->type_guid)) { in create_namespace_blk()
/Linux-v4.19/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-v4.19/drivers/acpi/apei/
Dghes.c481 if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in ghes_do_proc()
489 else if (guid_equal(sec_type, &CPER_SEC_PCIE)) { in ghes_do_proc()
492 else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) { in ghes_do_proc()
/Linux-v4.19/drivers/acpi/
Dacpi_extlog.c172 if (guid_equal(sec_type, &CPER_SEC_PLATFORM_MEM)) { in extlog_print()
Dproperty.c206 if (!guid_equal((guid_t *)guid->buffer.pointer, &ads_guid)) in acpi_enumerate_nondev_subnodes()
315 if (!guid_equal((guid_t *)guid->buffer.pointer, &prp_guid)) in acpi_extract_properties()
/Linux-v4.19/drivers/thermal/int340x_thermal/
Dint3400_thermal.c149 if (guid_equal((guid_t *)objb->buffer.pointer, &guid)) { in int3400_thermal_get_uuids()
/Linux-v4.19/drivers/char/ipmi/
Dipmi_msghandler.c2420 && !guid_equal(&bmc->guid, &bmc->fetch_guid)) in __bmc_get_device_id()
2735 rv = bmc->dyn_guid_set && guid_equal(&bmc->guid, guid); in __find_bmc_guid()
/Linux-v4.19/drivers/acpi/nfit/
Dcore.c627 if (guid_equal(to_nfit_uuid(i), (guid_t *)&spa->range_guid)) in nfit_spa_type()