Home
last modified time | relevance | path

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

/drivers/tee/optee/
A Dnotif.c38 if (key > optee->notif.max_key) in optee_notif_wait()
95 if (key > optee->notif.max_key) in optee_notif_send()
114 int optee_notif_init(struct optee *optee, u_int max_key) in optee_notif_init() argument
118 optee->notif.bitmap = bitmap_zalloc(max_key, GFP_KERNEL); in optee_notif_init()
122 optee->notif.max_key = max_key; in optee_notif_init()
A Doptee_private.h80 u_int max_key; member
277 int optee_notif_init(struct optee *optee, u_int max_key);

Completed in 5 milliseconds