Lines Matching full:api
4 Reset controller API
12 The reset controller API is split into two parts:
13 the `consumer driver interface <#consumer-driver-interface>`__ (`API reference
14 <#reset-consumer-api>`__), which allows peripheral drivers to request control
16 <#reset-controller-driver-interface>`__ (`API reference
17 <#reset-controller-driver-api>`__), which is used by drivers for reset
22 functionality, restart handlers are out of scope for the reset controller API.
27 The reset controller API uses these terms with a specific meaning:
57 This interface provides an API that is similar to the kernel clock framework.
67 A stub version of this API is provided when the reset controller framework is
73 The reset controller API provides either reference counted deassertion and
78 This choice determines the behavior of the API calls made with the reset
103 The API only guarantees that the reset line can not be asserted as long as any
115 The reset controller API allows requesting self-deasserting reset controls as
152 The reset control API does not guarantee the order in which the individual
171 API reference
174 The reset controller API is documented here in two parts:
175 the `reset consumer API <#reset-consumer-api>`__ and the `reset controller
176 driver API <#reset-controller-driver-api>`__.
178 Reset consumer API
205 Reset controller driver API