• Home
  • Raw
  • Download

Lines Matching +full:power +full:- +full:managed

1 /* SPDX-License-Identifier: GPL-2.0 */
79 return optional ? 0 : -ENOTSUPP; in __device_reset()
87 return optional ? NULL : ERR_PTR(-ENOTSUPP); in __of_reset_control_get()
95 return optional ? NULL : ERR_PTR(-ENOTSUPP); in __reset_control_get()
103 return optional ? NULL : ERR_PTR(-ENOTSUPP); in __devm_reset_control_get()
109 return optional ? NULL : ERR_PTR(-ENOTSUPP); in devm_reset_control_array_get()
116 return optional ? NULL : ERR_PTR(-ENOTSUPP); in of_reset_control_array_get()
121 return -ENOENT; in reset_control_get_count()
137 * reset_control_get_exclusive - Lookup and obtain an exclusive reference
144 * return -EBUSY.
147 * reset-controls.
158 * reset_control_get_exclusive_released - Lookup and obtain a temoprarily
165 * reset-controls returned by this function must be acquired via
179 * reset_control_get_shared - Lookup and obtain a shared reference to a
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.
207 * reset_control_get_optional_exclusive - optional reset_control_get_exclusive()
224 * reset_control_get_optional_shared - optional reset_control_get_shared()
241 * of_reset_control_get_exclusive - Lookup and obtain an exclusive reference
257 * of_reset_control_get_shared - Lookup and obtain a shared reference
262 * When a reset-control is shared, the behavior of reset_control_assert /
263 * deassert is changed, the reset-core will keep track of a deassert_count
264 * and only (re-)assert the reset after reset_control_assert has been called
266 * about shared reset-controls in the reset_control_assert docs.
282 * of_reset_control_get_exclusive_by_index - Lookup and obtain an exclusive
288 * This is to be used to perform a list of resets for a device or power domain
299 * of_reset_control_get_shared_by_index - Lookup and obtain a shared
305 * When a reset-control is shared, the behavior of reset_control_assert /
306 * deassert is changed, the reset-core will keep track of a deassert_count
307 * and only (re-)assert the reset after reset_control_assert has been called
309 * about shared reset-controls in the reset_control_assert docs.
316 * This is to be used to perform a list of resets for a device or power domain
327 * devm_reset_control_get_exclusive - resource managed
332 * Managed reset_control_get_exclusive(). For reset controllers returned
346 * devm_reset_control_get_exclusive_released - resource managed
351 * Managed reset_control_get_exclusive_released(). For reset controllers
365 * devm_reset_control_get_shared - resource managed reset_control_get_shared()
369 * Managed reset_control_get_shared(). For reset controllers returned from
380 * devm_reset_control_get_optional_exclusive - resource managed
385 * Managed reset_control_get_optional_exclusive(). For reset controllers
398 * devm_reset_control_get_optional_shared - resource managed
403 * Managed reset_control_get_optional_shared(). For reset controllers returned
416 * devm_reset_control_get_exclusive_by_index - resource managed
421 * Managed reset_control_get_exclusive(). For reset controllers returned from
434 * devm_reset_control_get_shared_by_index - resource managed
439 * Managed reset_control_get_shared(). For reset controllers returned from