Searched refs:uuid_le_cmp (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/include/linux/ |
D | uuid.h | 26 static inline int uuid_le_cmp(const uuid_le u1, const uuid_le u2) in uuid_le_cmp() function
|
/linux-4.4.14/drivers/misc/mei/ |
D | bus-fixup.c | 301 if (uuid_le_cmp(f->uuid, MEI_UUID_ANY) == 0 || in mei_cl_bus_dev_fixup() 302 uuid_le_cmp(f->uuid, *uuid) == 0) in mei_cl_bus_dev_fixup()
|
D | bus.c | 520 while (uuid_le_cmp(NULL_UUID_LE, id->uuid)) { in mei_cl_device_find() 521 if (!uuid_le_cmp(*uuid, id->uuid)) { in mei_cl_device_find()
|
D | client.c | 151 if (uuid_le_cmp(*uuid, *pn) == 0) in __mei_me_cl_by_uuid() 231 if (uuid_le_cmp(*uuid, *pn) == 0 && in __mei_me_cl_by_uuid_id()
|
D | main.c | 414 if (uuid_le_cmp(data->in_client_uuid, mei_amthif_guid) == 0) { in mei_ioctl_connect_client()
|
/linux-4.4.14/drivers/firmware/efi/ |
D | cper.c | 405 if (!uuid_le_cmp(*sec_type, CPER_SEC_PROC_GENERIC)) { in cper_estatus_print_section() 412 } else if (!uuid_le_cmp(*sec_type, CPER_SEC_PLATFORM_MEM)) { in cper_estatus_print_section() 421 } else if (!uuid_le_cmp(*sec_type, CPER_SEC_PCIE)) { in cper_estatus_print_section()
|
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/ |
D | mce-apei.c | 135 uuid_le_cmp(rcd.hdr.creator_id, CPER_CREATOR_MCE)) in apei_read_mce()
|
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
D | visorchannel.c | 90 if (uuid_le_cmp(guid, spar_video_guid)) { in visorchannel_create_guts() 113 if (uuid_le_cmp(guid, NULL_UUID_LE) == 0) in visorchannel_create_guts() 123 if (uuid_le_cmp(guid, spar_video_guid)) { in visorchannel_create_guts()
|
D | visorbus_main.c | 203 (uuid_le_cmp(drv->channel_types[i].guid, NULL_UUID_LE) != 0) || in visorbus_match() 206 if (uuid_le_cmp(drv->channel_types[i].guid, in visorbus_match()
|
/linux-4.4.14/drivers/staging/unisys/include/ |
D | channel.h | 261 if (uuid_le_cmp(expected_uuid, NULL_UUID_LE) != 0) { in spar_check_channel_client() 268 if (uuid_le_cmp(guid, expected_uuid) != 0) { in spar_check_channel_client()
|
/linux-4.4.14/drivers/acpi/apei/ |
D | erst.c | 1027 if (uuid_le_cmp(rcd->hdr.creator_id, CPER_CREATOR_PSTORE) != 0) in erst_reader() 1038 if (uuid_le_cmp(rcd->sec_hdr.section_type, in erst_reader() 1042 } else if (uuid_le_cmp(rcd->sec_hdr.section_type, in erst_reader() 1045 else if (uuid_le_cmp(rcd->sec_hdr.section_type, in erst_reader()
|
D | ghes.c | 432 if (!uuid_le_cmp(*(uuid_le *)gdata->section_type, in ghes_do_proc() 442 else if (!uuid_le_cmp(*(uuid_le *)gdata->section_type, in ghes_do_proc()
|
/linux-4.4.14/drivers/staging/unisys/visorinput/ |
D | visorinput.c | 404 if (uuid_le_cmp(guid, spar_mouse_channel_protocol_uuid) == 0) in visorinput_probe() 406 else if (uuid_le_cmp(guid, spar_keyboard_channel_protocol_uuid) == 0) in visorinput_probe()
|
/linux-4.4.14/drivers/hv/ |
D | channel_mgmt.c | 256 if (!uuid_le_cmp(channel->offermsg.offer.if_type, in vmbus_process_offer() 258 !uuid_le_cmp(channel->offermsg.offer.if_instance, in vmbus_process_offer()
|
/linux-4.4.14/drivers/acpi/ |
D | acpi_extlog.c | 172 if (!uuid_le_cmp(*sec_type, CPER_SEC_PLATFORM_MEM)) { in extlog_print()
|