Home
last modified time | relevance | path

Searched refs:ffa_device (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/include/linux/
Darm_ffa.h132 struct ffa_device { struct
142 #define to_ffa_dev(d) container_of(d, struct ffa_device, dev) argument
150 int (*probe)(struct ffa_device *sdev);
151 void (*remove)(struct ffa_device *sdev);
159 static inline void ffa_dev_set_drvdata(struct ffa_device *fdev, void *data) in ffa_dev_set_drvdata()
164 static inline void *ffa_dev_get_drvdata(struct ffa_device *fdev) in ffa_dev_get_drvdata()
170 struct ffa_device *ffa_device_register(const uuid_t *uuid, int vm_id,
172 void ffa_device_unregister(struct ffa_device *ffa_dev);
176 bool ffa_device_is_valid(struct ffa_device *ffa_dev);
180 struct ffa_device *ffa_device_register(const uuid_t *uuid, int vm_id, in ffa_device_register()
[all …]
/linux-6.12.1/drivers/firmware/arm_ffa/
Dbus.c25 struct ffa_device *ffa_dev; in ffa_device_match()
50 struct ffa_device *ffa_dev = to_ffa_dev(dev); in ffa_device_probe()
69 const struct ffa_device *ffa_dev = to_ffa_dev(dev); in ffa_device_uevent()
78 struct ffa_device *ffa_dev = to_ffa_dev(dev); in modalias_show()
88 struct ffa_device *ffa_dev = to_ffa_dev(dev); in partition_id_show()
97 struct ffa_device *ffa_dev = to_ffa_dev(dev); in uuid_show()
150 struct ffa_device *ffa_dev = to_ffa_dev(dev); in ffa_release_device()
169 bool ffa_device_is_valid(struct ffa_device *ffa_dev) in ffa_device_is_valid()
173 struct ffa_device *tmp_dev; in ffa_device_is_valid()
190 struct ffa_device *ffa_device_register(const uuid_t *uuid, int vm_id, in ffa_device_register()
[all …]
Dcommon.h17 bool ffa_device_is_valid(struct ffa_device *ffa_dev);
18 void ffa_device_match_uuid(struct ffa_device *ffa_dev, const uuid_t *uuid);
Ddriver.c950 static int ffa_run(struct ffa_device *dev, u16 vcpu) in ffa_run()
1004 static void ffa_mode_32bit_set(struct ffa_device *dev) in ffa_mode_32bit_set()
1009 static int ffa_sync_send_receive(struct ffa_device *dev, in ffa_sync_send_receive()
1016 static int ffa_indirect_msg_send(struct ffa_device *dev, void *buf, size_t sz) in ffa_indirect_msg_send()
1021 static int ffa_sync_send_receive2(struct ffa_device *dev, const uuid_t *uuid, in ffa_sync_send_receive2()
1101 static int ffa_sched_recv_cb_register(struct ffa_device *dev, in ffa_sched_recv_cb_register()
1107 static int ffa_sched_recv_cb_unregister(struct ffa_device *dev) in ffa_sched_recv_cb_unregister()
1173 static int ffa_notify_relinquish(struct ffa_device *dev, int notify_id) in ffa_notify_relinquish()
1200 static int ffa_notify_request(struct ffa_device *dev, bool is_per_vcpu, in ffa_notify_request()
1235 static int ffa_notify_send(struct ffa_device *dev, int notify_id, in ffa_notify_send()
[all …]
/linux-6.12.1/drivers/tee/tstee/
Dcore.c98 struct ffa_device *ffa_dev = tstee->ffa_dev; in tstee_open_session()
164 struct ffa_device *ffa_dev = tstee->ffa_dev; in tstee_invoke_func()
247 struct ffa_device *ffa_dev = tstee->ffa_dev; in tstee_shm_register()
310 struct ffa_device *ffa_dev = tstee->ffa_dev; in tstee_shm_unregister()
389 static bool tstee_check_rpc_compatible(struct ffa_device *ffa_dev) in tstee_check_rpc_compatible()
407 static int tstee_probe(struct ffa_device *ffa_dev) in tstee_probe()
454 static void tstee_remove(struct ffa_device *ffa_dev) in tstee_remove()
Dtstee_private.h79 struct ffa_device *ffa_dev;
/linux-6.12.1/drivers/tee/optee/
Dffa_abi.c275 struct ffa_device *ffa_dev = optee->ffa.ffa_dev; in optee_ffa_shm_register()
318 struct ffa_device *ffa_dev = optee->ffa.ffa_dev; in optee_ffa_shm_unregister()
536 struct ffa_device *ffa_dev = optee->ffa.ffa_dev; in optee_ffa_yielding_call()
660 static bool optee_ffa_api_is_compatbile(struct ffa_device *ffa_dev, in optee_ffa_api_is_compatbile()
700 static bool optee_ffa_exchange_caps(struct ffa_device *ffa_dev, in optee_ffa_exchange_caps()
743 struct ffa_device *ffa_dev = optee->ffa.ffa_dev; in enable_async_notif()
815 static void optee_ffa_remove(struct ffa_device *ffa_dev) in optee_ffa_remove()
831 static int optee_ffa_async_notif_init(struct ffa_device *ffa_dev, in optee_ffa_async_notif_init()
871 static int optee_ffa_probe(struct ffa_device *ffa_dev) in optee_ffa_probe()
Doptee_private.h163 struct ffa_device *ffa_dev;