Home
last modified time | relevance | path

Searched defs:lzo_ctx (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/drivers/base/regmap/
Dregcache-lzo.c37 static int regcache_lzo_prepare(struct regcache_lzo_ctx *lzo_ctx) in regcache_lzo_prepare()
45 static int regcache_lzo_compress(struct regcache_lzo_ctx *lzo_ctx) in regcache_lzo_compress()
58 static int regcache_lzo_decompress(struct regcache_lzo_ctx *lzo_ctx) in regcache_lzo_decompress()
72 struct regcache_lzo_ctx *lzo_ctx) in regcache_lzo_compress_cache_block()
90 struct regcache_lzo_ctx *lzo_ctx) in regcache_lzo_decompress_cache_block()
/linux-3.3/crypto/
Dlzo.c25 struct lzo_ctx { struct
31 struct lzo_ctx *ctx = crypto_tfm_ctx(tfm); in lzo_init() argument