Home
last modified time | relevance | path

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

/linux-6.8/drivers/firmware/arm_ffa/
Dbus.c25 struct ffa_device *ffa_dev; in ffa_device_match() local
51 struct ffa_device *ffa_dev = to_ffa_dev(dev); in ffa_device_probe() local
66 const struct ffa_device *ffa_dev = to_ffa_dev(dev); in ffa_device_uevent() local
75 struct ffa_device *ffa_dev = to_ffa_dev(dev); in modalias_show() local
85 struct ffa_device *ffa_dev = to_ffa_dev(dev); in partition_id_show() local
94 struct ffa_device *ffa_dev = to_ffa_dev(dev); in uuid_show() local
147 struct ffa_device *ffa_dev = to_ffa_dev(dev); in ffa_release_device() local
166 bool ffa_device_is_valid(struct ffa_device *ffa_dev) in ffa_device_is_valid()
192 struct ffa_device *ffa_dev; in ffa_device_register() local
226 void ffa_device_unregister(struct ffa_device *ffa_dev) in ffa_device_unregister()
Ddriver.c1176 void ffa_device_match_uuid(struct ffa_device *ffa_dev, const uuid_t *uuid) in ffa_device_match_uuid()
1203 struct ffa_device *ffa_dev; in ffa_setup_partitions() local
/linux-6.8/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
535 struct ffa_device *ffa_dev = optee->ffa.ffa_dev; in optee_ffa_yielding_call() local
659 static bool optee_ffa_api_is_compatbile(struct ffa_device *ffa_dev, in optee_ffa_api_is_compatbile()
695 static bool optee_ffa_exchange_caps(struct ffa_device *ffa_dev, in optee_ffa_exchange_caps()
736 struct ffa_device *ffa_dev = optee->ffa.ffa_dev; in enable_async_notif() local
808 static void optee_ffa_remove(struct ffa_device *ffa_dev) in optee_ffa_remove()
824 static int optee_ffa_async_notif_init(struct ffa_device *ffa_dev, in optee_ffa_async_notif_init()
864 static int optee_ffa_probe(struct ffa_device *ffa_dev) in optee_ffa_probe()
Doptee_private.h156 struct ffa_device *ffa_dev; member
/linux-6.8/include/linux/
Darm_ffa.h192 bool ffa_device_is_valid(struct ffa_device *ffa_dev) { return false; } in ffa_device_is_valid()