Home
last modified time | relevance | path

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

/linux/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/include/linux/platform_data/
A Dkeypad-omap.h21 bool dbounce; member
/linux/arch/arm/mach-omap1/
A Dboard-perseus2.c204 .dbounce = true,
A Dboard-h2.c264 .dbounce = true,
A Dboard-h3.c298 .dbounce = true,
/linux/drivers/input/keyboard/
A Domap-keypad.c257 if (pdata->dbounce) in omap_kp_probe()

Completed in 17 milliseconds