Home
last modified time | relevance | path

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

/drivers/firmware/arm_ffa/
Dbus.c23 struct ffa_device *ffa_dev; in ffa_device_match() local
49 struct ffa_device *ffa_dev = to_ffa_dev(dev); in ffa_device_probe() local
64 const struct ffa_device *ffa_dev = to_ffa_dev(dev); in ffa_device_uevent() local
73 struct ffa_device *ffa_dev = to_ffa_dev(dev); in partition_id_show() local
82 struct ffa_device *ffa_dev = to_ffa_dev(dev); in uuid_show() local
134 struct ffa_device *ffa_dev = to_ffa_dev(dev); in ffa_release_device() local
153 bool ffa_device_is_valid(struct ffa_device *ffa_dev) in ffa_device_is_valid()
179 struct ffa_device *ffa_dev; in ffa_device_register() local
213 void ffa_device_unregister(struct ffa_device *ffa_dev) in ffa_device_unregister()
Ddriver.c1151 void ffa_device_match_uuid(struct ffa_device *ffa_dev, const uuid_t *uuid) in ffa_device_match_uuid()
1178 struct ffa_device *ffa_dev; in ffa_setup_partitions() local
/drivers/tee/optee/
Dffa_abi.c274 struct ffa_device *ffa_dev = optee->ffa.ffa_dev; in optee_ffa_shm_register() local
317 struct ffa_device *ffa_dev = optee->ffa.ffa_dev; in optee_ffa_shm_unregister() local
534 struct ffa_device *ffa_dev = optee->ffa.ffa_dev; in optee_ffa_yielding_call() local
656 static bool optee_ffa_api_is_compatbile(struct ffa_device *ffa_dev, in optee_ffa_api_is_compatbile()
696 static bool optee_ffa_exchange_caps(struct ffa_device *ffa_dev, in optee_ffa_exchange_caps()
781 static void optee_ffa_remove(struct ffa_device *ffa_dev) in optee_ffa_remove()
793 static int optee_ffa_probe(struct ffa_device *ffa_dev) in optee_ffa_probe()
Doptee_private.h137 struct ffa_device *ffa_dev; member