Lines Matching full:exclusive
34 * @shared: Is this a shared (1), or an exclusive (0) reset_control?
332 * Calling this on an exclusive reset controller guarantees that the reset
463 * reset_control_acquire() - acquires a reset control for exclusive use
466 * This is used to explicitly acquire a reset control for exclusive use. Note
467 * that exclusive resets are requested as acquired by default. In order for a
473 * Consumers implementing shared access to an exclusive reset need to follow
475 * a reset they must acquire exclusive access using reset_control_acquire().
476 * After they are done operating the reset, they must release exclusive access
477 * with a call to reset_control_release(). Consumers are not granted exclusive
519 * reset_control_release() - releases exclusive access to a reset control
522 * Releases exclusive access right to a reset control previously obtained by a
524 * other consumers will be granted exclusive access.
551 * Allow creating a secondary exclusive reset_control in __reset_control_get_internal()