Lines Matching refs:common
4 This document endeavours to explain the common clk framework details,
11 The common clk framework is an interface to control the clock nodes
17 details of its counterpart. First is the common definition of struct
20 is a common implementation of the clk.h api, defined in
35 allows for easy navigation between the two discrete halves of the common
38 Part 2 - common data structures and api
40 Below is the common struct clk definition from
59 Platforms and devices utilizing the common struct clk use the struct
98 The strength of the common struct clk comes from its .ops and .hw pointers
113 notifier_count, is needed here. That is all handled by the common
226 data and then passes the common struct clk parameters to the framework
243 still be initialized with the common clock framework via a call to
269 The common clock framework uses two global locks, the prepare lock and the
297 Note that locking must also be considered when code outside of the common