Lines Matching defs:map

23 bool regmap_writeable(struct regmap *map, unsigned int reg)  in regmap_writeable()
34 bool regmap_readable(struct regmap *map, unsigned int reg) in regmap_readable()
45 bool regmap_volatile(struct regmap *map, unsigned int reg) in regmap_volatile()
56 bool regmap_precious(struct regmap *map, unsigned int reg) in regmap_precious()
67 static bool regmap_volatile_range(struct regmap *map, unsigned int reg, in regmap_volatile_range()
79 static void regmap_format_4_12_write(struct regmap *map, in regmap_format_4_12_write()
86 static void regmap_format_7_9_write(struct regmap *map, in regmap_format_7_9_write()
93 static void regmap_format_10_14_write(struct regmap *map, in regmap_format_10_14_write()
148 struct regmap *map; in regmap_init() local
272 int regmap_reinit_cache(struct regmap *map, const struct regmap_config *config) in regmap_reinit_cache()
300 void regmap_exit(struct regmap *map) in regmap_exit()
309 static int _regmap_raw_write(struct regmap *map, unsigned int reg, in _regmap_raw_write()
363 int _regmap_write(struct regmap *map, unsigned int reg, in _regmap_write()
411 int regmap_write(struct regmap *map, unsigned int reg, unsigned int val) in regmap_write()
441 int regmap_raw_write(struct regmap *map, unsigned int reg, in regmap_raw_write()
460 static int _regmap_raw_read(struct regmap *map, unsigned int reg, void *val, in _regmap_raw_read()
488 static int _regmap_read(struct regmap *map, unsigned int reg, in _regmap_read()
524 int regmap_read(struct regmap *map, unsigned int reg, unsigned int *val) in regmap_read()
549 int regmap_raw_read(struct regmap *map, unsigned int reg, void *val, in regmap_raw_read()
579 int regmap_bulk_read(struct regmap *map, unsigned int reg, void *val, in regmap_bulk_read()
608 static int _regmap_update_bits(struct regmap *map, unsigned int reg, in _regmap_update_bits()
647 int regmap_update_bits(struct regmap *map, unsigned int reg, in regmap_update_bits()
667 int regmap_update_bits_check(struct regmap *map, unsigned int reg, in regmap_update_bits_check()