Home
last modified time | relevance | path

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

/drivers/crypto/nx/
A Dnx-842.c116 ctx->dbounce = (u8 *)__get_free_pages(GFP_KERNEL, BOUNCE_BUFFER_ORDER); in nx842_crypto_alloc_ctx()
117 if (!ctx->wmem || !ctx->sbounce || !ctx->dbounce) { in nx842_crypto_alloc_ctx()
120 free_page((unsigned long)ctx->dbounce); in nx842_crypto_alloc_ctx()
135 free_page((unsigned long)ctx->dbounce); in nx842_crypto_free_ctx()
211 dst = ctx->dbounce; in compress()
228 if (ret == -ENOSPC && dst != ctx->dbounce) in compress()
236 if (dst == ctx->dbounce) in compress()
391 dst = ctx->dbounce; in decompress()
415 dst = ctx->dbounce; in decompress()
430 if (dst == ctx->dbounce) in decompress()
A Dnx-842.h178 u8 *sbounce, *dbounce; member
/drivers/input/keyboard/
A Domap-keypad.c248 if (pdata->dbounce) in omap_kp_probe()

Completed in 5 milliseconds