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.c744 if (notify_id == optee->ffa.bottom_half_value) in notif_callback()
755 .data1 = optee->ffa.bottom_half_value, in enable_async_notif()
827 u32 bottom_half_id = optee->ffa.bottom_half_value; in optee_ffa_remove()
877 optee->ffa.bottom_half_value = notif_id; in optee_ffa_async_notif_init()
889 optee->ffa.bottom_half_value = U32_MAX; in optee_ffa_async_notif_init()
933 optee->ffa.bottom_half_value = U32_MAX; in optee_ffa_probe()
1004 if (optee->ffa.bottom_half_value != U32_MAX) in optee_ffa_probe()
1006 optee->ffa.bottom_half_value); in optee_ffa_probe()
H A Doptee_private.h164 u32 bottom_half_value; member