Lines Matching defs:map
32 static int regcache_lzo_block_count(struct regmap *map) in regcache_lzo_block_count()
71 static int regcache_lzo_compress_cache_block(struct regmap *map, in regcache_lzo_compress_cache_block()
89 static int regcache_lzo_decompress_cache_block(struct regmap *map, in regcache_lzo_decompress_cache_block()
107 static inline int regcache_lzo_get_blkindex(struct regmap *map, in regcache_lzo_get_blkindex()
115 static inline int regcache_lzo_get_blkpos(struct regmap *map, in regcache_lzo_get_blkpos()
123 static inline int regcache_lzo_get_blksize(struct regmap *map) in regcache_lzo_get_blksize()
129 static int regcache_lzo_init(struct regmap *map) in regcache_lzo_init()
202 static int regcache_lzo_exit(struct regmap *map) in regcache_lzo_exit()
232 static int regcache_lzo_read(struct regmap *map, in regcache_lzo_read()
272 static int regcache_lzo_write(struct regmap *map, in regcache_lzo_write()
334 static int regcache_lzo_sync(struct regmap *map) in regcache_lzo_sync()