Lines Matching refs:core
25 TP_PROTO(struct clk_core *core),
27 TP_ARGS(core),
30 __string( name, core->name )
34 __assign_str(name, core->name);
42 TP_PROTO(struct clk_core *core),
44 TP_ARGS(core)
49 TP_PROTO(struct clk_core *core),
51 TP_ARGS(core)
56 TP_PROTO(struct clk_core *core),
58 TP_ARGS(core)
63 TP_PROTO(struct clk_core *core),
65 TP_ARGS(core)
70 TP_PROTO(struct clk_core *core),
72 TP_ARGS(core)
77 TP_PROTO(struct clk_core *core),
79 TP_ARGS(core)
84 TP_PROTO(struct clk_core *core),
86 TP_ARGS(core)
91 TP_PROTO(struct clk_core *core),
93 TP_ARGS(core)
98 TP_PROTO(struct clk_core *core, unsigned long rate),
100 TP_ARGS(core, rate),
103 __string( name, core->name )
108 __assign_str(name, core->name);
117 TP_PROTO(struct clk_core *core, unsigned long rate),
119 TP_ARGS(core, rate)
124 TP_PROTO(struct clk_core *core, unsigned long rate),
126 TP_ARGS(core, rate)
131 TP_PROTO(struct clk_core *core, struct clk_core *parent),
133 TP_ARGS(core, parent),
136 __string( name, core->name )
141 __assign_str(name, core->name);
150 TP_PROTO(struct clk_core *core, struct clk_core *parent),
152 TP_ARGS(core, parent)
157 TP_PROTO(struct clk_core *core, struct clk_core *parent),
159 TP_ARGS(core, parent)
164 TP_PROTO(struct clk_core *core, int phase),
166 TP_ARGS(core, phase),
169 __string( name, core->name )
174 __assign_str(name, core->name);
183 TP_PROTO(struct clk_core *core, int phase),
185 TP_ARGS(core, phase)
190 TP_PROTO(struct clk_core *core, int phase),
192 TP_ARGS(core, phase)