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.c881 if (notify_id == optee->ffa.bottom_half_value) in notif_callback()
892 .data1 = optee->ffa.bottom_half_value, in enable_async_notif()
968 u32 bottom_half_id = optee->ffa.bottom_half_value; in optee_ffa_remove()
1018 optee->ffa.bottom_half_value = notif_id; in optee_ffa_async_notif_init()
1030 optee->ffa.bottom_half_value = U32_MAX; in optee_ffa_async_notif_init()
1098 optee->ffa.bottom_half_value = U32_MAX; in optee_ffa_probe()
1172 if (optee->ffa.bottom_half_value != U32_MAX) in optee_ffa_probe()
1174 optee->ffa.bottom_half_value); in optee_ffa_probe()
H A Doptee_private.h164 u32 bottom_half_value; member