Home
last modified time | relevance | path

Searched defs:ffa_dev (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/tee/tstee/
H A Dcore.c98 struct ffa_device *ffa_dev = tstee->ffa_dev; in tstee_open_session() local
164 struct ffa_device *ffa_dev = tstee->ffa_dev; in tstee_invoke_func() local
247 struct ffa_device *ffa_dev = tstee->ffa_dev; in tstee_shm_register() local
310 struct ffa_device *ffa_dev = tstee->ffa_dev; in tstee_shm_unregister() local
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; member
/linux/drivers/firmware/arm_ffa/
H A Ddriver.c1651 void ffa_device_match_uuid(struct ffa_device *ffa_dev, const uuid_t *uuid) in ffa_device_match_uuid()
1756 struct ffa_device *ffa_dev; in ffa_setup_host_partition() local
1809 struct ffa_device *ffa_dev; in ffa_setup_partitions() local
/linux/include/linux/
H A Darm_ffa.h206 bool ffa_device_is_valid(struct ffa_device *ffa_dev) { return false; } in ffa_device_is_valid()