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:
159 must never be included from the code which implements the operations for
170 To take advantage of your data you'll need to support valid operations
273 .disable and .is_enabled operations. Those operations are thus not allowed to
277 The prepare lock is a mutex and is held across calls to all other operations.
278 All those operations are allowed to sleep, and calls to the corresponding API
281 This effectively divides operations in two groups from a locking perspective.
283 Drivers don't need to manually protect resources shared between the operations
285 clocks or not. However, access to resources that are shared between operations
291 framework functions from within its implementation of clock operations. This
298 clock framework needs to access resources used by the clock operations. This