Lines Matching refs:core

17 	TP_PROTO(struct clk_core *core),
19 TP_ARGS(core),
22 __string( name, core->name )
26 __assign_str(name, core->name);
34 TP_PROTO(struct clk_core *core),
36 TP_ARGS(core)
41 TP_PROTO(struct clk_core *core),
43 TP_ARGS(core)
48 TP_PROTO(struct clk_core *core),
50 TP_ARGS(core)
55 TP_PROTO(struct clk_core *core),
57 TP_ARGS(core)
62 TP_PROTO(struct clk_core *core),
64 TP_ARGS(core)
69 TP_PROTO(struct clk_core *core),
71 TP_ARGS(core)
76 TP_PROTO(struct clk_core *core),
78 TP_ARGS(core)
83 TP_PROTO(struct clk_core *core),
85 TP_ARGS(core)
90 TP_PROTO(struct clk_core *core, unsigned long rate),
92 TP_ARGS(core, rate),
95 __string( name, core->name )
100 __assign_str(name, core->name);
109 TP_PROTO(struct clk_core *core, unsigned long rate),
111 TP_ARGS(core, rate)
116 TP_PROTO(struct clk_core *core, unsigned long rate),
118 TP_ARGS(core, rate)
123 TP_PROTO(struct clk_core *core, unsigned long rate),
125 TP_ARGS(core, rate)
130 TP_PROTO(struct clk_core *core, unsigned long rate),
132 TP_ARGS(core, rate)
137 TP_PROTO(struct clk_core *core, unsigned long min, unsigned long max),
139 TP_ARGS(core, min, max),
142 __string( name, core->name )
148 __assign_str(name, core->name);
160 TP_PROTO(struct clk_core *core, unsigned long min, unsigned long max),
162 TP_ARGS(core, min, max)
167 TP_PROTO(struct clk_core *core, struct clk_core *parent),
169 TP_ARGS(core, parent),
172 __string( name, core->name )
177 __assign_str(name, core->name);
186 TP_PROTO(struct clk_core *core, struct clk_core *parent),
188 TP_ARGS(core, parent)
193 TP_PROTO(struct clk_core *core, struct clk_core *parent),
195 TP_ARGS(core, parent)
200 TP_PROTO(struct clk_core *core, int phase),
202 TP_ARGS(core, phase),
205 __string( name, core->name )
210 __assign_str(name, core->name);
219 TP_PROTO(struct clk_core *core, int phase),
221 TP_ARGS(core, phase)
226 TP_PROTO(struct clk_core *core, int phase),
228 TP_ARGS(core, phase)
233 TP_PROTO(struct clk_core *core, struct clk_duty *duty),
235 TP_ARGS(core, duty),
238 __string( name, core->name )
244 __assign_str(name, core->name);
255 TP_PROTO(struct clk_core *core, struct clk_duty *duty),
257 TP_ARGS(core, duty)
262 TP_PROTO(struct clk_core *core, struct clk_duty *duty),
264 TP_ARGS(core, duty)
274 __string( name, req->core ? req->core->name : "none")
282 __assign_str(name, req->core ? req->core->name : "none");