Searched refs:uuid_le_cmp (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/include/linux/ |
D | uuid.h | 91 static inline int uuid_le_cmp(const guid_t u1, const guid_t u2) in uuid_le_cmp() function
|
/Linux-v4.19/sound/soc/intel/skylake/ |
D | skl-sst-utils.c | 193 if (uuid_le_cmp(*uuid_mod, module->uuid) == 0) { in skl_get_pvt_id() 223 if (uuid_le_cmp(*uuid_mod, module->uuid) == 0) { in skl_put_pvt_id()
|
D | skl-pcm.c | 1284 if (uuid_le_cmp(*uuid_mod, module->uuid) == 0) { in skl_get_module_info() 1301 if (!uuid_le_cmp(*uuid_mod, *uuid_tplg)) { in skl_get_module_info() 1313 if (!uuid_le_cmp(pin_id->mod_uuid, module->uuid)) in skl_get_module_info() 1319 if (!uuid_le_cmp(pin_id->mod_uuid, module->uuid)) in skl_get_module_info()
|
D | skl-topology.c | 927 if (uuid_le_cmp(*uuid, module->uuid) == 0) in skl_get_module_id()
|
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/ |
D | mce-apei.c | 138 uuid_le_cmp(rcd.hdr.creator_id, CPER_CREATOR_MCE)) in apei_read_mce()
|
/Linux-v4.19/drivers/hv/ |
D | channel_mgmt.c | 179 if (!uuid_le_cmp(*guid, vmbus_unsupported_devs[i].guid)) in is_unsupported_vmbus_devs() 193 if (!uuid_le_cmp(*guid, vmbus_devs[i].guid)) in hv_get_dev_type() 472 if (!uuid_le_cmp(channel->offermsg.offer.if_type, in vmbus_process_offer() 474 !uuid_le_cmp(channel->offermsg.offer.if_instance, in vmbus_process_offer()
|
D | vmbus_drv.c | 561 if (uuid_le_cmp(*guid, null_guid)) in is_null_guid() 579 if (!uuid_le_cmp(dynid->id.guid, *guid)) { in hv_vmbus_get_id() 594 if (!uuid_le_cmp(id->guid, *guid)) in hv_vmbus_get_id() 678 if (!uuid_le_cmp(id->guid, guid)) { in remove_id_store()
|
/Linux-v4.19/drivers/misc/mei/ |
D | bus-fixup.c | 492 if (uuid_le_cmp(f->uuid, MEI_UUID_ANY) == 0 || in mei_cl_bus_dev_fixup() 493 uuid_le_cmp(f->uuid, *uuid) == 0) in mei_cl_bus_dev_fixup()
|
D | bus.c | 649 while (uuid_le_cmp(NULL_UUID_LE, id->uuid)) { in mei_cl_device_find() 650 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()
|
/Linux-v4.19/drivers/acpi/apei/ |
D | erst.c | 1015 if (uuid_le_cmp(rcd->hdr.creator_id, CPER_CREATOR_PSTORE) != 0) in erst_reader() 1027 if (uuid_le_cmp(rcd->sec_hdr.section_type, in erst_reader() 1031 } else if (uuid_le_cmp(rcd->sec_hdr.section_type, in erst_reader() 1034 else if (uuid_le_cmp(rcd->sec_hdr.section_type, in erst_reader()
|
/Linux-v4.19/drivers/vfio/mdev/ |
D | mdev_core.c | 294 if (!uuid_le_cmp(tmp->uuid, uuid)) { in mdev_device_create()
|
/Linux-v4.19/drivers/hid/intel-ish-hid/ishtp/ |
D | bus.c | 141 if (uuid_le_cmp(*uuid, dev->fw_clients[i].props.protocol_name) in ishtp_fw_cl_by_uuid()
|
/Linux-v4.19/drivers/hid/intel-ish-hid/ |
D | ishtp-hid-client.c | 804 if (uuid_le_cmp(hid_ishtp_guid, in hid_ishtp_cl_probe()
|
/Linux-v4.19/samples/vfio-mdev/ |
D | mtty.c | 167 if (uuid_le_cmp(mdev_uuid(mds->mdev), uuid) == 0) in find_mdev_state_by_uuid()
|