Lines Matching defs:map
33 static int regcache_lzo_block_count(struct regmap *map) in regcache_lzo_block_count()
72 static int regcache_lzo_compress_cache_block(struct regmap *map, in regcache_lzo_compress_cache_block()
90 static int regcache_lzo_decompress_cache_block(struct regmap *map, in regcache_lzo_decompress_cache_block()
108 static inline int regcache_lzo_get_blkindex(struct regmap *map, in regcache_lzo_get_blkindex()
116 static inline int regcache_lzo_get_blkpos(struct regmap *map, in regcache_lzo_get_blkpos()
125 static inline int regcache_lzo_get_blksize(struct regmap *map) in regcache_lzo_get_blksize()
131 static int regcache_lzo_init(struct regmap *map) in regcache_lzo_init()
204 static int regcache_lzo_exit(struct regmap *map) in regcache_lzo_exit()
234 static int regcache_lzo_read(struct regmap *map, in regcache_lzo_read()
271 static int regcache_lzo_write(struct regmap *map, in regcache_lzo_write()
330 static int regcache_lzo_sync(struct regmap *map, unsigned int min, in regcache_lzo_sync()