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, struct clk_core *parent),
125 TP_ARGS(core, parent),
128 __string( name, core->name )
133 __assign_str(name, core->name);
142 TP_PROTO(struct clk_core *core, struct clk_core *parent),
144 TP_ARGS(core, parent)
149 TP_PROTO(struct clk_core *core, struct clk_core *parent),
151 TP_ARGS(core, parent)
156 TP_PROTO(struct clk_core *core, int phase),
158 TP_ARGS(core, phase),
161 __string( name, core->name )
166 __assign_str(name, core->name);
175 TP_PROTO(struct clk_core *core, int phase),
177 TP_ARGS(core, phase)
182 TP_PROTO(struct clk_core *core, int phase),
184 TP_ARGS(core, phase)
189 TP_PROTO(struct clk_core *core, struct clk_duty *duty),
191 TP_ARGS(core, duty),
194 __string( name, core->name )
200 __assign_str(name, core->name);
211 TP_PROTO(struct clk_core *core, struct clk_duty *duty),
213 TP_ARGS(core, duty)
218 TP_PROTO(struct clk_core *core, struct clk_duty *duty),
220 TP_ARGS(core, duty)