Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/nx/
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()
Dnx-842.h172 u8 *sbounce, *dbounce; member
/linux-6.1.9/include/linux/platform_data/
Dkeypad-omap.h21 bool dbounce; member
/linux-6.1.9/arch/arm/mach-omap1/
Dboard-perseus2.c203 .dbounce = true,
Dboard-h3.c296 .dbounce = true,
Dboard-h2.c262 .dbounce = true,
/linux-6.1.9/drivers/input/keyboard/
Domap-keypad.c258 if (pdata->dbounce) in omap_kp_probe()