Lines Matching refs:acquired
45 bool acquired; member
312 if (!rstc->acquired) in reset_control_reset()
377 if (!rstc->acquired) { in reset_control_assert()
418 if (!rstc->acquired) { in reset_control_deassert()
495 if (rstc->acquired) { in reset_control_acquire()
502 if (rc->acquired) { in reset_control_acquire()
509 rstc->acquired = true; in reset_control_acquire()
534 rstc->acquired = false; in reset_control_release()
540 unsigned int index, bool shared, bool acquired) in __reset_control_get_internal() argument
553 if (!rstc->shared && !shared && !acquired) in __reset_control_get_internal()
574 rstc->acquired = acquired; in __reset_control_get_internal()
602 bool optional, bool acquired) in __of_reset_control_get() argument
655 rstc = __reset_control_get_internal(rcdev, rstc_id, shared, acquired); in __of_reset_control_get()
685 bool shared, bool optional, bool acquired) in __reset_control_get_from_lookup() argument
712 shared, acquired); in __reset_control_get_from_lookup()
728 bool acquired) in __reset_control_get() argument
730 if (WARN_ON(shared && acquired)) in __reset_control_get()
735 optional, acquired); in __reset_control_get()
738 acquired); in __reset_control_get()
780 bool optional, bool acquired) in __devm_reset_control_get() argument
789 rstc = __reset_control_get(dev, id, index, shared, optional, acquired); in __devm_reset_control_get()
869 bool acquired) in of_reset_control_array_get() argument
885 acquired); in of_reset_control_array_get()