Lines Matching refs:tpbuf
650 struct ffa_partition_info *pbuf, *tpbuf;
664 for (idx = 0, tpbuf = pbuf; idx < count; idx++, tpbuf++)
665 if (tpbuf->id == ffa_dev->vm_id)
675 struct ffa_partition_info *pbuf, *tpbuf;
683 for (idx = 0, tpbuf = pbuf; idx < count; idx++, tpbuf++) {
684 import_uuid(&uuid, (u8 *)tpbuf->uuid);
692 ffa_dev = ffa_device_register(&uuid, tpbuf->id, &ffa_drv_ops);
695 __func__, tpbuf->id);
700 !(tpbuf->properties & FFA_PARTITION_AARCH64_EXEC))