Home
last modified time | relevance | path

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

/linux/include/linux/
H A Darm_ffa.h134 struct ffa_device { struct
144 #define to_ffa_dev(d) container_of(d, struct ffa_device, dev) argument
152 int (*probe)(struct ffa_device *sdev);
153 void (*remove)(struct ffa_device *sdev);
161 static inline void ffa_dev_set_drvdata(struct ffa_device *fdev, void *data) in ffa_dev_set_drvdata()
166 static inline void *ffa_dev_get_drvdata(struct ffa_device *fdev) in ffa_dev_get_drvdata()
174 struct ffa_device *
177 void ffa_device_unregister(struct ffa_device *ffa_dev);
182 bool ffa_device_is_valid(struct ffa_device *ffa_dev);
185 static inline struct ffa_device *
[all …]
/linux/drivers/firmware/arm_ffa/
H A 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()
170 bool ffa_device_is_valid(struct ffa_device *ffa_dev) in ffa_device_is_valid()
174 struct ffa_device *tmp_dev; in ffa_device_is_valid()
191 struct ffa_device *
[all …]
H A Ddriver.c499 static int ffa_msg_send2(struct ffa_device *dev, u16 src_id, void *buf, size_t sz) in ffa_msg_send2()
960 struct ffa_device *dev;
1074 static int ffa_run(struct ffa_device *dev, u16 vcpu) in ffa_run()
1128 static void ffa_mode_32bit_set(struct ffa_device *dev) in ffa_mode_32bit_set()
1133 static int ffa_sync_send_receive(struct ffa_device *dev, in ffa_sync_send_receive()
1140 static int ffa_indirect_msg_send(struct ffa_device *dev, void *buf, size_t sz) in ffa_indirect_msg_send()
1145 static int ffa_sync_send_receive2(struct ffa_device *dev, in ffa_sync_send_receive2()
1182 struct ffa_device *dev;
1189 ffa_sched_recv_cb_update(struct ffa_device *dev, ffa_sched_recv_cb callback, in ffa_sched_recv_cb_update()
1229 static int ffa_sched_recv_cb_register(struct ffa_device *dev, in ffa_sched_recv_cb_register()
[all …]
H A 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);
/linux/drivers/tee/tstee/
H A 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()
H A Dtstee_private.h79 struct ffa_device *ffa_dev;
/linux/drivers/tee/optee/
H A 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()
686 struct ffa_device *ffa_dev = optee->ffa.ffa_dev; in optee_ffa_lend_protmem()
745 struct ffa_device *ffa_dev = optee->ffa.ffa_dev; in optee_ffa_reclaim_protmem()
778 static bool optee_ffa_get_os_revision(struct ffa_device *ffa_dev, in optee_ffa_get_os_revision()
811 static bool optee_ffa_api_is_compatible(struct ffa_device *ffa_dev, in optee_ffa_api_is_compatible()
837 static bool optee_ffa_exchange_caps(struct ffa_device *ffa_dev, in optee_ffa_exchange_caps()
889 struct ffa_device *ffa_dev = optee->ffa.ffa_dev; in enable_async_notif()
965 static void optee_ffa_remove(struct ffa_device *ffa_dev) in optee_ffa_remove()
[all …]
/linux/drivers/char/tpm/
H A Dtpm_crb_ffa.c114 struct ffa_device *ffa_dev;
332 static int tpm_crb_ffa_probe(struct ffa_device *ffa_dev) in tpm_crb_ffa_probe()
388 static void tpm_crb_ffa_remove(struct ffa_device *ffa_dev) in tpm_crb_ffa_remove()