Home
last modified time | relevance | path

Searched refs:clkops_null (Results 1 – 3 of 3) sorted by relevance

/arch/arm/mach-omap1/
Dclock_data.c77 .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 …]
Dclock.h187 extern const struct clkops clkops_null;
Dclock.c910 const struct clkops clkops_null = { variable
922 .ops = &clkops_null,
942 if (ck->ops == &clkops_null) in clk_disable_unused()