Lines Matching refs:map
17 TP_PROTO(struct regmap *map, unsigned int reg,
20 TP_ARGS(map, reg, val),
23 __string( name, regmap_name(map) )
29 __assign_str(name, regmap_name(map));
41 TP_PROTO(struct regmap *map, unsigned int reg,
44 TP_ARGS(map, reg, val)
50 TP_PROTO(struct regmap *map, unsigned int reg,
53 TP_ARGS(map, reg, val)
59 TP_PROTO(struct regmap *map, unsigned int reg,
62 TP_ARGS(map, reg, val)
68 TP_PROTO(struct regmap *map, unsigned int reg, int count),
70 TP_ARGS(map, reg, count),
73 __string( name, regmap_name(map) )
79 __assign_str(name, regmap_name(map));
91 TP_PROTO(struct regmap *map, unsigned int reg, int count),
93 TP_ARGS(map, reg, count)
98 TP_PROTO(struct regmap *map, unsigned int reg, int count),
100 TP_ARGS(map, reg, count)
105 TP_PROTO(struct regmap *map, unsigned int reg, int count),
107 TP_ARGS(map, reg, count)
112 TP_PROTO(struct regmap *map, unsigned int reg, int count),
114 TP_ARGS(map, reg, count)
119 TP_PROTO(struct regmap *map, const char *type,
122 TP_ARGS(map, type, status),
125 __string( name, regmap_name(map) )
132 __assign_str(name, regmap_name(map));
143 TP_PROTO(struct regmap *map, bool flag),
145 TP_ARGS(map, flag),
148 __string( name, regmap_name(map) )
153 __assign_str(name, regmap_name(map));
163 TP_PROTO(struct regmap *map, bool flag),
165 TP_ARGS(map, flag)
171 TP_PROTO(struct regmap *map, bool flag),
173 TP_ARGS(map, flag)
179 TP_PROTO(struct regmap *map),
181 TP_ARGS(map),
184 __string( name, regmap_name(map) )
188 __assign_str(name, regmap_name(map));
196 TP_PROTO(struct regmap *map, unsigned int reg, int count),
198 TP_ARGS(map, reg, count)
203 TP_PROTO(struct regmap *map),
205 TP_ARGS(map)
211 TP_PROTO(struct regmap *map),
213 TP_ARGS(map)
219 TP_PROTO(struct regmap *map),
221 TP_ARGS(map)
227 TP_PROTO(struct regmap *map, unsigned int from,
230 TP_ARGS(map, from, to),
233 __string( name, regmap_name(map) )
239 __assign_str(name, regmap_name(map));