Lines Matching full:reset
138 * to a reset controller.
139 * @dev: device to be reset by the controller
140 * @id: reset line name
147 * reset-controls.
159 * exclusive reference to a reset
161 * @dev: device to be reset by the controller
162 * @id: reset line name
165 * reset-controls returned by this function must be acquired via
180 * reset controller.
181 * @dev: device to be reset by the controller
182 * @id: reset line name
185 * This function is intended for use with reset-controls which are shared
188 * When a reset-control is shared, the behavior of reset_control_assert /
189 * deassert is changed, the reset-core will keep track of a deassert_count
190 * and only (re-)assert the reset after reset_control_assert has been called
192 * about shared reset-controls in the reset_control_assert docs.
195 * is not allowed on a shared reset control. Calling reset_control_reset is
196 * also not allowed on a shared reset control.
220 * to a reset controller.
221 * @node: device to be reset by the controller
222 * @id: reset line name
236 * to a reset controller.
237 * @node: device to be reset by the controller
238 * @id: reset line name
240 * When a reset-control is shared, the behavior of reset_control_assert /
241 * deassert is changed, the reset-core will keep track of a deassert_count
242 * and only (re-)assert the reset after reset_control_assert has been called
244 * about shared reset-controls in the reset_control_assert docs.
247 * is not allowed on a shared reset control. Calling reset_control_reset is
248 * also not allowed on a shared reset control.
261 * reference to a reset controller
263 * @node: device to be reset by the controller
264 * @index: index of the reset controller
278 * reference to a reset controller
280 * @node: device to be reset by the controller
281 * @index: index of the reset controller
283 * When a reset-control is shared, the behavior of reset_control_assert /
284 * deassert is changed, the reset-core will keep track of a deassert_count
285 * and only (re-)assert the reset after reset_control_assert has been called
287 * about shared reset-controls in the reset_control_assert docs.
290 * is not allowed on a shared reset control. Calling reset_control_reset is
291 * also not allowed on a shared reset control.
307 * @dev: device to be reset by the controller
308 * @id: reset line name
310 * Managed reset_control_get_exclusive(). For reset controllers returned
326 * @dev: device to be reset by the controller
327 * @id: reset line name
329 * Managed reset_control_get_exclusive_released(). For reset controllers
344 * @dev: device to be reset by the controller
345 * @id: reset line name
347 * Managed reset_control_get_shared(). For reset controllers returned from
372 * @dev: device to be reset by the controller
373 * @index: index of the reset controller
375 * Managed reset_control_get_exclusive(). For reset controllers returned from
390 * @dev: device to be reset by the controller
391 * @index: index of the reset controller
393 * Managed reset_control_get_shared(). For reset controllers returned from
443 * APIs to manage a list of reset controllers