Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/crypto/nx/
A Dnx-842.c112 ctx->dbounce = (u8 *)__get_free_pages(GFP_KERNEL, BOUNCE_BUFFER_ORDER); in nx842_crypto_init()
113 if (!ctx->wmem || !ctx->sbounce || !ctx->dbounce) { in nx842_crypto_init()
116 free_page((unsigned long)ctx->dbounce); in nx842_crypto_init()
130 free_page((unsigned long)ctx->dbounce); in nx842_crypto_exit()
206 dst = ctx->dbounce; in compress()
223 if (ret == -ENOSPC && dst != ctx->dbounce) in compress()
231 if (dst == ctx->dbounce) in compress()
384 dst = ctx->dbounce; in decompress()
408 dst = ctx->dbounce; in decompress()
423 if (dst == ctx->dbounce) in decompress()
A Dnx-842.h172 u8 *sbounce, *dbounce; member
/linux-6.3-rc2/include/linux/platform_data/
A Dkeypad-omap.h21 bool dbounce; member
/linux-6.3-rc2/drivers/input/keyboard/
A Domap-keypad.c258 if (pdata->dbounce) in omap_kp_probe()

Completed in 8 milliseconds