Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-omap1/
Dclock_data.c80 .ops = &clkops_null,
86 .ops = &clkops_null,
121 .ops = &clkops_null,
201 .ops = &clkops_null,
225 .ops = &clkops_null,
266 .ops = &clkops_null,
279 .ops = &clkops_null,
291 .ops = &clkops_null,
332 .ops = &clkops_null,
339 .ops = &clkops_null,
[all …]
Dclock.h192 extern const struct clkops clkops_null;
Dclock.c933 const struct clkops clkops_null = { variable
945 .ops = &clkops_null,
965 if (ck->ops == &clkops_null) in clk_disable_unused()