Lines Matching full:framework
2 The Common Clk Framework
7 This document endeavours to explain the common clk framework details,
8 and how to port a platform over to this framework. It is not yet a
15 The common clk framework is an interface to control the clock nodes
17 gating, rate adjustment, muxing or other operations. This framework is
22 clk which unifies the framework-level accounting and infrastructure that
122 framework code and struct clk_core.
245 data and then passes the common struct clk parameters to the framework
267 The common clock framework uses two global locks, the prepare lock and the
298 The clock framework is reentrant, in that a driver is allowed to call clock
299 framework functions from within its implementation of clock operations. This
306 clock framework needs to access resources used by the clock operations. This