Searched refs:dbounce (Results 1 – 3 of 3) sorted by relevance
116 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()
178 u8 *sbounce, *dbounce; member
248 if (pdata->dbounce) in omap_kp_probe()
Completed in 5 milliseconds