Searched refs:dbounce (Results 1 – 3 of 3) 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()
168 u8 *sbounce, *dbounce; member
271 if (pdata->dbounce) in omap_kp_probe()