Home
last modified time | relevance | path

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

/linux/drivers/tee/optee/
H A Dffa_abi.c971 ffa_dev->ops->notifier_ops->notify_relinquish(ffa_dev, in optee_ffa_remove()
1026 ffa_dev->ops->notifier_ops->notify_relinquish(ffa_dev, notif_id); in optee_ffa_async_notif_init()
1173 notif_ops->notify_relinquish(ffa_dev, in optee_ffa_probe()
/linux/include/linux/
H A Darm_ffa.h498 int (*notify_relinquish)(struct ffa_device *dev, int notify_id); member
/linux/drivers/firmware/arm_ffa/
H A Ddriver.c1574 .notify_relinquish = ffa_notify_relinquish,