Home
last modified time | relevance | path

Searched refs:bottom_half_value (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/tee/optee/
H A Dffa_abi.c735 if (notify_id == optee->ffa.bottom_half_value) in notif_callback()
746 .data1 = optee->ffa.bottom_half_value, in enable_async_notif()
818 u32 bottom_half_id = optee->ffa.bottom_half_value; in optee_ffa_remove()
859 optee->ffa.bottom_half_value = notif_id; in optee_ffa_async_notif_init()
865 optee->ffa.bottom_half_value = U32_MAX; in optee_ffa_async_notif_init()
910 optee->ffa.bottom_half_value = U32_MAX; in optee_ffa_probe()
981 if (optee->ffa.bottom_half_value != U32_MAX) in optee_ffa_probe()
983 optee->ffa.bottom_half_value); in optee_ffa_probe()
H A Doptee_private.h164 u32 bottom_half_value; member