Searched refs:ffa_dev (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/firmware/arm_ffa/
H A Dbus.c25 struct ffa_device *ffa_dev; local
28 ffa_dev = to_ffa_dev(dev);
37 if (uuid_is_null(&ffa_dev->uuid))
38 ffa_device_match_uuid(ffa_dev, &id_table->uuid);
40 if (uuid_equal(&ffa_dev->uuid, &id_table->uuid))
51 struct ffa_device *ffa_dev = to_ffa_dev(dev); local
53 return ffa_drv->probe(ffa_dev);
66 const struct ffa_device *ffa_dev = to_ffa_dev(dev); local
69 ffa_dev->vm_id, &ffa_dev
75 struct ffa_device *ffa_dev = to_ffa_dev(dev); local
85 struct ffa_device *ffa_dev = to_ffa_dev(dev); local
94 struct ffa_device *ffa_dev = to_ffa_dev(dev); local
147 struct ffa_device *ffa_dev = to_ffa_dev(dev); local
166 ffa_device_is_valid(struct ffa_device *ffa_dev) argument
192 struct ffa_device *ffa_dev; local
226 ffa_device_unregister(struct ffa_device *ffa_dev) argument
[all...]
H A Dcommon.h19 bool ffa_device_is_valid(struct ffa_device *ffa_dev);
20 void ffa_device_match_uuid(struct ffa_device *ffa_dev, const uuid_t *uuid);
H A Ddriver.c1176 void ffa_device_match_uuid(struct ffa_device *ffa_dev, const uuid_t *uuid) argument
1194 if (tpbuf->id == ffa_dev->vm_id)
1195 uuid_copy(&ffa_dev->uuid, uuid);
1203 struct ffa_device *ffa_dev; local
1223 ffa_dev = ffa_device_register(&uuid, tpbuf->id, &ffa_drv_ops);
1224 if (!ffa_dev) {
1232 ffa_mode_32bit_set(ffa_dev);
1236 ffa_device_unregister(ffa_dev);
1245 ffa_device_unregister(ffa_dev);
/linux-master/drivers/tee/optee/
H A Dffa_abi.c274 struct ffa_device *ffa_dev = optee->ffa.ffa_dev; local
275 const struct ffa_mem_ops *mem_ops = ffa_dev->ops->mem_ops;
277 .receiver = ffa_dev->vm_id,
317 struct ffa_device *ffa_dev = optee->ffa.ffa_dev; local
318 const struct ffa_msg_ops *msg_ops = ffa_dev->ops->msg_ops;
319 const struct ffa_mem_ops *mem_ops = ffa_dev->ops->mem_ops;
331 rc = msg_ops->sync_send_receive(ffa_dev, &data);
357 mem_ops = optee->ffa.ffa_dev
535 struct ffa_device *ffa_dev = optee->ffa.ffa_dev; local
659 optee_ffa_api_is_compatbile(struct ffa_device *ffa_dev, const struct ffa_ops *ops) argument
695 optee_ffa_exchange_caps(struct ffa_device *ffa_dev, const struct ffa_ops *ops, u32 *sec_caps, unsigned int *rpc_param_count, unsigned int *max_notif_value) argument
736 struct ffa_device *ffa_dev = optee->ffa.ffa_dev; local
808 optee_ffa_remove(struct ffa_device *ffa_dev) argument
824 optee_ffa_async_notif_init(struct ffa_device *ffa_dev, struct optee *optee) argument
864 optee_ffa_probe(struct ffa_device *ffa_dev) argument
[all...]
H A Doptee_private.h148 * @ffa_dev FFA device, contains the destination id, the id of
156 struct ffa_device *ffa_dev; member in struct:optee_ffa
/linux-master/include/linux/
H A Darm_ffa.h166 void ffa_device_unregister(struct ffa_device *ffa_dev);
170 bool ffa_device_is_valid(struct ffa_device *ffa_dev);
192 bool ffa_device_is_valid(struct ffa_device *ffa_dev) { return false; } argument

Completed in 203 milliseconds