Lines Matching defs:uuid
437 * mei_cldev_uuid - return uuid of the underlying me client
441 * Return: me client uuid
692 const uuid_le *uuid;
696 uuid = mei_me_cl_uuid(cldev->me_cl);
700 while (uuid_le_cmp(NULL_UUID_LE, id->uuid)) {
701 if (!uuid_le_cmp(*uuid, id->uuid)) {
835 const uuid_le *uuid = mei_me_cl_uuid(cldev->me_cl);
837 return sprintf(buf, "%pUl", uuid);
839 static DEVICE_ATTR_RO(uuid);
855 const uuid_le *uuid = mei_me_cl_uuid(cldev->me_cl);
859 cldev->name, uuid, version);
927 const uuid_le *uuid = mei_me_cl_uuid(cldev->me_cl);
933 if (add_uevent_var(env, "MEI_CL_UUID=%pUl", uuid))
940 cldev->name, uuid, version))