• Home
  • Raw
  • Download

Lines Matching refs:reg

40 	unsigned int reg;  member
84 bool (*writeable_reg)(struct device *dev, unsigned int reg);
85 bool (*readable_reg)(struct device *dev, unsigned int reg);
86 bool (*volatile_reg)(struct device *dev, unsigned int reg);
87 bool (*precious_reg)(struct device *dev, unsigned int reg);
103 const void *reg, size_t reg_len,
146 int regmap_write(struct regmap *map, unsigned int reg, unsigned int val);
147 int regmap_raw_write(struct regmap *map, unsigned int reg,
149 int regmap_bulk_write(struct regmap *map, unsigned int reg, const void *val,
151 int regmap_read(struct regmap *map, unsigned int reg, unsigned int *val);
152 int regmap_raw_read(struct regmap *map, unsigned int reg,
154 int regmap_bulk_read(struct regmap *map, unsigned int reg, void *val,
156 int regmap_update_bits(struct regmap *map, unsigned int reg,
158 int regmap_update_bits_check(struct regmap *map, unsigned int reg,
230 static inline int regmap_write(struct regmap *map, unsigned int reg, in regmap_write() argument
237 static inline int regmap_raw_write(struct regmap *map, unsigned int reg, in regmap_raw_write() argument
244 static inline int regmap_bulk_write(struct regmap *map, unsigned int reg, in regmap_bulk_write() argument
251 static inline int regmap_read(struct regmap *map, unsigned int reg, in regmap_read() argument
258 static inline int regmap_raw_read(struct regmap *map, unsigned int reg, in regmap_raw_read() argument
265 static inline int regmap_bulk_read(struct regmap *map, unsigned int reg, in regmap_bulk_read() argument
272 static inline int regmap_update_bits(struct regmap *map, unsigned int reg, in regmap_update_bits() argument
280 unsigned int reg, in regmap_update_bits_check() argument