Searched refs:ffa_device (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | arm_ffa.h | 134 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/tee/tstee/ |
| H A D | core.c | 98 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 D | tstee_private.h | 79 struct ffa_device *ffa_dev;
|
| /linux/drivers/firmware/arm_ffa/ |
| H A D | driver.c | 530 static int ffa_msg_send2(struct ffa_device *dev, u16 src_id, void *buf, size_t sz) in ffa_msg_send2() 1000 struct ffa_device *dev; 1114 static int ffa_run(struct ffa_device *dev, u16 vcpu) in ffa_run() 1168 static void ffa_mode_32bit_set(struct ffa_device *dev) in ffa_mode_32bit_set() 1173 static int ffa_sync_send_receive(struct ffa_device *dev, in ffa_sync_send_receive() 1180 static int ffa_indirect_msg_send(struct ffa_device *dev, void *buf, size_t sz) in ffa_indirect_msg_send() 1185 static int ffa_sync_send_receive2(struct ffa_device *dev, in ffa_sync_send_receive2() 1222 struct ffa_device *dev; 1229 ffa_sched_recv_cb_update(struct ffa_device *dev, ffa_sched_recv_cb callback, in ffa_sched_recv_cb_update() 1269 static int ffa_sched_recv_cb_register(struct ffa_device *dev, in ffa_sched_recv_cb_register() [all …]
|