Lines Matching defs:uuid
560 * mei_cldev_uuid - return uuid of the underlying me client
564 * Return: me client uuid
1005 const uuid_le *uuid;
1009 uuid = mei_me_cl_uuid(cldev->me_cl);
1013 while (uuid_le_cmp(NULL_UUID_LE, id->uuid)) {
1014 if (!uuid_le_cmp(*uuid, id->uuid)) {
1135 const uuid_le *uuid = mei_me_cl_uuid(cldev->me_cl);
1137 return sprintf(buf, "%pUl", uuid);
1139 static DEVICE_ATTR_RO(uuid);
1155 const uuid_le *uuid = mei_me_cl_uuid(cldev->me_cl);
1159 cldev->name, uuid, version);
1227 const uuid_le *uuid = mei_me_cl_uuid(cldev->me_cl);
1233 if (add_uevent_var(env, "MEI_CL_UUID=%pUl", uuid))
1240 cldev->name, uuid, version))