Home
last modified time | relevance | path

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

/linux/drivers/firmware/arm_ffa/
H A Dbus.c25 struct ffa_device *ffa_dev; in ffa_device_match() local
50 struct ffa_device *ffa_dev = to_ffa_dev(dev); in ffa_device_probe() local
69 const struct ffa_device *ffa_dev = to_ffa_dev(dev); in ffa_device_uevent() local
78 struct ffa_device *ffa_dev = to_ffa_dev(dev); in modalias_show() local
88 struct ffa_device *ffa_dev = to_ffa_dev(dev); in partition_id_show() local
97 struct ffa_device *ffa_dev = to_ffa_dev(dev); in uuid_show() local
150 struct ffa_device *ffa_dev = to_ffa_dev(dev); in ffa_release_device() local
170 bool ffa_device_is_valid(struct ffa_device *ffa_dev) in ffa_device_is_valid()
197 struct ffa_device *ffa_dev; in ffa_device_register() local
236 void ffa_device_unregister(struct ffa_device *ffa_dev) in ffa_device_unregister()
H A Ddriver.c1542 void ffa_device_match_uuid(struct ffa_device *ffa_dev, const uuid_t *uuid) in ffa_device_match_uuid()
1638 struct ffa_device *ffa_dev; in ffa_setup_host_partition() local
1689 struct ffa_device *ffa_dev; in ffa_setup_partitions() local
/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/tee/optee/
H A Dffa_abi.c275 struct ffa_device *ffa_dev = optee->ffa.ffa_dev; in optee_ffa_shm_register() local
318 struct ffa_device *ffa_dev = optee->ffa.ffa_dev; in optee_ffa_shm_unregister() local
536 struct ffa_device *ffa_dev = optee->ffa.ffa_dev; in optee_ffa_yielding_call() local
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()
752 struct ffa_device *ffa_dev = optee->ffa.ffa_dev; in enable_async_notif() local
824 static void optee_ffa_remove(struct ffa_device *ffa_dev) in optee_ffa_remove()
842 static int optee_ffa_async_notif_init(struct ffa_device *ffa_dev, in optee_ffa_async_notif_init()
894 static int optee_ffa_probe(struct ffa_device *ffa_dev) in optee_ffa_probe()
H A Doptee_private.h163 struct ffa_device *ffa_dev; member
/linux/include/linux/
H A Darm_ffa.h205 bool ffa_device_is_valid(struct ffa_device *ffa_dev) { return false; } in ffa_device_is_valid()