Lines Matching defs:map
29 static int regcache_lzo_block_count(struct regmap *map) in regcache_lzo_block_count()
68 static int regcache_lzo_compress_cache_block(struct regmap *map, in regcache_lzo_compress_cache_block()
86 static int regcache_lzo_decompress_cache_block(struct regmap *map, in regcache_lzo_decompress_cache_block()
104 static inline int regcache_lzo_get_blkindex(struct regmap *map, in regcache_lzo_get_blkindex()
112 static inline int regcache_lzo_get_blkpos(struct regmap *map, in regcache_lzo_get_blkpos()
121 static inline int regcache_lzo_get_blksize(struct regmap *map) in regcache_lzo_get_blksize()
127 static int regcache_lzo_init(struct regmap *map) in regcache_lzo_init()
198 static int regcache_lzo_exit(struct regmap *map) in regcache_lzo_exit()
228 static int regcache_lzo_read(struct regmap *map, in regcache_lzo_read()
265 static int regcache_lzo_write(struct regmap *map, in regcache_lzo_write()
324 static int regcache_lzo_sync(struct regmap *map, unsigned int min, in regcache_lzo_sync()