Searched refs:ffa (Results 1 – 3 of 3) sorted by relevance
2 ffa-bus-y = bus.o3 ffa-driver-y = driver.o4 ffa-transport-$(CONFIG_ARM_FFA_SMCCC) += smccc.o5 ffa-core-objs := $(ffa-bus-y)6 ffa-module-objs := $(ffa-driver-y) $(ffa-transport-y)7 obj-$(CONFIG_ARM_FFA_TRANSPORT) = ffa-core.o8 obj-$(CONFIG_ARM_FFA_TRANSPORT) += ffa-module.o
65 mutex_lock(&optee->ffa.mutex); in optee_shm_from_ffa_handle()70 mutex_unlock(&optee->ffa.mutex); in optee_shm_from_ffa_handle()87 mutex_lock(&optee->ffa.mutex); in optee_shm_add_ffa_handle()90 mutex_unlock(&optee->ffa.mutex); in optee_shm_add_ffa_handle()103 mutex_lock(&optee->ffa.mutex); in optee_shm_rem_ffa_handle()109 mutex_unlock(&optee->ffa.mutex); in optee_shm_rem_ffa_handle()745 queue_work(optee->ffa.notif_wq, &optee->ffa.notif_work); in notif_callback()836 mutex_destroy(&optee->ffa.mutex); in optee_ffa_remove()851 if (!optee->ffa.notif_wq) { in optee_ffa_async_notif_init()932 optee->ffa.ffa_dev = ffa_dev; in optee_ffa_probe()[all …]
226 struct optee_ffa ffa; member
Completed in 7 milliseconds