Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/firmware/arm_ffa/
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
169 bool ffa_device_is_valid(struct ffa_device *ffa_dev) in ffa_device_is_valid()
195 struct ffa_device *ffa_dev; in ffa_device_register() local
229 void ffa_device_unregister(struct ffa_device *ffa_dev) in ffa_device_unregister()
Ddriver.c1343 void ffa_device_match_uuid(struct ffa_device *ffa_dev, const uuid_t *uuid) in ffa_device_match_uuid()
1391 struct ffa_device *ffa_dev; in ffa_setup_partitions() local
/linux-6.12.1/drivers/tee/tstee/
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()
Dtstee_private.h79 struct ffa_device *ffa_dev; member
/linux-6.12.1/drivers/tee/optee/
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()
743 struct ffa_device *ffa_dev = optee->ffa.ffa_dev; in enable_async_notif() local
815 static void optee_ffa_remove(struct ffa_device *ffa_dev) in optee_ffa_remove()
831 static int optee_ffa_async_notif_init(struct ffa_device *ffa_dev, in optee_ffa_async_notif_init()
871 static int optee_ffa_probe(struct ffa_device *ffa_dev) in optee_ffa_probe()
Doptee_private.h163 struct ffa_device *ffa_dev; member
/linux-6.12.1/include/linux/
Darm_ffa.h198 bool ffa_device_is_valid(struct ffa_device *ffa_dev) { return false; } in ffa_device_is_valid()