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) )
133 __assign_str(name, regmap_name(map));
144 TP_PROTO(struct regmap *map, bool flag),
146 TP_ARGS(map, flag),
149 __string( name, regmap_name(map) )
154 __assign_str(name, regmap_name(map));
164 TP_PROTO(struct regmap *map, bool flag),
166 TP_ARGS(map, flag)
172 TP_PROTO(struct regmap *map, bool flag),
174 TP_ARGS(map, flag)
180 TP_PROTO(struct regmap *map),
182 TP_ARGS(map),
185 __string( name, regmap_name(map) )
189 __assign_str(name, regmap_name(map));
197 TP_PROTO(struct regmap *map, unsigned int reg, int count),
199 TP_ARGS(map, reg, count)
204 TP_PROTO(struct regmap *map),
206 TP_ARGS(map)
212 TP_PROTO(struct regmap *map),
214 TP_ARGS(map)
220 TP_PROTO(struct regmap *map),
222 TP_ARGS(map)
228 TP_PROTO(struct regmap *map, unsigned int from,
231 TP_ARGS(map, from, to),
234 __string( name, regmap_name(map) )
240 __assign_str(name, regmap_name(map));