Lines Matching defs:uuid
122 * @uuid: uuid of the client to search
128 int ishtp_fw_cl_by_uuid(struct ishtp_device *dev, const guid_t *uuid)
133 if (guid_equal(uuid, &dev->fw_clients[i].props.protocol_name))
143 * @uuid: uuid of the client to search
150 const guid_t *uuid)
156 i = ishtp_fw_cl_by_uuid(dev, uuid);
403 * @uuid: uuid of the client
406 * Allocate ISHTP bus client device, attach it to uuid
412 guid_t uuid, char *name)