Lines Matching full: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));
42 TP_PROTO(struct regmap *map, unsigned int reg,
45 TP_ARGS(map, reg, val)
51 TP_PROTO(struct regmap *map, unsigned int reg,
54 TP_ARGS(map, reg, val)
60 TP_PROTO(struct regmap *map, unsigned int reg,
63 TP_ARGS(map, reg, val)
69 TP_PROTO(struct regmap *map, unsigned int reg, int count),
71 TP_ARGS(map, reg, count),
74 __string( name, regmap_name(map) )
80 __assign_str(name, regmap_name(map));
92 TP_PROTO(struct regmap *map, unsigned int reg, int count),
94 TP_ARGS(map, reg, count)
99 TP_PROTO(struct regmap *map, unsigned int reg, int count),
101 TP_ARGS(map, reg, count)
106 TP_PROTO(struct regmap *map, unsigned int reg, int count),
108 TP_ARGS(map, reg, count)
113 TP_PROTO(struct regmap *map, unsigned int reg, int count),
115 TP_ARGS(map, reg, count)
120 TP_PROTO(struct regmap *map, const char *type,
123 TP_ARGS(map, type, status),
126 __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));