Lines Matching refs:operations
13 gating, rate adjustment, muxing or other operations. This framework is
21 drivers/clk/clk.c. Finally there is struct clk_ops, whose operations
61 the operations defined in clk.h:
155 must never be included from the code which implements the operations for
166 To take advantage of your data you'll need to support valid operations
246 .disable and .is_enabled operations. Those operations are thus not allowed to
250 The prepare lock is a mutex and is held across calls to all other operations.
251 All those operations are allowed to sleep, and calls to the corresponding API
254 This effectively divides operations in two groups from a locking perspective.
256 Drivers don't need to manually protect resources shared between the operations
258 clocks or not. However, access to resources that are shared between operations
264 framework functions from within its implementation of clock operations. This
271 clock framework needs to access resources used by the clock operations. This