Searched refs:clkops_null (Results 1 – 3 of 3) sorted by relevance
/arch/arm/mach-omap1/ |
D | clock_data.c | 77 .ops = &clkops_null, 83 .ops = &clkops_null, 118 .ops = &clkops_null, 198 .ops = &clkops_null, 222 .ops = &clkops_null, 263 .ops = &clkops_null, 276 .ops = &clkops_null, 288 .ops = &clkops_null, 329 .ops = &clkops_null, 336 .ops = &clkops_null, [all …]
|
D | clock.h | 187 extern const struct clkops clkops_null;
|
D | clock.c | 910 const struct clkops clkops_null = { variable 922 .ops = &clkops_null, 942 if (ck->ops == &clkops_null) in clk_disable_unused()
|