Searched refs:dbounce (Results 1 – 7 of 7) sorted by relevance
121 ctx->dbounce = (u8 *)__get_free_pages(GFP_KERNEL, BOUNCE_BUFFER_ORDER); in nx842_crypto_init()122 if (!ctx->wmem || !ctx->sbounce || !ctx->dbounce) { in nx842_crypto_init()125 free_page((unsigned long)ctx->dbounce); in nx842_crypto_init()139 free_page((unsigned long)ctx->dbounce); in nx842_crypto_exit()215 dst = ctx->dbounce; in compress()232 if (ret == -ENOSPC && dst != ctx->dbounce) in compress()240 if (dst == ctx->dbounce) in compress()393 dst = ctx->dbounce; in decompress()418 dst = ctx->dbounce; in decompress()433 if (dst == ctx->dbounce) in decompress()
172 u8 *sbounce, *dbounce; member
24 bool dbounce; member
208 .dbounce = true,
264 .dbounce = true,
301 .dbounce = true,
271 if (pdata->dbounce) in omap_kp_probe()