Home
last modified time | relevance | path

Searched refs:uuid_le_cmp (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/include/linux/
Duuid.h91 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/
Dskl-sst-utils.c193 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()
Dskl-pcm.c1284 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()
Dskl-topology.c927 if (uuid_le_cmp(*uuid, module->uuid) == 0) in skl_get_module_id()
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dmce-apei.c138 uuid_le_cmp(rcd.hdr.creator_id, CPER_CREATOR_MCE)) in apei_read_mce()
/Linux-v4.19/drivers/hv/
Dchannel_mgmt.c179 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()
Dvmbus_drv.c561 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/
Dbus-fixup.c492 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()
Dbus.c649 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()
Dclient.c151 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/
Derst.c1015 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/
Dmdev_core.c294 if (!uuid_le_cmp(tmp->uuid, uuid)) { in mdev_device_create()
/Linux-v4.19/drivers/hid/intel-ish-hid/ishtp/
Dbus.c141 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/
Dishtp-hid-client.c804 if (uuid_le_cmp(hid_ishtp_guid, in hid_ishtp_cl_probe()
/Linux-v4.19/samples/vfio-mdev/
Dmtty.c167 if (uuid_le_cmp(mdev_uuid(mds->mdev), uuid) == 0) in find_mdev_state_by_uuid()