Home
last modified time | relevance | path

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

/Linux-v4.19/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.h190 extern const struct clkops clkops_null;
Dclock.c913 const struct clkops clkops_null = { variable
925 .ops = &clkops_null,
945 if (ck->ops == &clkops_null) in clk_disable_unused()