Lines Matching refs:map

18 	TP_PROTO(struct regmap *map, unsigned int reg,
21 TP_ARGS(map, reg, val),
24 __string( name, regmap_name(map) )
30 __assign_str(name, regmap_name(map));
40 TP_PROTO(struct regmap *map, unsigned int reg,
43 TP_ARGS(map, reg, val)
48 TP_PROTO(struct regmap *map, unsigned int reg,
51 TP_ARGS(map, reg, val)
56 TP_PROTO(struct regmap *map, unsigned int reg,
59 TP_ARGS(map, reg, val)
64 TP_PROTO(struct regmap *map, unsigned int reg,
67 TP_ARGS(map, reg, val, val_len),
70 __string(name, regmap_name(map))
77 __assign_str(name, regmap_name(map));
89 TP_PROTO(struct regmap *map, unsigned int reg,
92 TP_ARGS(map, reg, val, val_len)
97 TP_PROTO(struct regmap *map, unsigned int reg,
100 TP_ARGS(map, reg, val, val_len)
105 TP_PROTO(struct regmap *map, unsigned int reg, int count),
107 TP_ARGS(map, reg, count),
110 __string( name, regmap_name(map) )
116 __assign_str(name, regmap_name(map));
126 TP_PROTO(struct regmap *map, unsigned int reg, int count),
128 TP_ARGS(map, reg, count)
133 TP_PROTO(struct regmap *map, unsigned int reg, int count),
135 TP_ARGS(map, reg, count)
140 TP_PROTO(struct regmap *map, unsigned int reg, int count),
142 TP_ARGS(map, reg, count)
147 TP_PROTO(struct regmap *map, unsigned int reg, int count),
149 TP_ARGS(map, reg, count)
154 TP_PROTO(struct regmap *map, const char *type,
157 TP_ARGS(map, type, status),
160 __string( name, regmap_name(map) )
166 __assign_str(name, regmap_name(map));
177 TP_PROTO(struct regmap *map, bool flag),
179 TP_ARGS(map, flag),
182 __string( name, regmap_name(map) )
187 __assign_str(name, regmap_name(map));
196 TP_PROTO(struct regmap *map, bool flag),
198 TP_ARGS(map, flag)
203 TP_PROTO(struct regmap *map, bool flag),
205 TP_ARGS(map, flag)
210 TP_PROTO(struct regmap *map),
212 TP_ARGS(map),
215 __string( name, regmap_name(map) )
219 __assign_str(name, regmap_name(map));
227 TP_PROTO(struct regmap *map, unsigned int reg, int count),
229 TP_ARGS(map, reg, count)
234 TP_PROTO(struct regmap *map),
236 TP_ARGS(map)
241 TP_PROTO(struct regmap *map),
243 TP_ARGS(map)
248 TP_PROTO(struct regmap *map),
250 TP_ARGS(map)
255 TP_PROTO(struct regmap *map, unsigned int from,
258 TP_ARGS(map, from, to),
261 __string( name, regmap_name(map) )
267 __assign_str(name, regmap_name(map));