Home
last modified time | relevance | path

Searched refs:notify_relinquish (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/tee/optee/
H A Dffa_abi.c821 ffa_dev->ops->notifier_ops->notify_relinquish(ffa_dev, in optee_ffa_remove()
863 ffa_dev->ops->notifier_ops->notify_relinquish(ffa_dev, in optee_ffa_async_notif_init()
982 notif_ops->notify_relinquish(ffa_dev, in optee_ffa_probe()
/linux-6.15/include/linux/
H A Darm_ffa.h479 int (*notify_relinquish)(struct ffa_device *dev, int notify_id); member
/linux-6.15/drivers/firmware/arm_ffa/
H A Ddriver.c1527 .notify_relinquish = ffa_notify_relinquish,