Searched refs:dbounce (Results 1 – 4 of 4) sorted by relevance
112 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()
172 u8 *sbounce, *dbounce; member
21 bool dbounce; member
258 if (pdata->dbounce) in omap_kp_probe()
Completed in 8 milliseconds