Searched refs:clkops_null (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/arch/arm/mach-omap1/ |
H A D | clock_data.c | 80 .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, 372 .ops = &clkops_null, 379 .ops = &clkops_null, 420 .ops = &clkops_null, 459 .ops = &clkops_null, 478 .ops = &clkops_null, 644 .ops = &clkops_null, 655 .ops = &clkops_null, 663 .ops = &clkops_null,
|
H A D | clock.c | 933 const struct clkops clkops_null = { variable in typeref:struct:clkops 945 .ops = &clkops_null, 965 if (ck->ops == &clkops_null) clk_disable_unused()
|
H A D | clock.h | 192 extern const struct clkops clkops_null;
|
Completed in 107 milliseconds